Home
last modified time | relevance | path

Searched refs:isStaticLocal (Results 1 – 25 of 25) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp104 if (VD->isStaticLocal()) in CheckDispatchOnce()
H A DMallocChecker.cpp2192 if (VD->isStaticLocal()) in SummarizeRegion()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp58 if (VD->isStaticLocal()) in containsStaticLocal()
H A DMemRegion.cpp1010 if (D->hasGlobalStorage() && !D->isStaticLocal()) { in getVarRegion()
1046 assert(D->isStaticLocal()); in getVarRegion()
H A DBugReporterVisitors.cpp1286 assert(VR->getDecl()->isStaticLocal() && "non-static stackless VarRegion"); in isInitializationOfVar()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h215 else if (VD->isStaticLocal()) in VisitNonParamVarRegion()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp480 return VD->isStaticLocal(); in needsAnonymousDeclarationNumber()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp122 if (VD && VD->hasGlobalStorage() && !VD->isStaticLocal()) { in CUDATargetContextRAII()
H A DSemaDecl.cpp5864 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 DSemaTemplateInstantiateDecl.cpp1220 if (Var->isStaticLocal()) in VisitVarDecl()
H A DSemaOpenMP.cpp3089 << getOpenMPDirectiveName(Kind) << !VD->isStaticLocal(); in ActOnOpenMPIdExpression()
3619 } else if (VD && VD->isStaticLocal()) in reportOriginalDsa()
23422 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
H A DSemaDeclCXX.cpp1961 if (VD->isStaticLocal()) { in CheckConstexprDeclStmt()
16180 if (!VD->isStaticLocal()) in FinalizeVarWithDestructor()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp473 REGISTER_MATCHER(isStaticLocal); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp309 Hash.AddBoolean(D->isStaticLocal()); in VisitVarDecl()
H A DDecl.cpp1396 if (!Var->isStaticLocal()) in getLVForLocalDecl()
1428 assert(cast<VarDecl>(D)->isStaticLocal()); in getLVForLocalDecl()
H A DMicrosoftMangle.cpp633 else if (!VD->isStaticLocal()) in mangleVariableEncoding()
H A DASTContext.cpp11748 if (VD->isStaticLocal()) { in basicGVALinkageForVariable()
H A DExprConstant.cpp5129 if (VD->isLocalVarDecl() && VD->isStaticLocal() && in CheckLocalVariableDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4394 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 DItaniumCXXABI.cpp2802 if (!CGM.getLangOpts().hasAtExit() && !D.isStaticLocal()) in registerGlobalDtor()
2824 assert(!VD->isStaticLocal() && "static local VarDecls don't need wrappers!"); in isThreadWrapperReplaceable()
H A DMicrosoftCXXABI.cpp2605 if (!D.isStaticLocal()) { in EmitGuardedInit()
H A DCGExpr.cpp3089 } else if (VD->isStaticLocal()) { in EmitDeclRefLValue()
H A DCGStmtOpenMP.cpp997 Address(VD->isStaticLocal() ? CGM.getStaticLocalDeclAddress(VD) in EmitOMPCopyinClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1192 bool isStaticLocal() const { in isStaticLocal() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2976 if (BuildOpts.AddStaticInitBranches && VD->isStaticLocal()) { in VisitDeclSubExpr()