Home
last modified time | relevance | path

Searched refs:nullptr_node (Results 1 – 18 of 18) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Drtti.c506 cp_convert (TREE_TYPE (test), nullptr_node)), in ifnonnull()
507 cp_convert (TREE_TYPE (result), nullptr_node), in ifnonnull()
H A Dinit.c182 init = convert (type, nullptr_node); in build_zero_init_1()
2736 nullptr_node, in build_new_1()
3051 nullptr_node)), in build_vec_delete_1()
3782 NE_EXPR, addr, nullptr_node, in build_delete()
H A Dcvt.c757 return nullptr_node; in ocp_convert()
H A Dtypeck.c1836 return nullptr_node; in decay_conversion()
4057 result_type = TREE_TYPE (nullptr_node); in cp_build_binary_op()
4277 result_type = TREE_TYPE (nullptr_node); in cp_build_binary_op()
4721 NE_EXPR, expr, nullptr_node, 1); in cp_truthvalue_conversion()
H A Ddecl.c3734 nullptr_node = build_int_cst (nullptr_type_node, 0); in cxx_init_decl_processing()
10606 return nullptr_node; in check_default_argument()
H A Dcp-tree.h888 #define nullptr_node cp_global_trees[CPTI_NULLPTR] macro
H A Dclass.c370 tree zero = cp_convert (TREE_TYPE (expr), nullptr_node); in build_base_path()
H A Dpt.c5411 if (expr == nullptr_node in convert_nontype_argument()
5781 if (expr != nullptr_node) in convert_nontype_argument()
H A Dparser.c4109 return nullptr_node; in cp_parser_primary_expression()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Drtti.c541 cp_convert (TREE_TYPE (test), nullptr_node, complain)); in ifnonnull()
546 cp_convert (TREE_TYPE (result), nullptr_node, complain)); in ifnonnull()
H A Dinit.c184 init = fold (convert (type, nullptr_node)); in build_zero_init_1()
3554 nullptr_node, in build_new_1()
3881 fold_convert (TREE_TYPE (base), nullptr_node)); in build_vec_delete_1()
4798 nullptr_node, complain); in build_delete()
H A Dcvt.c835 return nullptr_node; in ocp_convert()
H A Dtypeck.c2019 return nullptr_node; in decay_conversion()
4815 result_type = TREE_TYPE (nullptr_node); in cp_build_binary_op()
5103 result_type = TREE_TYPE (nullptr_node); in cp_build_binary_op()
5745 return build_binary_op (input_location, NE_EXPR, expr, nullptr_node, true); in cp_truthvalue_conversion()
H A Ddecl2.c3436 NE_EXPR, addr, nullptr_node, in generate_tls_wrapper()
H A Ddecl.c4401 nullptr_node = build_int_cst (nullptr_type_node, 0); in cxx_init_decl_processing()
12772 return nullptr_node; in check_default_argument()
H A Dcp-tree.h215 #define nullptr_node cp_global_trees[CPTI_NULLPTR] macro
H A Dclass.c407 tree zero = cp_convert (TREE_TYPE (expr), nullptr_node, complain); in build_base_path()
H A Dparser.c5297 return cp_expr (nullptr_node, token->location); in cp_parser_primary_expression()