Searched refs:IsGlobal (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/Analysis/
H A DCallGraph.h127 void addNodeForDecl(Decl *D, bool IsGlobal);
/external/clang/lib/Analysis/
H A DCallGraph.cpp130 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { argument
/external/v8/src/asmjs/
H A Dasm-typer.h139 bool IsGlobal() const { function in class:v8::internal::wasm::final::VariableInfo
H A Dasm-typer.cc428 DCHECK(info->IsGlobal());
449 DCHECK(!info->IsGlobal());
1253 if (var_info == nullptr || var_info->IsGlobal()) {
/external/swiftshader/third_party/LLVM/lib/MC/
H A DELFObjectWriter.cpp495 bool IsGlobal = MCELF::GetBinding(Data) == ELF::STB_GLOBAL;
496 if (!Symbol.isVariable() && Symbol.isUndefined() && !IsGlobal)
/external/clang/lib/Sema/
H A DSemaDecl.cpp6644 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) {
6648 if (!Prev && IsGlobal && !isIncompleteDeclExternC(S, ND)) {
6655 if (!IsGlobal || isIncompleteDeclExternC(S, ND)) {
6671 if (IsGlobal) {
6673 IsGlobal = false;
6711 << IsGlobal << ND;
6713 << IsGlobal;
6745 return checkGlobalOrExternCConflict(S, ND, /*IsGlobal*/true, Previous);
6751 return checkGlobalOrExternCConflict(S, ND, /*IsGlobal*/false, Previous);
10428 bool IsGlobal local
6643 checkGlobalOrExternCConflict( Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) argument
[all...]
H A DSemaExpr.cpp13582 bool IsGlobal = !Var->hasLocalStorage();
13583 if (IsGlobal && !(LangOpts.OpenMP && IsOpenMPCapturedDecl(Var)))
13610 if (IsGlobal) {

Completed in 671 milliseconds