Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp102 if (VD->isStaticLocal()) in CheckDispatchOnce()
H A DMallocChecker.cpp1984 if (VD->isStaticLocal()) in SummarizeRegion()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp57 if (VD->isStaticLocal()) in containsStaticLocal()
H A DMemRegion.cpp947 if (D->hasGlobalStorage() && !D->isStaticLocal()) { in getVarRegion()
994 assert(D->isStaticLocal()); in getVarRegion()
H A DBugReporterVisitors.cpp1208 assert(VR->getDecl()->isStaticLocal() && "non-static stackless VarRegion"); in isInitializationOfVar()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h192 else if (VD->isStaticLocal()) in VisitNonParamVarRegion()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp469 return VD->isStaticLocal(); in needsAnonymousDeclarationNumber()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp441 REGISTER_MATCHER(isStaticLocal); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp295 Hash.AddBoolean(D->isStaticLocal()); in VisitVarDecl()
H A DDecl.cpp1294 if (!Var->isStaticLocal()) in getLVForLocalDecl()
1326 assert(cast<VarDecl>(D)->isStaticLocal()); in getLVForLocalDecl()
H A DMicrosoftMangle.cpp611 else if (!VD->isStaticLocal()) in mangleVariableEncoding()
H A DASTContext.cpp10832 if (VD->isStaticLocal()) { in basicGVALinkageForVariable()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5307 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 DSemaTemplateInstantiateDecl.cpp1118 if (Var->isStaticLocal()) in VisitVarDecl()
H A DSemaOpenMP.cpp2829 << getOpenMPDirectiveName(Kind) << !VD->isStaticLocal(); in ActOnOpenMPIdExpression()
3344 } else if (VD && VD->isStaticLocal()) in reportOriginalDsa()
20545 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
H A DSemaDeclCXX.cpp1892 if (VD->isStaticLocal()) { in CheckConstexprDeclStmt()
15463 if (!VD->isStaticLocal()) in FinalizeVarWithDestructor()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4214 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 DDecl.h1123 bool isStaticLocal() const { in isStaticLocal() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2490 if (!D.isStaticLocal()) { in EmitGuardedInit()
H A DItaniumCXXABI.cpp2761 assert(!VD->isStaticLocal() && "static local VarDecls don't need wrappers!"); in isThreadWrapperReplaceable()
H A DCGExpr.cpp2787 } else if (VD->isStaticLocal()) { in EmitDeclRefLValue()
H A DCGStmtOpenMP.cpp1006 Address(VD->isStaticLocal() ? CGM.getStaticLocalDeclAddress(VD) in EmitOMPCopyinClause()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2879 if (BuildOpts.AddStaticInitBranches && VD->isStaticLocal()) { in VisitDeclSubExpr()