| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MacOSXAPIChecker.cpp | 104 if (VD->isStaticLocal()) in CheckDispatchOnce()
|
| H A D | MallocChecker.cpp | 2192 if (VD->isStaticLocal()) in SummarizeRegion()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerHelpers.cpp | 58 if (VD->isStaticLocal()) in containsStaticLocal()
|
| H A D | MemRegion.cpp | 1010 if (D->hasGlobalStorage() && !D->isStaticLocal()) { in getVarRegion() 1046 assert(D->isStaticLocal()); in getVarRegion()
|
| H A D | BugReporterVisitors.cpp | 1286 assert(VR->getDecl()->isStaticLocal() && "non-static stackless VarRegion"); in isInitializationOfVar()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | SValExplainer.h | 215 else if (VD->isStaticLocal()) in VisitNonParamVarRegion()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 480 return VD->isStaticLocal(); in needsAnonymousDeclarationNumber()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCUDA.cpp | 122 if (VD && VD->hasGlobalStorage() && !VD->isStaticLocal()) { in CUDATargetContextRAII()
|
| H A D | SemaDecl.cpp | 5864 if (getLangOpts().CPlusPlus && NewVD->isStaticLocal()) { in BuildAnonymousStructOrUnion() 8214 if (getLangOpts().CPlusPlus && NewVD->isStaticLocal()) { in ActOnVariableDeclarator() 8319 if (D->hasGlobalStorage() && !D->isStaticLocal()) in getShadowedDeclaration() 8698 NewVD->isStaticLocal()) { in CheckVariableDeclarationType() 8731 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType() 8857 else if (NewVD->isStaticLocal()) in CheckVariableDeclarationType() 12937 } else if (cast<VarDecl>(OrigDecl)->isStaticLocal()) { in HandleDeclRefExpr() 14522 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() 14675 assert(VD->isStaticLocal()); in CheckStaticLocalForDllExport() 14770 if (VD->isStaticLocal()) in FinalizeDeclaration() [all …]
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1220 if (Var->isStaticLocal()) in VisitVarDecl()
|
| H A D | SemaOpenMP.cpp | 3089 << getOpenMPDirectiveName(Kind) << !VD->isStaticLocal(); in ActOnOpenMPIdExpression() 3619 } else if (VD && VD->isStaticLocal()) in reportOriginalDsa() 23422 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
|
| H A D | SemaDeclCXX.cpp | 1961 if (VD->isStaticLocal()) { in CheckConstexprDeclStmt() 16180 if (!VD->isStaticLocal()) in FinalizeVarWithDestructor()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 473 REGISTER_MATCHER(isStaticLocal); in RegistryMaps()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRHash.cpp | 309 Hash.AddBoolean(D->isStaticLocal()); in VisitVarDecl()
|
| H A D | Decl.cpp | 1396 if (!Var->isStaticLocal()) in getLVForLocalDecl() 1428 assert(cast<VarDecl>(D)->isStaticLocal()); in getLVForLocalDecl()
|
| H A D | MicrosoftMangle.cpp | 633 else if (!VD->isStaticLocal()) in mangleVariableEncoding()
|
| H A D | ASTContext.cpp | 11748 if (VD->isStaticLocal()) { in basicGVALinkageForVariable()
|
| H A D | ExprConstant.cpp | 5129 if (VD->isLocalVarDecl() && VD->isStaticLocal() && in CheckLocalVariableDeclaration()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4394 AST_MATCHER(VarDecl, isStaticLocal) { in AST_MATCHER() argument 4395 return Node.isStaticLocal(); in AST_MATCHER()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 2802 if (!CGM.getLangOpts().hasAtExit() && !D.isStaticLocal()) in registerGlobalDtor() 2824 assert(!VD->isStaticLocal() && "static local VarDecls don't need wrappers!"); in isThreadWrapperReplaceable()
|
| H A D | MicrosoftCXXABI.cpp | 2605 if (!D.isStaticLocal()) { in EmitGuardedInit()
|
| H A D | CGExpr.cpp | 3089 } else if (VD->isStaticLocal()) { in EmitDeclRefLValue()
|
| H A D | CGStmtOpenMP.cpp | 997 Address(VD->isStaticLocal() ? CGM.getStaticLocalDeclAddress(VD) in EmitOMPCopyinClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 1192 bool isStaticLocal() const { in isStaticLocal() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 2976 if (BuildOpts.AddStaticInitBranches && VD->isStaticLocal()) { in VisitDeclSubExpr()
|