| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MacOSXAPIChecker.cpp | 102 if (VD->isStaticLocal()) in CheckDispatchOnce()
|
| H A D | MallocChecker.cpp | 1984 if (VD->isStaticLocal()) in SummarizeRegion()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerHelpers.cpp | 57 if (VD->isStaticLocal()) in containsStaticLocal()
|
| H A D | MemRegion.cpp | 947 if (D->hasGlobalStorage() && !D->isStaticLocal()) { in getVarRegion() 994 assert(D->isStaticLocal()); in getVarRegion()
|
| H A D | BugReporterVisitors.cpp | 1255 assert(VR->getDecl()->isStaticLocal() && "non-static stackless VarRegion"); in isInitializationOfVar()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | SValExplainer.h | 192 else if (VD->isStaticLocal()) in VisitNonParamVarRegion()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 467 return VD->isStaticLocal(); in needsAnonymousDeclarationNumber()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 441 REGISTER_MATCHER(isStaticLocal); in RegistryMaps()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ODRHash.cpp | 295 Hash.AddBoolean(D->isStaticLocal()); in VisitVarDecl()
|
| H A D | Decl.cpp | 1295 if (!Var->isStaticLocal()) in getLVForLocalDecl() 1327 assert(cast<VarDecl>(D)->isStaticLocal()); in getLVForLocalDecl()
|
| H A D | MicrosoftMangle.cpp | 611 else if (!VD->isStaticLocal()) in mangleVariableEncoding()
|
| H A D | ASTContext.cpp | 10785 if (VD->isStaticLocal()) { in basicGVALinkageForVariable()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 5244 if (getLangOpts().CPlusPlus && NewVD->isStaticLocal()) { in BuildAnonymousStructOrUnion() 6450 (!ND.isExternallyVisible() || (VD && VD->isStaticLocal())))) { in checkAttributesAfterMerging() 6762 if (NewVD->hasGlobalStorage() && !NewVD->isStaticLocal()) { in diagnoseOpenCLTypes() 7468 if (getLangOpts().CPlusPlus && NewVD->isStaticLocal()) { in ActOnVariableDeclarator() 7927 NewVD->isStaticLocal()) { in CheckVariableDeclarationType() 7966 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType() 7974 int Scope = NewVD->isStaticLocal() | NewVD->hasExternalStorage() << 1; in CheckVariableDeclarationType() 8071 else if (NewVD->isStaticLocal()) in CheckVariableDeclarationType() 11586 } else if (cast<VarDecl>(OrigDecl)->isStaticLocal()) { in HandleDeclRefExpr() 13151 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1063 if (Var->isStaticLocal()) in VisitVarDecl()
|
| H A D | SemaOpenMP.cpp | 2829 << getOpenMPDirectiveName(Kind) << !VD->isStaticLocal(); in ActOnOpenMPIdExpression() 3344 } else if (VD && VD->isStaticLocal()) in reportOriginalDsa() 20157 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
|
| H A D | SemaDeclCXX.cpp | 1892 if (VD->isStaticLocal()) { in CheckConstexprDeclStmt() 15258 if (!VD->isStaticLocal()) in FinalizeVarWithDestructor()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4202 AST_MATCHER(VarDecl, isStaticLocal) { in AST_MATCHER() argument 4203 return Node.isStaticLocal(); in AST_MATCHER()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Decl.h | 1097 bool isStaticLocal() const { in isStaticLocal() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 2757 assert(!VD->isStaticLocal() && "static local VarDecls don't need wrappers!"); in isThreadWrapperReplaceable()
|
| H A D | MicrosoftCXXABI.cpp | 2490 if (!D.isStaticLocal()) { in EmitGuardedInit()
|
| H A D | CGExpr.cpp | 2787 } else if (VD->isStaticLocal()) { in EmitDeclRefLValue()
|
| H A D | CGStmtOpenMP.cpp | 998 Address(VD->isStaticLocal() ? CGM.getStaticLocalDeclAddress(VD) in EmitOMPCopyinClause()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | CFG.cpp | 2872 if (BuildOpts.AddStaticInitBranches && VD->isStaticLocal()) { in VisitDeclSubExpr()
|