HomeSort by: relevance | last modified time | path
    Searched refs:DECL_FILE_SCOPE_P (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
langhooks.cc 167 if (TREE_PUBLIC (decl) || DECL_FILE_SCOPE_P (decl))
dbxout.cc 2949 && (DECL_FILE_SCOPE_P (decl)
lto-streamer-out.cc 1425 if (DECL_FILE_SCOPE_P (t))
cfgexpand.cc 6824 && DECL_FILE_SCOPE_P (current_function_decl))
tree.h 2761 #define DECL_FILE_SCOPE_P(EXP) SCOPE_FILE_SCOPE_P (DECL_CONTEXT (EXP))
gimplify.cc 7535 && (DECL_FILE_SCOPE_P (decl)
  /src/external/gpl3/gcc/dist/gcc/
langhooks.cc 167 if (TREE_PUBLIC (decl) || DECL_FILE_SCOPE_P (decl))
lto-streamer-out.cc 1431 if (DECL_FILE_SCOPE_P (t))
cfgexpand.cc 6850 && DECL_FILE_SCOPE_P (current_function_decl))
tree.h 2916 #define DECL_FILE_SCOPE_P(EXP) SCOPE_FILE_SCOPE_P (DECL_CONTEXT (EXP))
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 2387 if (DECL_FILE_SCOPE_P (newdecl)
2392 if (!DECL_FILE_SCOPE_P (olddecl))
2423 else if (!DECL_FILE_SCOPE_P (newdecl))
2450 && DECL_FILE_SCOPE_P (newdecl)
3069 else if (DECL_FILE_SCOPE_P (old_decl))
3135 DECL_FILE_SCOPE_P won't work. Local externs don't count
3233 && DECL_FILE_SCOPE_P (b->decl))
3253 if (DECL_P (b->decl) && DECL_FILE_SCOPE_P (b->decl) && !type_saved)
5368 && DECL_FILE_SCOPE_P (decl))
5498 || !DECL_FILE_SCOPE_P (decl)
    [all...]
c-typeck.cc 2898 && !DECL_FILE_SCOPE_P (current_function_decl)
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 2566 if (DECL_FILE_SCOPE_P (newdecl)
2571 if (!DECL_FILE_SCOPE_P (olddecl))
2602 else if (!DECL_FILE_SCOPE_P (newdecl))
2629 && DECL_FILE_SCOPE_P (newdecl)
3257 else if (DECL_FILE_SCOPE_P (old_decl))
3323 DECL_FILE_SCOPE_P won't work. Local externs don't count
3424 && DECL_FILE_SCOPE_P (b->decl))
3444 if (DECL_P (b->decl) && DECL_FILE_SCOPE_P (b->decl) && !type_saved)
5776 && DECL_FILE_SCOPE_P (decl))
5907 || !DECL_FILE_SCOPE_P (decl
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc 1420 && DECL_FILE_SCOPE_P (t1) && DECL_FILE_SCOPE_P (t2))
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc 1425 && DECL_FILE_SCOPE_P (t1) && DECL_FILE_SCOPE_P (t2))
  /src/external/gpl3/gcc.old/dist/gcc/d/
decl.cc 2489 rest_of_decl_compilation (decl, DECL_FILE_SCOPE_P (decl), 0);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-decl.cc 1682 if (VAR_P (length) && DECL_FILE_SCOPE_P (length))
2390 || DECL_FILE_SCOPE_P (current_function_decl)
2892 if (DECL_FILE_SCOPE_P (fndecl))
5212 gcc_assert (DECL_FILE_SCOPE_P (decl));
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-decl.cc 1691 if (VAR_P (length) && DECL_FILE_SCOPE_P (length))
2414 || DECL_FILE_SCOPE_P (current_function_decl)
2940 if (DECL_FILE_SCOPE_P (fndecl))
5418 gcc_assert (DECL_FILE_SCOPE_P (decl));
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 3804 ? (DECL_FILE_SCOPE_P (expr) || TREE_STATIC (expr))
9628 && !DECL_FILE_SCOPE_P (other))
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 3802 ? (DECL_FILE_SCOPE_P (expr) || TREE_STATIC (expr))
9626 && !DECL_FILE_SCOPE_P (other))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 8374 rest_of_decl_compilation (decl, DECL_FILE_SCOPE_P (decl),
10277 && DECL_FILE_SCOPE_P (decl)
17245 if (DECL_FILE_SCOPE_P (decl1))
cp-tree.h 3508 (!DECL_FILE_SCOPE_P (NODE) ? DECL_CONTEXT (NODE) : global_namespace)
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 8782 rest_of_decl_compilation (decl, DECL_FILE_SCOPE_P (decl),
10747 && DECL_FILE_SCOPE_P (decl)
17999 if (DECL_FILE_SCOPE_P (decl1))
cp-tree.h 3597 (!DECL_FILE_SCOPE_P (NODE) ? DECL_CONTEXT (NODE) : global_namespace)
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 7487 && DECL_FILE_SCOPE_P (current_function_decl))

Completed in 238 milliseconds

1 2