Home
last modified time | relevance | path

Searched refs:nreverse (Results 1 – 25 of 72) sorted by relevance

123

/openbsd-src/gnu/gcc/gcc/
H A Dcoverage.c651 nreverse (array_value)); in build_fn_info_value()
655 value = build_constructor_from_list (type, nreverse (value)); in build_fn_info_value()
749 value = build_constructor_from_list (type, nreverse (value)); in build_ctr_info_value()
839 nreverse (fn_info_value)); in build_gcov_info()
879 nreverse (ctr_info_value)); in build_gcov_info()
889 value = build_constructor_from_list (type, nreverse (value)); in build_gcov_info()
H A Dsdbout.c973 types = nreverse (anonymous_types); in sdbout_dequeue_anonymous_types()
1683 for (t = nreverse (preinit_symbols); t; t = TREE_CHAIN (t)) in sdbout_init()
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c256 type_list = nreverse (type_list); in tree_code_create_function_prototype()
378 parm_list = nreverse (parm_list); in tree_code_create_function_initial()
419 for (first_param = param_decl = nreverse (DECL_ARGUMENTS (fn_decl)); in tree_code_create_function_initial()
725 ret1 = build (CALL_EXPR, type, fun_ptr, nreverse (op2)); in tree_code_get_expression()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c1951 nreverse (initlist)); in objc_build_string_object()
2136 return objc_build_constructor (type, nreverse (initlist)); in init_def_list()
2183 return objc_build_constructor (type, nreverse (initlist)); in init_objc_symtab()
2271 return objc_build_constructor (type, nreverse (initlist)); in init_module_descriptor()
2457 expr = objc_build_constructor (TREE_TYPE (decl), nreverse (initlist)); in generate_static_references()
2464 expr = objc_build_constructor (type, nreverse (decls)); in generate_static_references()
2563 nreverse (eltlist)); in build_selector_translation_table()
2585 nreverse (initlist)); in build_selector_translation_table()
4185 objc_build_constructor (type, nreverse (eltlist)), in build_descriptor_table_initializer()
4193 nreverse (initlist)); in build_descriptor_table_initializer()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c1345 constructor = build_constructor (constant_string_type, nreverse (initlist));
1539 return build_constructor (type, nreverse (initlist));
1584 return build_constructor (type, nreverse (initlist));
1673 return build_constructor (type, nreverse (initlist));
1897 expr = build_constructor (TREE_TYPE (decl), nreverse (initlist)); in generate_static_references()
1921 nreverse (decls)); in generate_static_references()
2088 nreverse (eltlist)); in build_selector_translation_table()
2104 nreverse (initlist)); in build_selector_translation_table()
2634 build_constructor (type, nreverse (eltlist)), initlist);
2640 return build_constructor (build_array_type (type, 0), nreverse (initlist));
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree-inline.c196 DECL_ANON_UNION_ELEMS (t) = nreverse (members);
283 BLOCK_VARS (new_block) = nreverse (BLOCK_VARS (new_block));
377 BLOCK_VARS (new_block) = nreverse (BLOCK_VARS (new_block));
785 return nreverse (init_stmts);
787 BLOCK_VARS (block) = nreverse (vars);
H A Dfinal.c467 nreverse (field_value_chain)),
492 nreverse
500 TYPE_FIELDS (structure_decl) = nreverse (decl_chain);
507 nreverse (value_chain));
H A Dc-decl.c544 = decls = nreverse (current_binding_level->names);
4878 new_parms = chainon (order ? nreverse (TREE_VALUE (order)) : 0,
4910 nreverse (tree_cons (NULL_TREE, void_type_node, types)));
4912 return tree_cons (new_parms, tags, nreverse (types));
6100 specparms = nreverse (specparms); in store_parm_decls()
6438 = nreverse (get_pending_sizes ()); in store_parm_decls()
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dtreetree.c343 type_list = nreverse (type_list); in tree_code_create_function_prototype()
393 parm_list = nreverse (parm_list); in tree_code_create_function_prototype()
1017 decl_chain = (reverse) ? nreverse (current_binding_level->names) in poplevel()
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/
H A Dgdb-mi.el210 (setq gdb-var-list (nreverse var-list))))))
463 (dolist (frame (nreverse call-stack))
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djcf-parse.c221 DECL_FUNCTION_THROWS (current_method) = nreverse (list); \
677 TYPE_FIELDS (current_class) = nreverse (TYPE_FIELDS (current_class));
1046 current_file_list = nreverse (current_file_list);
H A Dclass.c1485 static_fields = nreverse (static_fields);
1486 instance_fields = nreverse (instance_fields);
1518 NULL_TREE, nreverse (methods));
2019 TYPE_METHODS (this_class) = nreverse (TYPE_METHODS (this_class));
2246 list = nreverse (list); in emit_offset_symbol_table()
H A Dmangle.c586 TYPE_PACKAGE_LIST (type) = nreverse (list);
H A Dparse.c6459 TYPE_CLINIT_STMT_LIST (class_type) = nreverse (stmts); in java_parser_context_pop_initialized_field()
6469 TYPE_II_STMT_LIST (class_type) = nreverse (stmts); in java_parser_context_pop_initialized_field()
6492 list = nreverse (list);
6499 list = nreverse (list);
8292 throws = nreverse (throws);
8438 vcc_list = nreverse (vcc_list);
8542 list = chainon (nreverse (aliases_list), list);
8609 TYPE_ARG_TYPES (meth) = chainon (nreverse (arg_types), end_params_node);
8998 additional_parms = nreverse (additional_parms);
9162 ctxp->class_list = nreverse (ctxp->class_list); in java_complete_class()
[all …]
H A Dparse.y2894 TYPE_CLINIT_STMT_LIST (class_type) = nreverse (stmts); in java_parser_context_pop_initialized_field()
2904 TYPE_II_STMT_LIST (class_type) = nreverse (stmts); in java_parser_context_pop_initialized_field()
2927 list = nreverse (list);
2934 list = nreverse (list);
4727 throws = nreverse (throws);
4873 vcc_list = nreverse (vcc_list);
4977 list = chainon (nreverse (aliases_list), list);
5044 TYPE_ARG_TYPES (meth) = chainon (nreverse (arg_types), end_params_node);
5433 additional_parms = nreverse (additional_parms);
5597 ctxp->class_list = nreverse (ctxp->class_list); in java_complete_class()
[all …]
H A Ddecl.c1302 = decls = nreverse (current_binding_level->names);
1670 pending_local_decls = nreverse (pending_local_decls);
H A Dtypeck.c547 argtype_list = chainon (nreverse (argtype_list), end_params_node);
/openbsd-src/gnu/gcc/gcc/cp/
H A Drtti.c869 init = build_constructor_from_list (NULL_TREE, nreverse (init)); in tinfo_base_init()
913 init = build_constructor_from_list (NULL_TREE, nreverse (init)); in ptr_initializer()
946 init = build_constructor_from_list (NULL_TREE, nreverse (init)); in ptm_initializer()
H A Dcp-gimplify.c829 t = build_call (fn, nreverse (t)); in cxx_omp_clause_apply_fn()
862 return build_call (fn, nreverse (t)); in cxx_omp_clause_apply_fn()
H A Dmethod.c425 a = nreverse (t); in use_thunk()
479 t = nreverse (t); in use_thunk()
H A Dclass.c3078 *access_decls = nreverse (*access_decls); in check_field_decls()
5029 virtuals = modify_all_vtables (t, nreverse (virtuals)); in finish_struct_1()
5168 TYPE_METHODS (t) = nreverse (TYPE_METHODS (t)); in unreverse_member_declarations()
5169 CLASSTYPE_DECL_LIST (t) = nreverse (CLASSTYPE_DECL_LIST (t)); in unreverse_member_declarations()
6832 *inits = nreverse (secondary_vptrs); in build_vtt_inits()
7353 vfun_inits = nreverse (vfun_inits); in build_vtbl_initializer()
7356 vid.inits = nreverse (vid.inits); in build_vtbl_initializer()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Drtti.c810 init = build (CONSTRUCTOR, NULL_TREE, NULL_TREE, nreverse (init));
858 init = build (CONSTRUCTOR, NULL_TREE, NULL_TREE, nreverse (init));
898 init = build (CONSTRUCTOR, NULL_TREE, NULL_TREE, nreverse (init));
H A Dmethod.c470 a = nreverse (t);
511 t = nreverse (t);
H A Dtypeck2.c441 init = build_nt (CONSTRUCTOR, NULL_TREE, nreverse (init));
1031 result = build (CONSTRUCTOR, type, NULL_TREE, nreverse (members));
H A Dinit.c234 CONSTRUCTOR_ELTS (init) = nreverse (inits); in build_zero_init()
261 CONSTRUCTOR_ELTS (init) = nreverse (inits); in build_zero_init()
515 sorted_inits = nreverse (sorted_inits); in sort_mem_initializers()
3353 return build_compound_expr (nreverse (result));

123