Home
last modified time | relevance | path

Searched refs:DECL_REGISTER (Results 1 – 25 of 27) sorted by relevance

12

/NextBSD/contrib/gcc/
HDpasses.c140 if (DECL_ASSEMBLER_NAME_SET_P (decl) && DECL_REGISTER (decl)) in rest_of_decl_compilation()
HDprint-tree.c354 && DECL_REGISTER (node)) in print_node()
HDtree-dump.c520 if (DECL_REGISTER (t)) in dequeue_and_dump()
HDvarasm.c1015 || DECL_REGISTER (decl)); in make_decl_rtl()
1030 if (TREE_CODE (decl) != FUNCTION_DECL && DECL_REGISTER (decl)) in make_decl_rtl()
1060 && DECL_REGISTER (decl)) in make_decl_rtl()
1064 else if (TREE_CODE (decl) != FUNCTION_DECL && DECL_REGISTER (decl)) in make_decl_rtl()
HDfunction.c1867 return (optimize || DECL_REGISTER (decl)); in use_register_for_decl()
3128 : DECL_REGISTER (decl_result)) in assign_parms()
4150 DECL_REGISTER (DECL_RESULT (subr)) = 1; in expand_function_start()
4434 : DECL_REGISTER (decl_result)) in expand_function_end()
HDtoplev.c862 && ! (TREE_CODE (decl) == VAR_DECL && DECL_REGISTER (decl)) in check_global_declaration_1()
HDc-pretty-print.c603 if (DECL_REGISTER (t)) in pp_c_storage_class_specifier()
HDtree-ssa-live.c1101 && (DECL_REGISTER (t) in type_var_init()
HDc-decl.c4046 if (!DECL_REGISTER (decl)) in finish_decl()
5498 DECL_REGISTER (decl) = 1; in grokdeclarator()
5517 DECL_REGISTER (decl) = 0; in grokdeclarator()
HDstmt.c630 DECL_REGISTER (overlap) = 0; in tree_conflicts_with_clobbers_p()
HDtree-pretty-print.c1939 if (CODE_CONTAINS_STRUCT (TREE_CODE (t), TS_DECL_WRTL) && DECL_REGISTER (t)) in print_declaration()
HDtree.h2679 #define DECL_REGISTER(NODE) (DECL_WRTL_CHECK (NODE)->decl_common.decl_flag_0) macro
HDgimplify.c3401 || (DECL_P (*to_p) && DECL_REGISTER (*to_p))) in gimplify_modify_expr_rhs()
HDFSFChangeLog.102964 * c-aux-info.c (gen_decl): DECL_REGISTER isn't defined
2968 of DECL_REGISTER.
2969 * varasm.c ({bc_,}make_decl_rtl): Don't look at DECL_REGISTER
HDdwarf2out.c11053 && !(TREE_CODE (decl) == VAR_DECL && DECL_REGISTER (decl))) in add_name_and_src_coords_attributes()
HDfold-const.c3828 && (! TREE_STATIC (exp) || DECL_REGISTER (exp)))); in simple_operand_p()
HDChangeLog-200611624 instead of DECL_REGISTER.
HDChangeLog-200011545 arrays in C99. Don't try to look at DECL_REGISTER of a
/NextBSD/contrib/gcc/cp/
HDexcept.c469 DECL_REGISTER (exp) = 1; in expand_start_catch_block()
HDinit.c2246 DECL_REGISTER (tbase) = 1; in build_vec_delete_1()
HDtypeck.c2527 if (TREE_CODE (foo) == VAR_DECL && DECL_REGISTER (foo)) in build_array_ref()
4735 if (DECL_REGISTER (x) && !TREE_ADDRESSABLE (x) in cxx_mark_addressable()
HDdecl.c4999 if (TREE_CODE (decl) == VAR_DECL && DECL_REGISTER (decl)) in make_rtl_for_nonlocal_decl()
9281 DECL_REGISTER (decl) = 1; in grokdeclarator()
HDChangeLog-20024150 * decl2.c (grokclassfn): Don't set DECL_REGISTER on 'this'.
HDChangeLog-19991853 (get_temp_regvar): Don't set DECL_REGISTER.
/NextBSD/contrib/gcc/doc/
HDc-tree.texi952 is being used for a particular @code{VAR_DECL} if @code{DECL_REGISTER}

12