| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ |
| H A D | darwin.h | 375 && (!DECL_COMMON (DECL) || !TREE_PUBLIC (DECL))) \ 379 && (!DECL_COMMON (DECL) || !TREE_PUBLIC (DECL))) \ 395 && (!DECL_COMMON (DECL) || !TREE_PUBLIC (DECL))) \ 399 && (!DECL_COMMON (DECL) || !TREE_PUBLIC (DECL))) \ 472 && (!DECL_COMMON (DECL) || !TREE_PUBLIC (DECL))) \ 476 && (!DECL_COMMON (DECL) || !TREE_PUBLIC (DECL))) \
|
| H A D | darwin.c | 937 && (!DECL_COMMON (decl) || !TREE_PUBLIC (decl)))
|
| /openbsd-src/gnu/gcc/gcc/config/ |
| H A D | darwin.h | 541 && (!DECL_COMMON (DECL) || !TREE_PUBLIC (DECL))) \ 545 && (!DECL_COMMON (DECL) || !TREE_PUBLIC (DECL))) \ 562 && (!DECL_COMMON (DECL) || !TREE_PUBLIC (DECL))) \ 566 && (!DECL_COMMON (DECL) || !TREE_PUBLIC (DECL))) \ 647 && (!DECL_COMMON (DECL) || !TREE_PUBLIC (DECL))) \
|
| H A D | darwin.c | 176 if (DECL_COMMON (decl)) in machopic_symbol_defined_p() 1079 && (!DECL_COMMON (decl) || !TREE_PUBLIC (decl))) in darwin_encode_section_info() 1080 || (!DECL_COMMON (decl) && DECL_INITIAL (decl) in darwin_encode_section_info()
|
| /openbsd-src/gnu/gcc/gcc/config/pa/ |
| H A D | som.h | 305 DECL_COMMON (DECL) = 1; \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | varasm.c | 901 && DECL_COMMON (decl)) 902 DECL_COMMON (decl) = 0; 906 DECL_COMMON (decl) = 0; 1359 if (!DECL_COMMON (decl)) 1510 && ! (DECL_COMMON (decl) && (DECL_INITIAL (decl) == 0 1583 if (DECL_COMMON (decl)) 4760 DECL_COMMON (decl) = 1; 5476 else if (DECL_COMMON (exp)
|
| H A D | print-tree.c | 315 if (DECL_COMMON (node))
|
| H A D | c-common.c | 5324 DECL_COMMON (*node) = 0; 5346 DECL_COMMON (*node) = 1;
|
| H A D | tree.h | 1600 #define DECL_COMMON(NODE) (DECL_CHECK (NODE)->decl.common_flag) macro
|
| H A D | c-decl.c | 2940 DECL_COMMON (decl) = 1;
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | decl2.c | 1283 DECL_COMMON (decl) = 1; in comdat_linkage() 1286 DECL_COMMON (decl) = 1; in comdat_linkage() 2218 DECL_COMMON (guard) = DECL_COMMON (decl); in get_guard() 2559 #define NEEDS_GUARD_P(decl) (TREE_PUBLIC (decl) && (DECL_COMMON (decl) \
|
| H A D | decl.c | 1936 DECL_COMMON (newdecl) = DECL_COMMON (olddecl); in duplicate_decls() 4010 DECL_COMMON (tem) = 1; in start_decl() 4350 DECL_COMMON (decl) = 1; in maybe_commonize_var() 4358 DECL_COMMON (decl) = 0; in maybe_commonize_var()
|
| H A D | ChangeLog-1996 | 3671 * decl.c (start_decl): #ifdef out code to set DECL_COMMON
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | varasm.c | 886 if (DECL_COMMON (decl) && DECL_SECTION_NAME (decl) == NULL) in get_variable_section() 1139 && DECL_COMMON (decl)) in make_decl_rtl() 1140 DECL_COMMON (decl) = 0; in make_decl_rtl() 1144 DECL_COMMON (decl) = 0; in make_decl_rtl() 1310 || (DECL_COMMON (decl) in notice_global_symbol() 5112 DECL_COMMON (decl) = 1; in make_decl_one_only() 5884 else if (DECL_COMMON (exp) in default_binds_local_p_1()
|
| H A D | print-tree.c | 375 if (TREE_CODE (node) == VAR_DECL && DECL_COMMON (node)) in print_node()
|
| H A D | c-decl.c | 1769 DECL_COMMON (newdecl) = DECL_COMMON (olddecl); in merge_decls() 3290 DECL_COMMON (decl) = 1; in start_decl()
|
| H A D | c-common.c | 4135 DECL_COMMON (*node) = 0; in handle_nocommon_attribute() 4153 DECL_COMMON (*node) = 1; in handle_common_attribute()
|
| H A D | tree.h | 2919 #define DECL_COMMON(NODE) (DECL_WITH_VIS_CHECK (NODE)->decl_with_vis.common_flag) macro
|
| H A D | omp-low.c | 3941 DECL_COMMON (decl) = 1; in lower_omp_critical()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | decl2.c | 1621 DECL_COMMON (decl) = 1; 1624 DECL_COMMON (decl) = 1; 2071 DECL_COMMON (guard) = DECL_COMMON (decl); 2479 if (TREE_PUBLIC (decl) && (DECL_COMMON (decl)
|
| H A D | decl.c | 4016 DECL_COMMON (newdecl) = DECL_COMMON (olddecl); 7856 DECL_COMMON (tem) = ((TREE_CODE (tem) != VAR_DECL 8159 DECL_COMMON (decl) = 1; 8167 DECL_COMMON (decl) = 0;
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 1997 DECL_COMMON (decl) = 1; in objc_add_static_instance()
|
| /openbsd-src/gnu/gcc/gcc/config/frv/ |
| H A D | frv.c | 4107 || !DECL_COMMON (SYMBOL_REF_DECL (sym)))) in frv_emit_movsi()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.c | 1379 DECL_COMMON (decl) = 1;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.c | 8307 && (DECL_COMMON (decl)
|