/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | decl.c | 425 error_mark_node = make_node (ERROR_MARK); in java_init_decl_processing() 486 void_type_node = make_node (VOID_TYPE); in java_init_decl_processing() 490 t = make_node (VOID_TYPE); in java_init_decl_processing() 509 char_type_node = make_node (CHAR_TYPE); in java_init_decl_processing() 531 float_type_node = make_node (REAL_TYPE); in java_init_decl_processing() 537 double_type_node = make_node (REAL_TYPE); in java_init_decl_processing() 617 utf8const_type = make_node (RECORD_TYPE); in java_init_decl_processing() 632 dtable_type = make_node (RECORD_TYPE); in java_init_decl_processing() 675 field_type_node = make_node (RECORD_TYPE); in java_init_decl_processing() 746 jexception_type = make_node (RECORD_TYPE); in java_init_decl_processing() [all …]
|
H A D | class.c | 282 type = make_node (RECORD_TYPE); in make_class() 822 rtype = make_node (RECORD_TYPE); 911 ctype = make_node (RECORD_TYPE); 1788 dtype = make_node (RECORD_TYPE);
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | tree.c | 218 make_node (code) in make_node() function 480 v = make_node (REAL_CST); 2246 t = make_node (code); in build() 2425 t = make_node (code); in build_nt() 2448 t = make_node (code); 3492 t = make_node (POINTER_TYPE); 3679 t = make_node (ARRAY_TYPE); 3784 t = make_node (METHOD_TYPE); 3821 t = make_node (OFFSET_TYPE); 3846 t = make_node (COMPLEX_TYPE); [all …]
|
H A D | stringpool.c | 69 return GCC_IDENT_TO_HT_IDENT (make_node (IDENTIFIER_NODE));
|
H A D | langhooks-def.h | 191 #define LANG_HOOKS_MAKE_TYPE make_node
|
H A D | stor-layout.c | 1869 tree type = make_node (INTEGER_TYPE); 1883 tree type = make_node (INTEGER_TYPE); 1897 tree t = make_node (INTEGER_TYPE); in initialize_sizetypes() 1948 bitsizetype = make_node (INTEGER_TYPE);
|
H A D | tree-inline.c | 255 new_block = make_node (BLOCK); 329 new_block = make_node (BLOCK); 1201 expr = build1 (STMT_EXPR, TREE_TYPE (TREE_TYPE (fn)), make_node (COMPOUND_STMT));
|
H A D | c-semantics.c | 195 t = make_node (code); in build_stmt()
|
H A D | c-decl.c | 584 block = make_node (BLOCK); 2689 t = make_node (code); 4992 ref = make_node (code); 5041 ref = make_node (code); 5558 enumtype = make_node (ENUMERAL_TYPE);
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree.c | 871 t = make_node (INTEGER_CST); in build_int_cst_wide() 960 tree v = make_node (VECTOR_CST); in build_vector() 1073 v = make_node (REAL_CST); in build_real() 3144 t = make_node (code); in build_nt() 4994 t = make_node (POINTER_TYPE); in build_pointer_type_for_mode() 5198 t = make_node (ARRAY_TYPE); in build_array_type() 5255 t = make_node (FUNCTION_TYPE); in build_function_type() 5315 t = make_node (METHOD_TYPE); in build_method_type_directly() 5364 t = make_node (OFFSET_TYPE); in build_offset_type() 5389 t = make_node (COMPLEX_TYPE); in build_complex_type() [all …]
|
H A D | c-semantics.c | 120 ret = make_node (code); in build_stmt()
|
H A D | c-omp.c | 54 tree stmt = make_node (OMP_CRITICAL); in c_finish_omp_critical() 371 tree t = make_node (OMP_FOR); in c_finish_omp_for()
|
H A D | stringpool.c | 77 return GCC_IDENT_TO_HT_IDENT (make_node (IDENTIFIER_NODE)); in alloc_node()
|
H A D | c-gimplify.c | 156 block = make_node (BLOCK); in c_build_bind_expr()
|
H A D | omp-low.c | 3640 block = make_node (BLOCK); in lower_omp_sections() 3665 t = make_node (OMP_RETURN); in lower_omp_sections() 3793 block = make_node (BLOCK); in lower_omp_single() 3814 t = make_node (OMP_RETURN); in lower_omp_single() 3835 block = make_node (BLOCK); in lower_omp_master() 3855 x = make_node (OMP_RETURN); in lower_omp_master() 3875 block = make_node (BLOCK); in lower_omp_ordered() 3894 x = make_node (OMP_RETURN); in lower_omp_ordered() 3971 block = make_node (BLOCK); in lower_omp_critical() 3986 t = make_node (OMP_RETURN); in lower_omp_critical() [all …]
|
H A D | tree-ssanames.c | 147 t = make_node (SSA_NAME); in make_ssa_name()
|
H A D | tree-nested.c | 221 type = make_node (RECORD_TYPE); in get_frame_type() 285 field = make_node (FIELD_DECL); in lookup_field_for_decl() 369 field = make_node (FIELD_DECL); in get_chain_field() 456 record = make_node (RECORD_TYPE); in get_trampoline_type() 486 field = make_node (FIELD_DECL); in lookup_tramp_for_decl() 535 field = make_node (FIELD_DECL); in get_nl_goto_field()
|
H A D | tree-iterator.c | 48 list = make_node (STATEMENT_LIST); in alloc_stmt_list()
|
H A D | langhooks.c | 548 return make_node (code); in lhd_make_node()
|
H A D | stor-layout.c | 1877 tree type = make_node (INTEGER_TYPE); in make_signed_type() 1890 tree type = make_node (INTEGER_TYPE); in make_unsigned_type() 1904 tree t = make_node (INTEGER_TYPE); in initialize_sizetypes() 1957 t = make_node (INTEGER_TYPE); in set_sizetype()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | tree.c | 400 t = make_node (METHOD_TYPE); 444 t = make_node (ARRAY_TYPE); 996 tree result = make_node (OVERLOAD); 1441 t = make_node (code); in build_min_nt() 1469 t = make_node (code); in build_min() 1727 tree t = make_node (WRAPPER); 1739 t = make_node (SRCLOC); 2068 tree ptrmem_cst = make_node (PTRMEM_CST);
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | tree.c | 422 t = make_node (ARRAY_TYPE); in build_cplus_array_type_1() 897 tree result = make_node (OVERLOAD); in ovl_cons() 1294 t = make_node (code); in build_min_nt() 1319 t = make_node (code); in build_min() 1349 t = make_node (code); in build_min_non_dep() 1932 tree ptrmem_cst = make_node (PTRMEM_CST); in make_ptrmem_cst()
|
H A D | lex.c | 792 tree t = make_node (code); in cxx_make_type()
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | ste.c | 1186 ref = make_node (RECORD_TYPE); in ffeste_io_ialist_() 1310 ref = make_node (RECORD_TYPE); in ffeste_io_cilist_() 1528 ref = make_node (RECORD_TYPE); in ffeste_io_cllist_() 1642 ref = make_node (RECORD_TYPE); in ffeste_io_icilist_() 1892 ref = make_node (RECORD_TYPE); in ffeste_io_inlist_() 2132 ref = make_node (RECORD_TYPE); in ffeste_io_olist_()
|
/openbsd/gnu/usr.bin/gcc/gcc/objc/ |
H A D | objc-act.c | 473 objc_ellipsis_node = make_node (ERROR_MARK); 4619 keyword_decl = make_node (KEYWORD_DECL); 4690 method_decl = make_node (code); 6148 class = make_node (code); 6460 tree protocol = make_node (PROTOCOL_INTERFACE_TYPE); 6489 protocol = make_node (code); 7107 function1_template = make_node (FUNCTION_TYPE); 7126 function1_template = make_node (FUNCTION_TYPE); 7128 function2_template = make_node (FUNCTION_TYPE);
|