Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp100 if (VD->isStaticLocal()) in CheckDispatchOnce()
H A DMallocChecker.cpp2497 if (VD->isStaticLocal()) in SummarizeRegion()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp59 if (VD->isStaticLocal()) in containsStaticLocal()
H A DMemRegion.cpp1068 if (D->hasGlobalStorage() && !D->isStaticLocal()) { in getVarRegion()
1112 assert(D->isStaticLocal()); in getVarRegion()
H A DBugReporterVisitors.cpp1199 VR->getDecl()->isStaticLocal() || VR->getDecl()->isLocalExternDecl(); in isInitializationOfVar()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h226 else if (VD->isStaticLocal()) in VisitNonParamVarRegion()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLocalVarsChecker.cpp371 else if (V->isStaticLocal()) in reportBug()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp498 return VD->isStaticLocal(); in needsAnonymousDeclarationNumber()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp477 REGISTER_MATCHER(isStaticLocal); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp122 if (VD && VD->hasGlobalStorage() && !VD->isStaticLocal()) { in CUDATargetContextRAII()
H A DSemaDecl.cpp5818 if (getLangOpts().CPlusPlus && NewVD->isStaticLocal()) { in BuildAnonymousStructOrUnion()
7044 (!ND.isExternallyVisible() || (VD && VD->isStaticLocal())))) { in checkInheritableAttr()
7411 if (NewVD->hasGlobalStorage() && !NewVD->isStaticLocal()) { in diagnoseOpenCLTypes()
8231 if (getLangOpts().CPlusPlus && NewVD->isStaticLocal()) { in ActOnVariableDeclarator()
8335 if (D->hasGlobalStorage() && !D->isStaticLocal()) in getShadowedDeclaration()
8740 NewVD->isStaticLocal()) { in CheckVariableDeclarationType()
8773 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType()
8780 int Scope = NewVD->isStaticLocal() | NewVD->hasExternalStorage() << 1; in CheckVariableDeclarationType()
8912 else if (NewVD->isStaticLocal()) in CheckVariableDeclarationType()
12962 } else if (cast<VarDecl>(OrigDecl)->isStaticLocal()) { in HandleDeclRefExpr()
[all …]
H A DSemaFunctionEffects.cpp1223 if (Var->isStaticLocal()) in VisitVarDecl()
H A DSemaOpenACC.cpp1821 if (!getLangOpts().OpenACC || VD->isInvalidDecl() || !VD->isStaticLocal()) in ActOnVariableDeclarator()
H A DSemaOpenMP.cpp3110 << getOpenMPDirectiveName(Kind, OMPVersion) << !VD->isStaticLocal(); in ActOnOpenMPIdExpression()
3659 } else if (VD && VD->isStaticLocal()) in reportOriginalDsa()
23072 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in ActOnOpenMPDeclareTargetName()
23179 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
H A DSemaTemplateInstantiateDecl.cpp1720 if (Var->isStaticLocal()) in VisitVarDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp335 Hash.AddBoolean(D->isStaticLocal()); in VisitVarDecl()
H A DDecl.cpp1402 if (!Var->isStaticLocal()) in getLVForLocalDecl()
1434 assert(cast<VarDecl>(D)->isStaticLocal()); in getLVForLocalDecl()
H A DMicrosoftMangle.cpp679 else if (!VD->isStaticLocal()) in mangleVariableEncoding()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4487 AST_MATCHER(VarDecl, isStaticLocal) { in AST_MATCHER() argument
4488 return Node.isStaticLocal(); in AST_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3029 if (!CGM.getLangOpts().hasAtExit() && !D.isStaticLocal()) in registerGlobalDtor()
3051 assert(!VD->isStaticLocal() && "static local VarDecls don't need wrappers!"); in isThreadWrapperReplaceable()
H A DMicrosoftCXXABI.cpp2610 if (!D.isStaticLocal()) { in EmitGuardedInit()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1187 bool isStaticLocal() const { in isStaticLocal() function
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.h3285 VD->isStaticLocal()); // Checked before emitting this. in CheckDecl()
H A DCompiler.cpp4670 bool NeedsOp = !Toplevel && VD->isLocalVarDecl() && VD->isStaticLocal(); in visitVarDecl()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3082 if (BuildOpts.AddStaticInitBranches && VD->isStaticLocal()) { in VisitDeclSubExpr()

12