| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | VarBypassDetector.cpp | 37 if (VD && VD->hasLocalStorage()) { in BuildScopeInformation()
|
| H A D | CGDeclCXX.cpp | 33 (D.hasLocalStorage() && CGF.getContext().getLangOpts().OpenCLCPlusPlus)) && in EmitDeclInit()
|
| H A D | CGExprConstant.cpp | 1775 if (!D.hasLocalStorage()) { in tryEmitPrivateForVarInit() 2134 if (!VD->hasLocalStorage()) { in tryEmitBase()
|
| H A D | CGException.cpp | 1805 if (D && D->isLocalVarDeclOrParm() && D->hasLocalStorage()) in VisitDeclRefExpr()
|
| H A D | CGBlocks.cpp | 1440 if (var && !var->hasLocalStorage()) in GenerateBlockFunction()
|
| H A D | CGDecl.cpp | 219 assert(D.hasLocalStorage()); in EmitVarDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | UncountedLocalVarsChecker.cpp | 267 if (V->hasLocalStorage()) in reportBug()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 159 if (VD->hasLocalStorage()) { in GetDiagForGotoScopeDecl() 183 if (S.Context.getLangOpts().CPlusPlus && VD->hasLocalStorage() && Init && in GetDiagForGotoScopeDecl()
|
| H A D | SemaDecl.cpp | 7335 if (!VD || VD->hasLocalStorage() || VD->getType().isConstQualified()) in emitReadOnlyPlacementAttrWarning() 7467 NewVD->hasLocalStorage()) in ActOnVariableDeclarator() 7711 if (NewVD->hasLocalStorage() && in ActOnVariableDeclarator() 7797 else if (NewVD->hasLocalStorage()) in ActOnVariableDeclarator() 7830 !NewVD->hasLocalStorage()) { in ActOnVariableDeclarator() 8244 VD && VD->hasLocalStorage()) { in CheckShadow() 8528 if (!getLangOpts().OpenCL && NewVD->hasLocalStorage() && in CheckVariableDeclarationType() 8638 if (NewVD->hasLocalStorage() && T.isObjCGCWeak() in CheckVariableDeclarationType() 8734 if (!NewVD->hasLocalStorage() && NewVD->hasAttr<BlocksAttr>()) { in CheckVariableDeclarationType() 8740 if (!NewVD->hasLocalStorage() && T->isSizelessType() && in CheckVariableDeclarationType() [all …]
|
| H A D | SemaObjC.cpp | 59 if (!D->hasLocalStorage()) in ActOnObjCForCollectionStmt() 2225 if (!VD->hasLocalStorage()) { in handleExternallyRetainedAttr()
|
| H A D | SemaDeclAttr.cpp | 4472 if (VD->hasLocalStorage()) { in mergeInternalLinkageAttr() 4493 if (VD->hasLocalStorage()) { in mergeInternalLinkageAttr() 4552 if (VD->hasLocalStorage()) { in handleConstantAttr() 4575 if (S.getLangOpts().CUDA && VD->hasLocalStorage() && in handleSharedAttr() 4620 if (VD->hasLocalStorage()) { in handleDeviceAttr() 4636 if (VD->hasLocalStorage()) { in handleManagedAttr() 5423 if (VD->hasLocalStorage()) { in handleDeclspecThreadAttr()
|
| H A D | CheckExprLifetime.cpp | 572 if (VD && VD->hasLocalStorage() && in visitLocalsRetainedByReferenceBinding()
|
| H A D | SemaLambda.cpp | 1296 if (!Underlying->hasLocalStorage()) { in ActOnLambdaExpressionAfterIntroducer()
|
| H A D | SemaStmt.cpp | 2181 if (VD->isLocalVarDecl() && !VD->hasLocalStorage()) { in ActOnForStmt() 3279 if (!VD->hasLocalStorage()) in getNamedReturnInfo()
|
| H A D | AnalysisBasedWarnings.cpp | 1428 if (BaseVar->hasLocalStorage() && !isa<ParmVarDecl>(Base)) in diagnoseRepeatedUseOfWeak()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 611 if (!VD->hasLocalStorage()) { in VisitDeclRefExpr()
|
| H A D | ReachableCode.cpp | 285 if (!VD->hasLocalStorage()) in isConfigurationValue()
|
| H A D | UnsafeBufferUsage.cpp | 1828 VD->hasConstantInitialization() || !VD->hasLocalStorage() || in hasUnsupportedSpecifiers()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 1058 if (D->hasLocalStorage()) { in getVarRegion() 1678 if (!VD->hasAttr<BlocksAttr>() && VD->hasLocalStorage()) { in getCaptureRegions()
|
| H A D | RegionStore.cpp | 1095 if (VD->hasAttr<BlocksAttr>() || !VD->hasLocalStorage()) { in VisitCluster()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 335 REGISTER_MATCHER(hasLocalStorage); in RegistryMaps()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 1132 bool hasLocalStorage() const { in hasLocalStorage() function 1174 bool hasGlobalStorage() const { return !hasLocalStorage(); } in hasGlobalStorage() 1178 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 | 859 if (VD && VD->hasLocalStorage()) in VisitNamedDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4409 AST_MATCHER(VarDecl, hasLocalStorage) { in AST_MATCHER() argument 4410 return Node.hasLocalStorage(); in AST_MATCHER()
|