Searched refs:IsGlobal (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Analysis/ |
D | CallGraph.cpp | 130 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl() argument
|
/external/clang/include/clang/Analysis/ |
D | CallGraph.h | 127 void addNodeForDecl(Decl *D, bool IsGlobal);
|
/external/v8/src/asmjs/ |
D | asm-typer.h | 139 bool IsGlobal() const { in IsGlobal() function
|
D | asm-typer.cc | 428 DCHECK(info->IsGlobal()); in AddGlobal() 449 DCHECK(!info->IsGlobal()); in AddLocal() 1253 if (var_info == nullptr || var_info->IsGlobal()) { in ValidateFunction()
|
/external/libcxxabi/src/ |
D | cxa_demangle.cpp | 1501 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/ |
D | ELFObjectWriter.cpp | 495 bool IsGlobal = MCELF::GetBinding(Data) == ELF::STB_GLOBAL; in isInSymtab() local 496 if (!Symbol.isVariable() && Symbol.isUndefined() && !IsGlobal) in isInSymtab()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 6644 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()
|
D | SemaExpr.cpp | 13582 bool IsGlobal = !Var->hasLocalStorage(); in tryCaptureVariable() local 13583 if (IsGlobal && !(LangOpts.OpenMP && IsOpenMPCapturedDecl(Var))) in tryCaptureVariable() 13610 if (IsGlobal) { in tryCaptureVariable()
|