Home
last modified time | relevance | path

Searched refs:CONSTRUCTOR (Results 1 – 25 of 267) sorted by relevance

1234567891011

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.def17 #define MODULE_ANALYSIS(NAME, PASS_NAME, CONSTRUCTOR)
23 #define MODULE_PASS(NAME, PASS_NAME, CONSTRUCTOR)
29 #define FUNCTION_ANALYSIS(NAME, PASS_NAME, CONSTRUCTOR)
36 #define FUNCTION_PASS(NAME, PASS_NAME, CONSTRUCTOR)
54 #define LOOP_PASS(NAME, PASS_NAME, CONSTRUCTOR)
60 #define MACHINE_MODULE_PASS(NAME, PASS_NAME, CONSTRUCTOR)
65 #define MACHINE_FUNCTION_ANALYSIS(NAME, PASS_NAME, CONSTRUCTOR)
93 #define MACHINE_FUNCTION_PASS(NAME, PASS_NAME, CONSTRUCTOR)
104 #define DUMMY_FUNCTION_PASS(NAME, PASS_NAME, CONSTRUCTOR)
125 #define DUMMY_MODULE_PASS(NAME, PASS_NAME, CONSTRUCTOR)
[all …]
H A DCodeGenPassBuilder.h65 #define DUMMY_FUNCTION_PASS(NAME, PASS_NAME, CONSTRUCTOR) \ argument
72 #define DUMMY_MODULE_PASS(NAME, PASS_NAME, CONSTRUCTOR) \ argument
79 #define DUMMY_MACHINE_MODULE_PASS(NAME, PASS_NAME, CONSTRUCTOR) \ argument
91 #define DUMMY_MACHINE_FUNCTION_PASS(NAME, PASS_NAME, CONSTRUCTOR) \ argument
526 #define MODULE_ANALYSIS(NAME, PASS_NAME, CONSTRUCTOR) \ in registerModuleAnalyses() argument
527 MAM.registerPass([&] { return PASS_NAME CONSTRUCTOR; }); in registerModuleAnalyses()
537 #define FUNCTION_ANALYSIS(NAME, PASS_NAME, CONSTRUCTOR) \ in registerFunctionAnalyses() argument
538 FAM.registerPass([&] { return PASS_NAME CONSTRUCTOR; }); in registerFunctionAnalyses()
546 #define MACHINE_FUNCTION_ANALYSIS(NAME, PASS_NAME, CONSTRUCTOR) \ in registerMachineFunctionAnalyses() argument
547 MFAM.registerPass([&] { return PASS_NAME CONSTRUCTOR; }); in registerMachineFunctionAnalyses()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py150 self.assertEqual(cs[0].kind, CursorKind.CONSTRUCTOR)
151 self.assertEqual(cs[1].kind, CursorKind.CONSTRUCTOR)
152 self.assertEqual(cs[2].kind, CursorKind.CONSTRUCTOR)
167 self.assertEqual(cs[0].kind, CursorKind.CONSTRUCTOR)
168 self.assertEqual(cs[1].kind, CursorKind.CONSTRUCTOR)
169 self.assertEqual(cs[2].kind, CursorKind.CONSTRUCTOR)
183 self.assertEqual(cs[0].kind, CursorKind.CONSTRUCTOR)
184 self.assertEqual(cs[1].kind, CursorKind.CONSTRUCTOR)
197 self.assertEqual(cs[0].kind, CursorKind.CONSTRUCTOR)
198 self.assertEqual(cs[1].kind, CursorKind.CONSTRUCTOR)
[all …]
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dlist.h28 #define ISL_DECLARE_LIST_FN3(EL,CONSTRUCTOR,EXPORT) \ argument
32 CONSTRUCTOR \
35 CONSTRUCTOR \
112 #define ISL_DECLARE_LIST_FN_READ2(EL,CONSTRUCTOR) \ argument
113 CONSTRUCTOR \
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPassBuilder.cpp19 #define DUMMY_MACHINE_MODULE_PASS(NAME, PASS_NAME, CONSTRUCTOR) \ argument
22 #define DUMMY_MACHINE_FUNCTION_PASS(NAME, PASS_NAME, CONSTRUCTOR) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c779 if (TREE_CODE (body) != CONSTRUCTOR) in cx_check_missing_mem_inits()
1353 if (TREE_CODE (arg) == CONSTRUCTOR) in cxx_eval_builtin_function_call()
1430 if (TREE_CODE (temp) == CONSTRUCTOR) in adjust_temp_type()
1455 if (!t || TREE_CODE (t) != CONSTRUCTOR) in unshare_constructor()
1468 if (ce->value && TREE_CODE (ce->value) == CONSTRUCTOR) in unshare_constructor()
1479 if (!t || TREE_CODE (t) != CONSTRUCTOR) in free_constructor()
1490 if (TREE_CODE (ce->value) == CONSTRUCTOR) in free_constructor()
1740 if (TREE_CODE (elt) == CONSTRUCTOR) in clear_no_implicit_zero()
2161 if (TREE_CODE (e) == CONSTRUCTOR && !*non_constant_p) in cxx_set_object_constness()
2213 && TREE_CODE (DECL_INITIAL (d)) == CONSTRUCTOR) in cxx_eval_call_expression()
[all …]
H A Dtypeck2.c653 if (TREE_CODE (value) == CONSTRUCTOR) in split_nonconstant_init_1()
817 if (TREE_CODE (init) == CONSTRUCTOR) in split_nonconstant_init()
933 if (TREE_CODE (value) == CONSTRUCTOR && cp_has_mutable_p (type)) in store_init_value()
1367 || TREE_CODE (stripped_init) == CONSTRUCTOR) in digest_init_r()
1528 if (TREE_CODE (ce->value) == CONSTRUCTOR in process_init_constructor_array()
1548 if (TREE_CODE (ce->value) == CONSTRUCTOR in process_init_constructor_array()
1575 else if (TREE_CODE (next) == CONSTRUCTOR in process_init_constructor_array()
1597 if (TREE_CODE (next) == CONSTRUCTOR in process_init_constructor_array()
1814 if (TREE_CODE (next) == CONSTRUCTOR in process_init_constructor_record()
1975 && TREE_CODE (ce->value) == CONSTRUCTOR in process_init_constructor_union()
H A Dinit.c670 if (simple_target && TREE_CODE (init) != CONSTRUCTOR) in get_nsdmi()
857 || (TREE_CODE (init) == CONSTRUCTOR in perform_member_init()
1787 || (TREE_CODE (init) != CONSTRUCTOR in build_aggr_init()
1881 && (TREE_CODE (init) == CONSTRUCTOR in expand_default_init()
1889 gcc_assert (TREE_CODE (init) == CONSTRUCTOR || true_exp == exp); in expand_default_init()
2337 && (TREE_CODE (init) == CONSTRUCTOR in constant_value_1()
2344 if ((TREE_CODE (init) == CONSTRUCTOR in constant_value_1()
3857 if (TREE_CODE (e) == CONSTRUCTOR) in build_new()
4275 && TREE_CODE (TARGET_EXPR_INITIAL (init)) == CONSTRUCTOR in build_vec_init()
4295 || (TREE_CODE (init) == CONSTRUCTOR in build_vec_init()
[all …]
H A Dtree.c712 || TREE_CODE (rval) == CONSTRUCTOR) in build_cplus_new()
783 if (init && TREE_CODE (init) == CONSTRUCTOR) in build_vec_init_expr()
848 && TREE_CODE (init) != CONSTRUCTOR in build_target_expr_with_type()
1878 case CONSTRUCTOR: in strip_typedefs_expr()
3226 case CONSTRUCTOR: in replace_placeholders_r()
3251 if (TREE_CODE (*valp) == CONSTRUCTOR in replace_placeholders_r()
3324 case CONSTRUCTOR: in find_placeholders_r()
3699 case CONSTRUCTOR: in cp_tree_equal()
4546 if (TREE_CODE (t) == CONSTRUCTOR in zero_init_expr_p()
5169 case CONSTRUCTOR: in cp_walk_subtrees()
[all …]
H A Dexpr.c73 case CONSTRUCTOR: in cplus_expand_constant()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-gimplify.cc43 case CONSTRUCTOR: in empty_modify_p()
129 if (TREE_CODE (op0) == CONSTRUCTOR) in d_gimplify_addr_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc513 && TREE_CODE (init) == CONSTRUCTOR in split_nonconstant_init_1()
558 if (TREE_CODE (value) == CONSTRUCTOR) in split_nonconstant_init_1()
736 if (TREE_CODE (init) == CONSTRUCTOR) in split_nonconstant_init()
882 if (TREE_CODE (value) == CONSTRUCTOR && cp_has_mutable_p (type)) in store_init_value()
923 gcc_checking_assert (TREE_CODE (value) != CONSTRUCTOR in store_init_value()
1344 || TREE_CODE (stripped_init) == CONSTRUCTOR) in digest_init_r()
1440 if (TREE_CODE (init) != CONSTRUCTOR) in massage_init_elt()
1520 if (TREE_CODE (ce->value) == CONSTRUCTOR in process_init_constructor_array()
1573 if (TREE_CODE (next) == CONSTRUCTOR in process_init_constructor_array()
1774 if (TREE_CODE (next) == CONSTRUCTOR in process_init_constructor_record()
[all …]
H A Dconstexpr.cc779 if (TREE_CODE (body) != CONSTRUCTOR) in cx_check_missing_mem_inits()
1472 if (TREE_CODE (arg) == CONSTRUCTOR) in cxx_eval_builtin_function_call()
1573 if (TREE_CODE (temp) == CONSTRUCTOR) in adjust_temp_type()
1598 if (!t || TREE_CODE (t) != CONSTRUCTOR) in unshare_constructor()
1611 if (ce->value && TREE_CODE (ce->value) == CONSTRUCTOR) in unshare_constructor()
1622 if (!t || TREE_CODE (t) != CONSTRUCTOR) in free_constructor()
1633 if (TREE_CODE (ce->value) == CONSTRUCTOR) in free_constructor()
1893 if (TREE_CODE (e.value) == CONSTRUCTOR) in clear_no_implicit_zero()
2368 if (TREE_CODE (e) == CONSTRUCTOR && !*non_constant_p) in cxx_set_object_constness()
2420 && TREE_CODE (DECL_INITIAL (d)) == CONSTRUCTOR) in cxx_eval_call_expression()
[all …]
H A Dinit.cc702 if (simple_target && TREE_CODE (init) != CONSTRUCTOR) in get_nsdmi()
1051 || (TREE_CODE (init) == CONSTRUCTOR in perform_member_init()
2013 || (TREE_CODE (init) != CONSTRUCTOR in build_aggr_init()
2108 && (TREE_CODE (init) == CONSTRUCTOR in expand_default_init()
2116 gcc_assert (TREE_CODE (init) == CONSTRUCTOR || true_exp == exp); in expand_default_init()
2576 && (TREE_CODE (init) == CONSTRUCTOR in constant_value_1()
2583 if ((TREE_CODE (init) == CONSTRUCTOR in constant_value_1()
3920 if (TREE_CODE (e) == CONSTRUCTOR) in build_new()
4396 && TREE_CODE (TARGET_EXPR_INITIAL (init)) == CONSTRUCTOR in build_vec_init()
4420 || (TREE_CODE (init) == CONSTRUCTOR in build_vec_init()
[all …]
H A Dtree.cc722 || TREE_CODE (rval) == CONSTRUCTOR) in build_cplus_new()
805 if (init && TREE_CODE (init) == CONSTRUCTOR in build_vec_init_expr()
892 && TREE_CODE (init) != CONSTRUCTOR in build_target_expr_with_type()
1978 case CONSTRUCTOR: in strip_typedefs_expr()
3439 case CONSTRUCTOR: in replace_placeholders_r()
3464 if (TREE_CODE (*valp) == CONSTRUCTOR in replace_placeholders_r()
3537 case CONSTRUCTOR: in find_placeholders_r()
3939 case CONSTRUCTOR: in cp_tree_equal()
4842 if (TREE_CODE (t) == CONSTRUCTOR) in zero_init_expr_p()
5481 case CONSTRUCTOR: in cp_walk_subtrees()
[all …]
H A Dexpr.cc73 case CONSTRUCTOR: in cplus_expand_constant()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-forwprop.cc2344 if (TREE_CODE (ctor) == CONSTRUCTOR) in optimize_count_trailing_zeroes()
2571 if (gimple_assign_rhs_code (def_stmt) != CONSTRUCTOR) in simplify_permutation()
2603 else if (code == CONSTRUCTOR in simplify_permutation()
2631 if (gimple_assign_rhs_code (def_stmt2) != CONSTRUCTOR) in simplify_permutation()
2634 else if (code2 != CONSTRUCTOR && code2 != VECTOR_CST) in simplify_permutation()
2662 gcc_assert (gimple_assign_rhs_code (def_stmt) == CONSTRUCTOR); in simplify_permutation()
2663 code = CONSTRUCTOR; in simplify_permutation()
2717 gcc_assert (code == CONSTRUCTOR || code == VECTOR_CST); in simplify_permutation()
2724 || (TREE_CODE (opt) != CONSTRUCTOR && TREE_CODE (opt) != VECTOR_CST)) in simplify_permutation()
2795 gcc_checking_assert (TREE_CODE (op) == CONSTRUCTOR in simplify_vector_constructor()
[all …]
H A Dvarasm.cc3063 case CONSTRUCTOR: in decode_addr_const()
3156 case CONSTRUCTOR: in const_hash_1()
3313 case CONSTRUCTOR: in compare_constant()
4602 case CONSTRUCTOR: in compute_reloc_for_constant()
4641 if (CONSTANT_CLASS_P (tem) || TREE_CODE (tem) == CONSTRUCTOR) in output_addressed_constants()
4659 case CONSTRUCTOR: in output_addressed_constants()
4792 case CONSTRUCTOR: in initializer_constant_valid_p_1()
4862 if (TREE_CODE (op0) == CONSTRUCTOR) in initializer_constant_valid_p_1()
5084 case CONSTRUCTOR: in initializer_constant_valid_for_bitfield_p()
5240 if (TREE_CODE (exp) == CONSTRUCTOR in output_constant()
[all …]
H A Dtree-ssa-loop.cc573 case CONSTRUCTOR: in for_each_index()
H A Dgimple-ssa-store-merging.cc923 if (gimple_assign_rhs_code (stmt) != CONSTRUCTOR in find_bswap_or_nop()
1113 if (gimple_assign_rhs_code (cur_stmt) == CONSTRUCTOR in bswap_replace()
1391 && gimple_assign_rhs_code (cur_stmt) == CONSTRUCTOR); in maybe_optimize_vector_constructor()
1532 case CONSTRUCTOR: in execute()
1856 = (TREE_CODE (expr) == CONSTRUCTOR in encode_tree_to_bitpos()
4075 else if (TREE_CODE (gimple_assign_rhs1 (store->stmt)) == CONSTRUCTOR in output_merged_store()
4885 if (TREE_CODE (rhs) == CONSTRUCTOR in rhs_valid_for_store_merging_p()
5110 && (TREE_CODE (rhs) != CONSTRUCTOR in process_store()
5387 && gimple_assign_rhs_code (stmt) == CONSTRUCTOR) in get_status_for_store_merging()
5474 && gimple_assign_rhs_code (stmt) == CONSTRUCTOR in execute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-mem-inst-handler.cc48 if (VECTOR_TYPE_P (TREE_TYPE (data)) && TREE_CODE (data) == CONSTRUCTOR) in build_mem_access()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvarasm.c2981 case CONSTRUCTOR: in decode_addr_const()
3074 case CONSTRUCTOR: in const_hash_1()
3231 case CONSTRUCTOR: in compare_constant()
4341 case CONSTRUCTOR: in compute_reloc_for_constant()
4380 if (CONSTANT_CLASS_P (tem) || TREE_CODE (tem) == CONSTRUCTOR) in output_addressed_constants()
4398 case CONSTRUCTOR: in output_addressed_constants()
4531 case CONSTRUCTOR: in initializer_constant_valid_p_1()
4601 if (TREE_CODE (op0) == CONSTRUCTOR) in initializer_constant_valid_p_1()
4823 case CONSTRUCTOR: in initializer_constant_valid_for_bitfield_p()
4979 if (TREE_CODE (exp) == CONSTRUCTOR in output_constant()
[all …]
H A Dtree-ssa-forwprop.c1935 if (TREE_CODE (ctor) == CONSTRUCTOR) in optimize_count_trailing_zeroes()
2178 else if (code == CONSTRUCTOR || code == VECTOR_CST) in simplify_permutation()
2198 if (code2 != CONSTRUCTOR && code2 != VECTOR_CST) in simplify_permutation()
2214 || (TREE_CODE (opt) != CONSTRUCTOR && TREE_CODE (opt) != VECTOR_CST)) in simplify_permutation()
2277 gcc_checking_assert (TREE_CODE (op) == CONSTRUCTOR in simplify_vector_constructor()
3013 else if (code == CONSTRUCTOR in execute()
3177 else if (code == CONSTRUCTOR in execute()
H A Dtree-ssa-dce.c1000 && TREE_CODE (rhs) != CONSTRUCTOR) in propagate_necessity()
1015 && TREE_CODE (rhs) != CONSTRUCTOR) in propagate_necessity()
1033 && TREE_CODE (op) != CONSTRUCTOR in propagate_necessity()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pretty-print.c1305 if (TREE_CODE (e) == CONSTRUCTOR) in initializer()
1365 if (TREE_CODE (e) == CONSTRUCTOR) in pp_c_initializer_list()
1660 case CONSTRUCTOR: in postfix_expression()
2284 case CONSTRUCTOR: in expression()

1234567891011