Home
last modified time | relevance | path

Searched refs:make_node (Results 1 – 25 of 45) sorted by relevance

12

/freebsd-12.1/contrib/gcc/
H A Dtree.c879 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 Dc-semantics.c120 ret = make_node (code); in build_stmt()
H A Dc-omp.c54 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 Dstringpool.c77 return GCC_IDENT_TO_HT_IDENT (make_node (IDENTIFIER_NODE)); in alloc_node()
H A Domp-low.c3640 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 Dc-gimplify.c156 block = make_node (BLOCK); in c_build_bind_expr()
H A Dtree-nested.c221 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 Dtree-ssanames.c147 t = make_node (SSA_NAME); in make_ssa_name()
H A Dtree-iterator.c48 list = make_node (STATEMENT_LIST); in alloc_stmt_list()
H A Dstor-layout.c1879 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 Dlanghooks.c548 return make_node (code); in lhd_make_node()
H A Dtree-scalar-evolution.c2739 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 Dtree-inline.c394 new_block = make_node (BLOCK); in remap_block()
2065 id->block = make_node (BLOCK); in expand_call_inline()
H A Dtree-mudflap.c319 tree struct_type = make_node (RECORD_TYPE); in mf_make_mf_cache_struct_type()
H A Dsdbout.c894 type = make_node (POINTER_TYPE); in sdbout_symbol()
H A Dc-decl.c723 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 Dcgraphunit.c1715 DECL_INITIAL (decl) = make_node (BLOCK); in cgraph_build_static_cdtor()
/freebsd-12.1/contrib/gcc/cp/
H A Dtree.c422 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 Dlex.c792 tree t = make_node (code); in cxx_make_type()
H A Dmethod.c437 fn_block = make_node (BLOCK); in use_thunk()
H A Ddecl.c591 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 Dsemantics.c3926 stmt = make_node (OMP_PARALLEL); in finish_omp_parallel()
3991 stmt = make_node (OMP_FOR); in finish_omp_for()
H A Dparser.c13135 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 Dsearch.c1165 baselink = make_node (BASELINK); in build_baselink()
H A Dtypeck.c5851 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()

12