| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | VarBypassDetector.cpp | 38 if (VD && VD->hasLocalStorage()) { in BuildScopeInformation()
|
| H A D | CGDeclCXX.cpp | 34 (D.hasLocalStorage() && CGF.getContext().getLangOpts().OpenCLCPlusPlus)) && in EmitDeclInit()
|
| H A D | CGExprConstant.cpp | 1861 if (!D.hasLocalStorage()) { in tryEmitPrivateForVarInit() 2247 if (!VD->hasLocalStorage()) { in tryEmitBase()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeadStoresChecker.cpp | 268 if (!VD->hasLocalStorage()) in CheckVarDecl() 379 if (V->hasLocalStorage()) { in observeStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | ASTOps.cpp | 176 if (V->hasLocalStorage() && !isa<ParmVarDecl>(V)) in insertIfLocal()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | SValExplainer.h | 224 else if (VD->hasLocalStorage()) in VisitNonParamVarRegion()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RawPtrRefLocalVarsChecker.cpp | 369 if (V->hasLocalStorage()) in reportBug()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 159 if (VD->hasLocalStorage()) { in GetDiagForGotoScopeDecl() 183 VD->hasLocalStorage() && Init && !Init->containsErrors()) { in GetDiagForGotoScopeDecl()
|
| H A D | SemaDecl.cpp | 7505 if (!VD || VD->hasLocalStorage() || VD->getType().isConstQualified()) in emitReadOnlyPlacementAttrWarning() 7650 NewVD->hasLocalStorage()) in ActOnVariableDeclarator() 7894 if (NewVD->hasLocalStorage() && in ActOnVariableDeclarator() 7979 else if (NewVD->hasLocalStorage()) in ActOnVariableDeclarator() 8012 !NewVD->hasLocalStorage()) { in ActOnVariableDeclarator() 8438 VD && VD->hasLocalStorage()) { in CheckShadow() 8728 if (!getLangOpts().OpenCL && NewVD->hasLocalStorage() && in CheckVariableDeclarationType() 8838 if (NewVD->hasLocalStorage() && T.isObjCGCWeak() in CheckVariableDeclarationType() 8947 if (!NewVD->hasLocalStorage() && NewVD->hasAttr<BlocksAttr>()) { in CheckVariableDeclarationType() 8953 if (!NewVD->hasLocalStorage() && T->isSizelessType() && in CheckVariableDeclarationType() [all …]
|
| H A D | SemaObjC.cpp | 60 if (!D->hasLocalStorage()) in ActOnObjCForCollectionStmt() 2223 if (!VD->hasLocalStorage()) { in handleExternallyRetainedAttr()
|
| H A D | SemaDeclAttr.cpp | 5065 if (VD->hasLocalStorage()) { in mergeInternalLinkageAttr() 5086 if (VD->hasLocalStorage()) { in mergeInternalLinkageAttr() 5145 if (VD->hasLocalStorage()) { in handleConstantAttr() 5168 if (S.getLangOpts().CUDA && VD->hasLocalStorage() && in handleSharedAttr() 5213 if (VD->hasLocalStorage()) { in handleDeviceAttr() 5229 if (VD->hasLocalStorage()) { in handleManagedAttr() 6141 if (VD->hasLocalStorage()) { in handleDeclspecThreadAttr()
|
| H A D | CheckExprLifetime.cpp | 773 if (VD && VD->hasLocalStorage() && in visitLocalsRetainedByReferenceBinding()
|
| H A D | SemaStmt.cpp | 2280 if (VD->isLocalVarDecl() && !VD->hasLocalStorage()) in ActOnForStmt() 3387 if (!VD->hasLocalStorage()) in getNamedReturnInfo()
|
| H A D | SemaLambda.cpp | 1322 if (!Underlying->hasLocalStorage()) { in ActOnLambdaExpressionAfterIntroducer()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenDecl.cpp | 233 assert(d.hasLocalStorage()); in emitVarDecl()
|
| H A D | CIRGenExprConstant.cpp | 583 if (!d.hasLocalStorage()) { in tryEmitPrivateForVarInit()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ReachableCode.cpp | 284 if (!VD->hasLocalStorage()) in isConfigurationValue()
|
| H A D | AnalysisDeclContext.cpp | 609 if (!VD->hasLocalStorage()) { in VisitDeclRefExpr()
|
| H A D | LifetimeSafety.cpp | 420 if (VD->hasLocalStorage()) { in VisitUnaryOperator()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 1105 if (D->hasLocalStorage()) { in getVarRegion() 1734 if (!VD->hasAttr<BlocksAttr>() && VD->hasLocalStorage()) { in getCaptureRegions()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 338 REGISTER_MATCHER(hasLocalStorage); in RegistryMaps()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 1163 bool hasLocalStorage() const { in hasLocalStorage() function 1205 bool hasGlobalStorage() const { return !hasLocalStorage(); } in hasGlobalStorage() 1209 return hasLocalStorage() ? SD_Automatic : in getStorageDuration()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ComputeDependence.cpp | 68 if (!VarD || !VarD->hasLocalStorage()) in computeDependence()
|
| H A D | JSONNodeDumper.cpp | 861 if (VD && VD->hasLocalStorage()) in VisitNamedDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4502 AST_MATCHER(VarDecl, hasLocalStorage) { in AST_MATCHER() argument 4503 return Node.hasLocalStorage(); in AST_MATCHER()
|