| /freebsd-12.1/contrib/gcc/ |
| H A D | tree.c | 879 t = make_node (INTEGER_CST); in build_int_cst_wide() 968 tree v = make_node (VECTOR_CST); in build_vector() 1081 v = make_node (REAL_CST); in build_real() 3151 t = make_node (code); in build_nt() 5000 t = make_node (POINTER_TYPE); in build_pointer_type_for_mode() 5229 t = make_node (ARRAY_TYPE); in build_array_type() 5286 t = make_node (FUNCTION_TYPE); in build_function_type() 5346 t = make_node (METHOD_TYPE); in build_method_type_directly() 5395 t = make_node (OFFSET_TYPE); in build_offset_type() 5420 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 | 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 | c-gimplify.c | 156 block = make_node (BLOCK); in c_build_bind_expr()
|
| 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-ssanames.c | 147 t = make_node (SSA_NAME); in make_ssa_name()
|
| H A D | tree-iterator.c | 48 list = make_node (STATEMENT_LIST); in alloc_stmt_list()
|
| H A D | stor-layout.c | 1879 tree type = make_node (INTEGER_TYPE); in make_signed_type() 1892 tree type = make_node (INTEGER_TYPE); in make_unsigned_type() 1906 tree t = make_node (INTEGER_TYPE); in initialize_sizetypes() 1959 t = make_node (INTEGER_TYPE); in set_sizetype()
|
| H A D | langhooks.c | 548 return make_node (code); in lhd_make_node()
|
| H A D | tree-scalar-evolution.c | 2739 chrec_dont_know = make_node (SCEV_NOT_KNOWN); in initialize_scalar_evolutions_analyzer() 2740 chrec_known = make_node (SCEV_KNOWN); in initialize_scalar_evolutions_analyzer()
|
| H A D | tree-inline.c | 394 new_block = make_node (BLOCK); in remap_block() 2065 id->block = make_node (BLOCK); in expand_call_inline()
|
| H A D | tree-mudflap.c | 319 tree struct_type = make_node (RECORD_TYPE); in mf_make_mf_cache_struct_type()
|
| H A D | sdbout.c | 894 type = make_node (POINTER_TYPE); in sdbout_symbol()
|
| H A D | c-decl.c | 723 block = make_node (BLOCK); in pop_scope() 3003 t = make_node (code); in shadow_tag_warned() 5843 ref = make_node (code); in parser_xref_tag() 5911 ref = make_node (code); in start_struct() 6340 enumtype = make_node (ENUMERAL_TYPE); in start_enum()
|
| H A D | cgraphunit.c | 1715 DECL_INITIAL (decl) = make_node (BLOCK); in cgraph_build_static_cdtor()
|
| /freebsd-12.1/contrib/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() 1949 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()
|
| H A D | method.c | 437 fn_block = make_node (BLOCK); in use_thunk()
|
| H A D | decl.c | 591 block = make_node (BLOCK); in poplevel() 3050 type = make_node (REAL_TYPE); in record_builtin_java_type() 3226 unknown_type_node = make_node (UNKNOWN_TYPE); in cxx_init_decl_processing() 3240 tree vfunc_type = make_node (FUNCTION_TYPE); in cxx_init_decl_processing() 3262 global_type_node = make_node (LANG_TYPE); in cxx_init_decl_processing() 8570 tree t = make_node (FUNCTION_TYPE); in grokdeclarator() 10665 enumtype = make_node (ENUMERAL_TYPE); in start_enum()
|
| H A D | semantics.c | 3926 stmt = make_node (OMP_PARALLEL); in finish_omp_parallel() 3991 stmt = make_node (OMP_FOR); in finish_omp_for()
|
| H A D | parser.c | 13135 default_argument = make_node (DEFAULT_ARG); in cp_parser_parameter_declaration() 13323 initializer = make_node (CONSTRUCTOR); in cp_parser_initializer_clause() 18085 tree params = make_node (TREE_LIST); in cp_parser_objc_method_tail_params_opt() 18992 constructor = make_node (CONSTRUCTOR); in build_descriptor_block_decl() 19432 constructor = make_node (CONSTRUCTOR); in build_block_literal_tmp() 21424 stmt = make_node (OMP_SECTIONS); in cp_parser_omp_sections_scope() 21553 tree stmt = make_node (OMP_SINGLE); in cp_parser_omp_single()
|
| H A D | search.c | 1165 baselink = make_node (BASELINK); in build_baselink()
|
| H A D | typeck.c | 5851 lhs, rhs, make_node (NOP_EXPR), in build_modify_expr() 5864 lhs, rhs, make_node (NOP_EXPR), in build_modify_expr() 6088 make_node (modifycode), in build_x_modify_expr()
|