| /freebsd-12.1/contrib/gcc/ |
| H A D | coverage.c | 669 nreverse (array_value)); in build_fn_info_value() 673 value = build_constructor_from_list (type, nreverse (value)); in build_fn_info_value() 767 value = build_constructor_from_list (type, nreverse (value)); in build_ctr_info_value() 857 nreverse (fn_info_value)); in build_gcov_info() 897 nreverse (ctr_info_value)); in build_gcov_info() 907 value = build_constructor_from_list (type, nreverse (value)); in build_gcov_info()
|
| H A D | sdbout.c | 973 types = nreverse (anonymous_types); in sdbout_dequeue_anonymous_types() 1683 for (t = nreverse (preinit_symbols); t; t = TREE_CHAIN (t)) in sdbout_init()
|
| H A D | c-parser.c | 1927 ret.spec = finish_enum (type, nreverse (values), in c_parser_enum_specifier() 2052 contents = nreverse (objc_get_class_ivars (name)); in c_parser_struct_or_union_specifier() 2103 ret.spec = finish_struct (type, nreverse (contents), in c_parser_struct_or_union_specifier() 6212 prop = nreverse (prop); in c_parser_objc_property_declaration() 6302 tree ivar = nreverse (decls); in c_parser_objc_class_instance_variables() 8730 nreverse (initlist)); in build_descriptor_block_decl() 8963 initlist = nreverse (initlist); in build_block_literal_tmp()
|
| H A D | stor-layout.c | 1836 TYPE_FIELDS (type) = nreverse (TYPE_FIELDS (type)); in layout_type() 1843 TYPE_FIELDS (type) = nreverse (TYPE_FIELDS (type)); in layout_type()
|
| H A D | tree-inline.c | 302 TYPE_FIELDS (new) = nreverse (nf); in remap_type_1() 379 return nreverse (new_decls); in remap_decls()
|
| H A D | gimplify.c | 668 temps = nreverse (last); in declare_vars() 2088 TREE_OPERAND (*expr_p, 1) = nreverse (TREE_OPERAND (*expr_p, 1)); in gimplify_call_expr() 2100 TREE_OPERAND (*expr_p, 1) = nreverse (TREE_OPERAND (*expr_p, 1)); in gimplify_call_expr()
|
| H A D | tree.c | 1006 return build_vector (type, nreverse (list)); in build_vector_from_ctor() 1688 nreverse (tree t) in nreverse() function 5322 args = nreverse (args); in build_function_type_list()
|
| H A D | dbxout.c | 1068 for (t = nreverse (preinit_symbols); t; t = TREE_CHAIN (t)) in dbxout_init()
|
| H A D | c-decl.c | 3784 init = build_constructor_from_list (block_byref_type, nreverse (initlist)); in init_byref_decl() 7233 for (t = nreverse (get_pending_sizes ()); t ; t = TREE_CHAIN (t)) in store_parm_decls()
|
| H A D | tree.h | 4031 extern tree nreverse (tree);
|
| H A D | omp-low.c | 917 TYPE_FIELDS (type) = nreverse (new_fields); in fixup_child_record_type()
|
| H A D | c-common.c | 3180 args = nreverse (args); in def_fn_type()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | rtti.c | 870 init = build_constructor_from_list (NULL_TREE, nreverse (init)); in tinfo_base_init() 914 init = build_constructor_from_list (NULL_TREE, nreverse (init)); in ptr_initializer() 947 init = build_constructor_from_list (NULL_TREE, nreverse (init)); in ptm_initializer()
|
| H A D | cp-gimplify.c | 868 t = build_call (fn, nreverse (t)); in cxx_omp_clause_apply_fn() 901 return build_call (fn, nreverse (t)); in cxx_omp_clause_apply_fn()
|
| H A D | method.c | 421 a = nreverse (t); in use_thunk() 481 t = nreverse (t); in use_thunk()
|
| H A D | class.c | 3098 *access_decls = nreverse (*access_decls); in check_field_decls() 5058 virtuals = modify_all_vtables (t, nreverse (virtuals)); in finish_struct_1() 5197 TYPE_METHODS (t) = nreverse (TYPE_METHODS (t)); in unreverse_member_declarations() 5198 CLASSTYPE_DECL_LIST (t) = nreverse (CLASSTYPE_DECL_LIST (t)); in unreverse_member_declarations() 6861 *inits = nreverse (secondary_vptrs); in build_vtt_inits() 7382 vfun_inits = nreverse (vfun_inits); in build_vtbl_initializer() 7385 vid.inits = nreverse (vid.inits); in build_vtbl_initializer()
|
| H A D | error.c | 939 for (parms = orig_parms = nreverse (orig_parms); in dump_template_decl() 962 nreverse(orig_parms); in dump_template_decl()
|
| H A D | decl.c | 582 = decls = nreverse (current_binding_level->names); in poplevel() 5544 init = build_constructor_from_list (block_byref_type, nreverse (initlist)); in init_byref_decl() 8716 parms = nreverse (decls); in grokdeclarator() 9536 decls = nreverse (decls); in grokparms() 9537 result = nreverse (result); in grokparms() 10694 TYPE_VALUES (enumtype) = nreverse (TYPE_VALUES (enumtype)); in finish_enum() 11556 specparms = nreverse (specparms); in store_parm_decls()
|
| H A D | typeck2.c | 604 init = build_constructor_from_list (NULL_TREE, nreverse (init)); in store_init_value()
|
| H A D | parser.c | 5060 expression_list = nreverse (expression_list); in cp_parser_parenthesized_expression_list() 13722 = nreverse (TREE_PURPOSE (parser->unparsed_functions_queues)); in cp_parser_class_specifier() 13748 = nreverse (TREE_VALUE (parser->unparsed_functions_queues)); in cp_parser_class_specifier() 14731 return nreverse (bases); in cp_parser_base_clause() 14946 return nreverse (types); in cp_parser_type_id_list() 15228 return nreverse (asm_operands); in cp_parser_asm_operand_list() 15395 return nreverse (attribute_list); in cp_parser_attribute_list()
|
| H A D | init.c | 501 sorted_inits = nreverse (sorted_inits); in sort_mem_initializers()
|
| H A D | decl2.c | 3243 vars = nreverse (vars); in emit_instantiate_pending_templates()
|
| H A D | semantics.c | 1381 mem_inits = nreverse (mem_inits); in finish_mem_initializers()
|
| H A D | pt.c | 5819 base_list = nreverse (base_list); in instantiate_class_template() 8447 return finish_omp_clauses (nreverse (new_clauses)); in tsubst_omp_clauses() 13410 return nreverse (new_args); in build_non_dependent_args()
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sparc.c | 8092 return nreverse (n_elts); in sparc_handle_vis_mul8x16() 8130 return build_vector (rtype, nreverse (n_elts)); in sparc_fold_builtin() 8173 return build_vector (rtype, nreverse (n_elts)); in sparc_fold_builtin()
|