Home
last modified time | relevance | path

Searched refs:IsGlobal (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Analysis/
DCallGraph.cpp130 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl() argument
/external/clang/include/clang/Analysis/
DCallGraph.h127 void addNodeForDecl(Decl *D, bool IsGlobal);
/external/v8/src/asmjs/
Dasm-typer.h139 bool IsGlobal() const { in IsGlobal() function
Dasm-typer.cc428 DCHECK(info->IsGlobal()); in AddGlobal()
449 DCHECK(!info->IsGlobal()); in AddLocal()
1253 if (var_info == nullptr || var_info->IsGlobal()) { in ValidateFunction()
/external/libcxxabi/src/
Dcxa_demangle.cpp1501 bool IsGlobal; // ::operator new ? member in __anon9d46d5f30111::NewExpr
1507 IsGlobal(IsGlobal_), IsArray(IsArray_) { in NewExpr()
1517 if (IsGlobal) in printLeft()
1540 bool IsGlobal; member in __anon9d46d5f30111::DeleteExpr
1545 : Op(Op_), IsGlobal(IsGlobal_), IsArray(IsArray_) { in DeleteExpr()
1550 if (IsGlobal) in printLeft()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp495 bool IsGlobal = MCELF::GetBinding(Data) == ELF::STB_GLOBAL; in isInSymtab() local
496 if (!Symbol.isVariable() && Symbol.isUndefined() && !IsGlobal) in isInSymtab()
/external/clang/lib/Sema/
DSemaDecl.cpp6644 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) { in checkGlobalOrExternCConflict() argument
6648 if (!Prev && IsGlobal && !isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
6655 if (!IsGlobal || isIncompleteDeclExternC(S, ND)) { in checkGlobalOrExternCConflict()
6671 if (IsGlobal) { in checkGlobalOrExternCConflict()
6673 IsGlobal = false; in checkGlobalOrExternCConflict()
6711 << IsGlobal << ND; in checkGlobalOrExternCConflict()
6713 << IsGlobal; in checkGlobalOrExternCConflict()
10428 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local
10433 if (IsGlobal && !var->isConstexpr() && in CheckCompleteVariableDeclaration()
DSemaExpr.cpp13582 bool IsGlobal = !Var->hasLocalStorage(); in tryCaptureVariable() local
13583 if (IsGlobal && !(LangOpts.OpenMP && IsOpenMPCapturedDecl(Var))) in tryCaptureVariable()
13610 if (IsGlobal) { in tryCaptureVariable()