| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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 | 1208 assert(VR->getDecl()->isStaticLocal() && "non-static stackless VarRegion"); in isInitializationOfVar()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | SValExplainer.h | 192 else if (VD->isStaticLocal()) in VisitNonParamVarRegion()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 469 return VD->isStaticLocal(); in needsAnonymousDeclarationNumber()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 441 REGISTER_MATCHER(isStaticLocal); in RegistryMaps()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRHash.cpp | 295 Hash.AddBoolean(D->isStaticLocal()); in VisitVarDecl()
|
| H A D | Decl.cpp | 1294 if (!Var->isStaticLocal()) in getLVForLocalDecl() 1326 assert(cast<VarDecl>(D)->isStaticLocal()); in getLVForLocalDecl()
|
| H A D | MicrosoftMangle.cpp | 611 else if (!VD->isStaticLocal()) in mangleVariableEncoding()
|
| H A D | ASTContext.cpp | 10832 if (VD->isStaticLocal()) { in basicGVALinkageForVariable()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 5307 if (getLangOpts().CPlusPlus && NewVD->isStaticLocal()) { in BuildAnonymousStructOrUnion() 6829 if (NewVD->hasGlobalStorage() && !NewVD->isStaticLocal()) { in diagnoseOpenCLTypes() 7534 if (getLangOpts().CPlusPlus && NewVD->isStaticLocal()) { in ActOnVariableDeclarator() 7993 NewVD->isStaticLocal()) { in CheckVariableDeclarationType() 8026 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType() 8130 else if (NewVD->isStaticLocal()) in CheckVariableDeclarationType() 11645 } else if (cast<VarDecl>(OrigDecl)->isStaticLocal()) { in HandleDeclRefExpr() 13166 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() 13313 assert(VD->isStaticLocal()); in CheckStaticLocalForDllExport() 13408 if (VD->isStaticLocal()) in FinalizeDeclaration() [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1118 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() 20545 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
|
| H A D | SemaDeclCXX.cpp | 1892 if (VD->isStaticLocal()) { in CheckConstexprDeclStmt() 15463 if (!VD->isStaticLocal()) in FinalizeVarWithDestructor()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4214 AST_MATCHER(VarDecl, isStaticLocal) { in AST_MATCHER() argument 4215 return Node.isStaticLocal(); in AST_MATCHER()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 1123 bool isStaticLocal() const { in isStaticLocal() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 2490 if (!D.isStaticLocal()) { in EmitGuardedInit()
|
| H A D | ItaniumCXXABI.cpp | 2761 assert(!VD->isStaticLocal() && "static local VarDecls don't need wrappers!"); in isThreadWrapperReplaceable()
|
| H A D | CGExpr.cpp | 2787 } else if (VD->isStaticLocal()) { in EmitDeclRefLValue()
|
| H A D | CGStmtOpenMP.cpp | 1006 Address(VD->isStaticLocal() ? CGM.getStaticLocalDeclAddress(VD) in EmitOMPCopyinClause()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 2879 if (BuildOpts.AddStaticInitBranches && VD->isStaticLocal()) { in VisitDeclSubExpr()
|