/openbsd/gnu/gcc/gcc/ |
H A D | attribs.c | 188 if (spec->decl_required && !DECL_P (*anode)) in decl_attributes() 210 if (spec->type_required && DECL_P (*anode)) in decl_attributes() 267 if (spec->type_required && DECL_P (*node) in decl_attributes() 278 if (DECL_P (*anode)) in decl_attributes() 294 if (DECL_P (*anode)) in decl_attributes() 329 if (DECL_P (*node)) in decl_attributes()
|
H A D | tree-browser.c | 324 if (head && DECL_P (head)) in browse_tree() 331 if (head && DECL_P (head)) in browse_tree() 338 if (head && DECL_P (head)) in browse_tree() 345 if (head && DECL_P (head)) in browse_tree() 354 if (head && DECL_P (head)) in browse_tree() 363 if (head && DECL_P (head)) in browse_tree() 387 if (head && DECL_P (head)) in browse_tree() 396 if (head && DECL_P (head)) in browse_tree()
|
H A D | tree-into-ssa.c | 548 gcc_assert (DECL_P (sym)); in symbol_marked_for_renaming() 746 gcc_assert (DECL_P (sym)); in mark_def_sites() 760 gcc_assert (DECL_P (sym)); in mark_def_sites() 770 gcc_assert (DECL_P (def)); in mark_def_sites() 1180 tree sym = DECL_P (var) ? var : SSA_NAME_VAR (var); in insert_phi_nodes_for() 1334 avar = DECL_P (var) ? var : SSA_NAME_VAR (var); in get_reaching_def() 1380 gcc_assert (DECL_P (var)); in rewrite_stmt() 1389 gcc_assert (DECL_P (var)); in rewrite_stmt() 1721 tree sym = DECL_P (use) ? use : SSA_NAME_VAR (use); in maybe_replace_use() 1742 tree sym = DECL_P (def) ? def : SSA_NAME_VAR (def); in maybe_register_def() [all …]
|
H A D | langhooks.c | 272 gcc_assert (DECL_P (t)); in lhd_dwarf_name() 354 return (DECL_P (var) && DECL_CONTEXT (var) == fn in lhd_tree_inlining_auto_var_in_fn_p() 427 if (DECL_P (exp) in lhd_expr_size()
|
H A D | tree-dfa.c | 142 gcc_assert (DECL_P (t)); in create_var_ann() 709 gcc_assert (DECL_P (var)); in add_referenced_var() 794 if (!DECL_P (val)) in mark_new_vars_to_rename() 807 if (DECL_P (val)) in mark_new_vars_to_rename()
|
H A D | tree-vn.c | 183 else if (EXPR_P (e) || DECL_P (e) || TREE_CODE (e) == TREE_LIST in set_value_handle() 438 else if (EXPR_P (expr) || DECL_P (expr) || TREE_CODE (expr) == TREE_LIST in get_value_handle()
|
H A D | c-objc-common.c | 185 if (!DECL_P (t)) in c_tree_printer()
|
H A D | tree-ssanames.c | 126 gcc_assert (DECL_P (var) in make_ssa_name()
|
H A D | c-pretty-print.c | 459 bool want_parm_decl = DECL_P (t) && !(pp->flags & pp_c_flag_abstract); in pp_c_parameter_type_list() 579 else if (DECL_P (t)) in pp_c_storage_class_specifier() 609 pp_c_specifier_qualifier_list (pp, DECL_P (t) ? TREE_TYPE (t) : t); in pp_c_declaration_specifiers() 2066 gcc_assert (DECL_P (t)); in pp_c_tree_decl_identifier()
|
H A D | tree-ssa-propagate.c | 782 && (DECL_P (rhs) in stmt_makes_single_load() 807 && (DECL_P (lhs) in stmt_makes_single_store()
|
H A D | dbxout.c | 1719 && DECL_P (TYPE_STUB_DECL (type)) in dbxout_type() 2386 && DECL_P (TYPE_STUB_DECL (type)) in output_used_types_helper() 2520 && DECL_P (TYPE_STUB_DECL (t)) in dbxout_symbol() 2527 && DECL_P (TYPE_NAME (t))) in dbxout_symbol() 2533 && DECL_P (TYPE_NAME (t))) in dbxout_symbol()
|
H A D | var-tracking.c | 811 if (decl && DECL_P (decl) in var_debug_decl() 813 && DECL_P (DECL_DEBUG_EXPR (decl))) in var_debug_decl() 1501 if (!DECL_P (realdecl)) in track_expr_p() 1552 if (! DECL_P (expr)) in same_variable_part_p() 1568 if (! expr2 || ! DECL_P (expr2)) in same_variable_part_p() 2197 if (! decl || ! DECL_P (decl)) in clobber_variable_part()
|
H A D | tree-ssa-sink.c | 185 else if (DECL_P (lhs)) in is_hidden_global_store()
|
H A D | gimplify.c | 384 if (DECL_P (*tp) && POINTER_TYPE_P (TREE_TYPE (*tp))) in find_single_pointer_decl_1() 505 if (DECL_P (stripped_decl) && DECL_NAME (stripped_decl)) in get_name() 2714 if (DECL_P (*expr_p)) in gimplify_init_ctor_preeval() 3055 if (DECL_P (object)) in gimplify_init_constructor() 3090 if (!DECL_P (preeval_data.lhs_base_decl)) in gimplify_init_constructor() 3403 || (DECL_P (*to_p) && DECL_REGISTER (*to_p))) in gimplify_modify_expr_rhs() 4330 if (decl == NULL || !DECL_P (decl)) in omp_firstprivatize_variable() 4455 gcc_assert (DECL_P (t)); in omp_add_variable() 4526 if (value && DECL_P (value) && DECL_THREAD_LOCAL_P (value)) in omp_notice_variable() 4964 gcc_assert (DECL_P (decl)); in gimplify_omp_for() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | attribs.c | 154 if (DECL_P (*node) && TREE_CODE (*node) == FUNCTION_DECL 198 if (spec->decl_required && !DECL_P (*anode)) 220 if (spec->type_required && DECL_P (*anode)) 259 if (spec->type_required && DECL_P (*node) 276 if (DECL_P (*anode)) 292 if (DECL_P (*anode))
|
H A D | tree-inline.c | 274 if (!new_var || !DECL_P (new_var)) 368 if (!new_var || !DECL_P (new_var)) 652 value = fold (DECL_P (value) ? decl_constant_value (value) : value); 664 if (DECL_P (value)) 1645 && DECL_P (DECL_STMT_DECL (*tp)))
|
H A D | langhooks.c | 339 return (DECL_P (var) && DECL_CONTEXT (var) == fn
|
/openbsd/gnu/gcc/gcc/config/ |
H A D | sol2-c.c | 117 if (decl && DECL_P (decl)) in solaris_pragma_align() 172 if (decl && DECL_P (decl)) in solaris_pragma_init() 230 if (decl && DECL_P (decl)) in solaris_pragma_fini()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | mangle.c | 356 if (DECL_P (el)) in dump_substitution_candidates() 419 gcc_assert (!(DECL_P (node) && node == candidate)); in add_substitution() 444 if (DECL_P (node)) in is_std_substitution() 479 if (DECL_P (node)) in is_std_substitution_char() 966 if (DECL_P (node)) in write_prefix() 1018 tree decl = DECL_P (node) ? node : TYPE_NAME (node); in write_template_prefix() 2054 else if (DECL_P (expr)) in write_expression() 2080 if (DECL_P (member)) in write_expression() 2150 if (DECL_P (expr)) in write_expression() 2289 if (DECL_P (node)) in write_template_arg() [all …]
|
H A D | semantics.c | 1428 while (access_type && DECL_P (access_type)) in finish_non_static_data_member() 1553 if (DECL_P (expr) || BASELINK_P (expr)) in finish_qualified_id_expr() 1729 else if (DECL_P (fn)) in perform_koenig_lookup() 2713 else if (DECL_P (decl)) in finish_id_expression() 2857 if (DECL_P (decl) && DECL_NONLOCAL (decl) in finish_id_expression() 3347 if (DECL_P (t)) in finish_omp_clauses() 3843 if (!DECL_P (decl)) in finish_omp_for()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | mangle.c | 299 if (DECL_P (el)) in dump_substitution_candidates() 363 if ((DECL_P (node) 392 if (DECL_P (node)) 428 if (DECL_P (node)) 870 if (DECL_P (node)) 923 tree decl = DECL_P (node) ? node : TYPE_NAME (node); 1938 else if (DECL_P (expr)) 1964 if (DECL_P (member)) 2036 if (DECL_P (expr)) 2147 if (DECL_P (node)) [all …]
|
H A D | repo.c | 137 else if (DECL_P (t))
|
H A D | friend.c | 46 declp = DECL_P (supplicant);
|
H A D | dump.c | 220 if (DECL_P (t))
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | symbian.c | 371 attrs = DECL_P (node) ? DECL_ATTRIBUTES (node) : TYPE_ATTRIBUTES (node); in symbian_add_attribute() 378 if (DECL_P (node)) in symbian_add_attribute() 403 if (!DECL_P (node)) in sh_symbian_handle_dll_attribute() 462 || ! DECL_P (function) in sh_symbian_handle_dll_attribute()
|