Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp59 if (VD->isStaticLocal()) in containsStaticLocal()
H A DMemRegion.cpp1029 if (D->hasGlobalStorage() && !D->isStaticLocal()) { in getVarRegion()
1065 assert(D->isStaticLocal()); in getVarRegion()
H A DBugReporterVisitors.cpp1290 assert(VR->getDecl()->isStaticLocal() && "non-static stackless VarRegion"); in isInitializationOfVar()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLocalVarsChecker.cpp269 else if (V->isStaticLocal()) in reportBug()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp488 return VD->isStaticLocal(); in needsAnonymousDeclarationNumber()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp474 REGISTER_MATCHER(isStaticLocal); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp124 if (VD && VD->hasGlobalStorage() && !VD->isStaticLocal()) { in CUDATargetContextRAII()
H A DSemaDecl.cpp5704 if (getLangOpts().CPlusPlus && NewVD->isStaticLocal()) { in BuildAnonymousStructOrUnion()
6916 (!ND.isExternallyVisible() || (VD && VD->isStaticLocal())))) { in checkAttributesAfterMerging()
7241 if (NewVD->hasGlobalStorage() && !NewVD->isStaticLocal()) { in diagnoseOpenCLTypes()
8041 if (getLangOpts().CPlusPlus && NewVD->isStaticLocal()) { in ActOnVariableDeclarator()
8144 if (D->hasGlobalStorage() && !D->isStaticLocal()) in getShadowedDeclaration()
8540 NewVD->isStaticLocal()) { in CheckVariableDeclarationType()
8573 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType()
8580 int Scope = NewVD->isStaticLocal() | NewVD->hasExternalStorage() << 1; in CheckVariableDeclarationType()
8699 else if (NewVD->isStaticLocal()) in CheckVariableDeclarationType()
12736 } else if (cast<VarDecl>(OrigDecl)->isStaticLocal()) { in HandleDeclRefExpr()
[all …]
H A DSemaOpenMP.cpp3126 << getOpenMPDirectiveName(Kind) << !VD->isStaticLocal(); in ActOnOpenMPIdExpression()
3660 } else if (VD && VD->isStaticLocal()) in reportOriginalDsa()
22159 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in ActOnOpenMPDeclareTargetName()
22266 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
H A DSemaTemplateInstantiateDecl.cpp1261 if (Var->isStaticLocal()) in VisitVarDecl()
H A DSemaDeclCXX.cpp1946 if (VD->isStaticLocal()) { in CheckConstexprDeclStmt()
16063 if (!VD->isStaticLocal()) in FinalizeVarWithDestructor()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp316 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.cpp644 else if (!VD->isStaticLocal()) in mangleVariableEncoding()
H A DASTContext.cpp12231 if (VD->isStaticLocal()) { in basicGVALinkageForVariable()
/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2997 if (!CGM.getLangOpts().hasAtExit() && !D.isStaticLocal()) in registerGlobalDtor()
3019 assert(!VD->isStaticLocal() && "static local VarDecls don't need wrappers!"); in isThreadWrapperReplaceable()
H A DMicrosoftCXXABI.cpp2618 if (!D.isStaticLocal()) { in EmitGuardedInit()
H A DCGExpr.cpp3101 } else if (VD->isStaticLocal()) { in EmitDeclRefLValue()
H A DCGStmtOpenMP.cpp1024 Address(VD->isStaticLocal() ? CGM.getStaticLocalDeclAddress(VD) in EmitOMPCopyinClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1156 bool isStaticLocal() const { in isStaticLocal() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2240 if (VD->isStaticLocal()) in SummarizeRegion()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h2830 VD->isStaticLocal()); // Checked before emitting this. in CheckDecl()
H A DCompiler.cpp3692 bool NeedsOp = !Toplevel && VD->isLocalVarDecl() && VD->isStaticLocal(); in visitVarDecl()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2973 if (BuildOpts.AddStaticInitBranches && VD->isStaticLocal()) { in VisitDeclSubExpr()

12