Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/llvm/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)
57 #define LOOP_PASS(NAME, PASS_NAME, CONSTRUCTOR)
63 #define MACHINE_MODULE_PASS(NAME, PASS_NAME, CONSTRUCTOR)
68 #define MACHINE_FUNCTION_ANALYSIS(NAME, PASS_NAME, CONSTRUCTOR)
96 #define MACHINE_FUNCTION_PASS(NAME, PASS_NAME, CONSTRUCTOR)
107 #define DUMMY_FUNCTION_PASS(NAME, PASS_NAME, CONSTRUCTOR)
129 #define DUMMY_MODULE_PASS(NAME, PASS_NAME, CONSTRUCTOR)
[all …]
H A DCodeGenPassBuilder.h58 #define DUMMY_FUNCTION_PASS(NAME, PASS_NAME, CONSTRUCTOR) \ argument
65 #define DUMMY_MODULE_PASS(NAME, PASS_NAME, CONSTRUCTOR) \ argument
72 #define DUMMY_MACHINE_MODULE_PASS(NAME, PASS_NAME, CONSTRUCTOR) \ argument
84 #define DUMMY_MACHINE_FUNCTION_PASS(NAME, PASS_NAME, CONSTRUCTOR) \ argument
504 #define MODULE_ANALYSIS(NAME, PASS_NAME, CONSTRUCTOR) \ in registerModuleAnalyses() argument
505 MAM.registerPass([&] { return PASS_NAME CONSTRUCTOR; }); in registerModuleAnalyses()
515 #define FUNCTION_ANALYSIS(NAME, PASS_NAME, CONSTRUCTOR) \ in registerFunctionAnalyses() argument
516 FAM.registerPass([&] { return PASS_NAME CONSTRUCTOR; }); in registerFunctionAnalyses()
524 #define MACHINE_FUNCTION_ANALYSIS(NAME, PASS_NAME, CONSTRUCTOR) \ in registerMachineFunctionAnalyses() argument
525 MFAM.registerPass([&] { return PASS_NAME CONSTRUCTOR; }); in registerMachineFunctionAnalyses()
[all …]
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck2.c331 if (TREE_CODE (value) == CONSTRUCTOR) in split_nonconstant_init_1()
387 if (TREE_CODE (init) == CONSTRUCTOR) in split_nonconstant_init()
435 && TREE_CODE (init) != CONSTRUCTOR)
441 init = build_nt (CONSTRUCTOR, NULL_TREE, nreverse (init));
551 raw_constructor = (TREE_CODE (init) == CONSTRUCTOR
636 while (TREE_CODE (init) == CONSTRUCTOR && TREE_HAS_CONSTRUCTOR (init))
809 next1 = build (CONSTRUCTOR, NULL_TREE, NULL_TREE, NULL_TREE);
902 next1 = build (CONSTRUCTOR, NULL_TREE, NULL_TREE,
1031 result = build (CONSTRUCTOR, type, NULL_TREE, nreverse (members));
1337 exp = build (CONSTRUCTOR, type, NULL_TREE, NULL_TREE);
H A Drtti.c810 init = build (CONSTRUCTOR, NULL_TREE, NULL_TREE, nreverse (init));
828 init = build (CONSTRUCTOR, NULL_TREE, NULL_TREE, init);
858 init = build (CONSTRUCTOR, NULL_TREE, NULL_TREE, nreverse (init));
898 init = build (CONSTRUCTOR, NULL_TREE, NULL_TREE, nreverse (init));
984 init = build (CONSTRUCTOR, NULL_TREE, NULL_TREE, init);
1107 base_init = build (CONSTRUCTOR, NULL_TREE, NULL_TREE, base_init);
1111 base_inits = build (CONSTRUCTOR,
H A Dinit.c211 init = build (CONSTRUCTOR, type, NULL_TREE, NULL_TREE); in build_zero_init()
242 init = build (CONSTRUCTOR, type, NULL_TREE, NULL_TREE); in build_zero_init()
1200 else if (TREE_CODE (init) == CONSTRUCTOR
1288 && TREE_CODE (init) == CONSTRUCTOR
1862 && TREE_CODE (DECL_INITIAL (decl)) != CONSTRUCTOR)
2404 else if (TREE_CODE (init) == CONSTRUCTOR
2763 && ((TREE_CODE (init) == CONSTRUCTOR
2830 if (init != NULL_TREE && TREE_CODE (init) == CONSTRUCTOR)
H A Dcp-lang.c307 && TREE_CODE (exp) != CONSTRUCTOR)
/openbsd-src/gnu/gcc/gcc/
H A Dtree-gimple.c66 case CONSTRUCTOR: in is_gimple_formal_tmp_rhs()
459 || TREE_CODE (t) == CONSTRUCTOR in get_base_address()
H A Dtree-vn.c184 || TREE_CODE (e) == CONSTRUCTOR) in set_value_handle()
439 || TREE_CODE (expr) == CONSTRUCTOR) in get_value_handle()
H A Dc-common.def31 the DECL_INITIAL of that decl is the CONSTRUCTOR that initializes
H A Dc-pretty-print.c1080 if (TREE_CODE (e) == CONSTRUCTOR) in pp_c_initializer()
1174 else if (TREE_CODE (e) == CONSTRUCTOR) in pp_c_initializer_list()
1181 if (TREE_CODE (e) == CONSTRUCTOR) in pp_c_initializer_list()
1367 case CONSTRUCTOR: in pp_c_postfix_expression()
1866 case CONSTRUCTOR: in pp_c_expression()
H A Dvarasm.c2388 case CONSTRUCTOR: in decode_addr_const()
2466 case CONSTRUCTOR: in const_hash_1()
2586 case CONSTRUCTOR: in compare_constant()
2720 case CONSTRUCTOR: in copy_constant()
3620 case CONSTRUCTOR: in compute_reloc_for_constant()
3663 if (CONSTANT_CLASS_P (tem) || TREE_CODE (tem) == CONSTRUCTOR) in output_addressed_constants()
3679 case CONSTRUCTOR: in output_addressed_constants()
3726 case CONSTRUCTOR: in initializer_constant_valid_p()
3775 if (TREE_CODE (value) == CONSTRUCTOR) in initializer_constant_valid_p()
4047 if (TREE_CODE (exp) == CONSTRUCTOR in output_constant()
[all …]
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcp-objcp-common.c88 || TREE_CODE (exp) == CONSTRUCTOR in cp_expr_size()
H A Dtypeck2.c478 if (TREE_CODE (value) == CONSTRUCTOR) in split_nonconstant_init_1()
552 if (TREE_CODE (init) == CONSTRUCTOR) in split_nonconstant_init()
598 || TREE_CODE (init) == CONSTRUCTOR); in store_init_value()
739 && TREE_CODE (init) != CONSTRUCTOR) in digest_init()
H A Dinit.c1504 || TREE_CODE (init) == CONSTRUCTOR in constant_value_1()
1941 gcc_assert (TREE_CODE (init) != CONSTRUCTOR in build_new_1()
2431 && ((TREE_CODE (init) == CONSTRUCTOR in build_vec_init()
2498 if (init != NULL_TREE && TREE_CODE (init) == CONSTRUCTOR) in build_vec_init()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dconstants.c454 DECL_INITIAL (data_decl) = build (CONSTRUCTOR, TREE_TYPE (data_decl), in build_constants_constructor()
466 DECL_INITIAL (tags_decl) = build (CONSTRUCTOR, tags_type, in build_constants_constructor()
H A Dclass.c1224 build (CONSTRUCTOR, field_info_union_node, NULL_TREE,
1294 table = build (CONSTRUCTOR, type, NULL_TREE, table);
1417 return build (CONSTRUCTOR,
1491 DECL_INITIAL (fields_decl) = build (CONSTRUCTOR, field_array_type,
1517 DECL_INITIAL (methods_decl) = build (CONSTRUCTOR, method_array_type,
1589 DECL_INITIAL (idecl) = build (CONSTRUCTOR, interface_array_type,
2247 table = build (CONSTRUCTOR, method_symbols_array_type, NULL_TREE, list); in emit_offset_symbol_table()
H A Djava-tree.def83 Operand 1 is a CONSTRUCTOR node. */
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dvarasm.c2126 case CONSTRUCTOR:
2276 case CONSTRUCTOR:
2393 case CONSTRUCTOR:
2608 case CONSTRUCTOR:
3692 || TREE_CODE (tem) == CONSTRUCTOR)
3722 case CONSTRUCTOR:
3756 case CONSTRUCTOR:
3999 if (TREE_CODE (exp) == CONSTRUCTOR && CONSTRUCTOR_ELTS (exp) == 0)
4050 if (TREE_CODE (exp) == CONSTRUCTOR)
4083 if (TREE_CODE (exp) == CONSTRUCTOR)
[all …]
H A Dc-pretty-print.c574 if (TREE_CODE (e) == CONSTRUCTOR)
715 case CONSTRUCTOR:
1149 case CONSTRUCTOR:
H A Dc-common.def112 the DECL_INITIAL of that decl is the CONSTRUCTOR that initializes
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c48 CONSTRUCTOR, enumerator
/openbsd-src/gnu/gcc/gcc/config/score/
H A Dscore.h139 ((TREE_CODE (EXP) == STRING_CST || TREE_CODE (EXP) == CONSTRUCTOR) \
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dste.c1234 inits = build (CONSTRUCTOR, f2c_alist_struct, NULL_TREE, inits); in ffeste_io_ialist_()
1437 inits = build (CONSTRUCTOR, f2c_cilist_struct, NULL_TREE, inits); in ffeste_io_cilist_()
1564 inits = build (CONSTRUCTOR, f2c_close_struct, NULL_TREE, inits); in ffeste_io_cllist_()
1769 inits = build (CONSTRUCTOR, f2c_icilist_struct, NULL_TREE, inits); in ffeste_io_icilist_()
2016 inits = build (CONSTRUCTOR, f2c_inquire_struct, NULL_TREE, inits); in ffeste_io_inlist_()
2192 inits = build (CONSTRUCTOR, f2c_open_struct, NULL_TREE, inits); in ffeste_io_olist_()

12345