| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MacOSXAPIChecker.cpp | 100 if (VD->isStaticLocal()) in CheckDispatchOnce()
|
| H A D | MallocChecker.cpp | 2497 if (VD->isStaticLocal()) in SummarizeRegion()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerHelpers.cpp | 59 if (VD->isStaticLocal()) in containsStaticLocal()
|
| H A D | MemRegion.cpp | 1068 if (D->hasGlobalStorage() && !D->isStaticLocal()) { in getVarRegion() 1112 assert(D->isStaticLocal()); in getVarRegion()
|
| H A D | BugReporterVisitors.cpp | 1199 VR->getDecl()->isStaticLocal() || VR->getDecl()->isLocalExternDecl(); in isInitializationOfVar()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | SValExplainer.h | 226 else if (VD->isStaticLocal()) in VisitNonParamVarRegion()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RawPtrRefLocalVarsChecker.cpp | 371 else if (V->isStaticLocal()) in reportBug()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 498 return VD->isStaticLocal(); in needsAnonymousDeclarationNumber()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 477 REGISTER_MATCHER(isStaticLocal); in RegistryMaps()
|
| /freebsd/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 | 5818 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 D | SemaFunctionEffects.cpp | 1223 if (Var->isStaticLocal()) in VisitVarDecl()
|
| H A D | SemaOpenACC.cpp | 1821 if (!getLangOpts().OpenACC || VD->isInvalidDecl() || !VD->isStaticLocal()) in ActOnVariableDeclarator()
|
| H A D | SemaOpenMP.cpp | 3110 << 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 D | SemaTemplateInstantiateDecl.cpp | 1720 if (Var->isStaticLocal()) in VisitVarDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRHash.cpp | 335 Hash.AddBoolean(D->isStaticLocal()); in VisitVarDecl()
|
| H A D | Decl.cpp | 1402 if (!Var->isStaticLocal()) in getLVForLocalDecl() 1434 assert(cast<VarDecl>(D)->isStaticLocal()); in getLVForLocalDecl()
|
| H A D | MicrosoftMangle.cpp | 679 else if (!VD->isStaticLocal()) in mangleVariableEncoding()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4487 AST_MATCHER(VarDecl, isStaticLocal) { in AST_MATCHER() argument 4488 return Node.isStaticLocal(); in AST_MATCHER()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 3029 if (!CGM.getLangOpts().hasAtExit() && !D.isStaticLocal()) in registerGlobalDtor() 3051 assert(!VD->isStaticLocal() && "static local VarDecls don't need wrappers!"); in isThreadWrapperReplaceable()
|
| H A D | MicrosoftCXXABI.cpp | 2610 if (!D.isStaticLocal()) { in EmitGuardedInit()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 1187 bool isStaticLocal() const { in isStaticLocal() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.h | 3285 VD->isStaticLocal()); // Checked before emitting this. in CheckDecl()
|
| H A D | Compiler.cpp | 4670 bool NeedsOp = !Toplevel && VD->isLocalVarDecl() && VD->isStaticLocal(); in visitVarDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 3082 if (BuildOpts.AddStaticInitBranches && VD->isStaticLocal()) { in VisitDeclSubExpr()
|