Home
last modified time | relevance | path

Searched refs:hasLocalStorage (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp38 if (VD && VD->hasLocalStorage()) { in BuildScopeInformation()
H A DCGDeclCXX.cpp34 (D.hasLocalStorage() && CGF.getContext().getLangOpts().OpenCLCPlusPlus)) && in EmitDeclInit()
H A DCGExprConstant.cpp1861 if (!D.hasLocalStorage()) { in tryEmitPrivateForVarInit()
2247 if (!VD->hasLocalStorage()) { in tryEmitBase()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp268 if (!VD->hasLocalStorage()) in CheckVarDecl()
379 if (V->hasLocalStorage()) { in observeStmt()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp176 if (V->hasLocalStorage() && !isa<ParmVarDecl>(V)) in insertIfLocal()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h224 else if (VD->hasLocalStorage()) in VisitNonParamVarRegion()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLocalVarsChecker.cpp369 if (V->hasLocalStorage()) in reportBug()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp159 if (VD->hasLocalStorage()) { in GetDiagForGotoScopeDecl()
183 VD->hasLocalStorage() && Init && !Init->containsErrors()) { in GetDiagForGotoScopeDecl()
H A DSemaDecl.cpp7505 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 DSemaObjC.cpp60 if (!D->hasLocalStorage()) in ActOnObjCForCollectionStmt()
2223 if (!VD->hasLocalStorage()) { in handleExternallyRetainedAttr()
H A DSemaDeclAttr.cpp5065 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 DCheckExprLifetime.cpp773 if (VD && VD->hasLocalStorage() && in visitLocalsRetainedByReferenceBinding()
H A DSemaStmt.cpp2280 if (VD->isLocalVarDecl() && !VD->hasLocalStorage()) in ActOnForStmt()
3387 if (!VD->hasLocalStorage()) in getNamedReturnInfo()
H A DSemaLambda.cpp1322 if (!Underlying->hasLocalStorage()) { in ActOnLambdaExpressionAfterIntroducer()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp233 assert(d.hasLocalStorage()); in emitVarDecl()
H A DCIRGenExprConstant.cpp583 if (!d.hasLocalStorage()) { in tryEmitPrivateForVarInit()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp284 if (!VD->hasLocalStorage()) in isConfigurationValue()
H A DAnalysisDeclContext.cpp609 if (!VD->hasLocalStorage()) { in VisitDeclRefExpr()
H A DLifetimeSafety.cpp420 if (VD->hasLocalStorage()) { in VisitUnaryOperator()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1105 if (D->hasLocalStorage()) { in getVarRegion()
1734 if (!VD->hasAttr<BlocksAttr>() && VD->hasLocalStorage()) { in getCaptureRegions()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp338 REGISTER_MATCHER(hasLocalStorage); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1163 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 DComputeDependence.cpp68 if (!VarD || !VarD->hasLocalStorage()) in computeDependence()
H A DJSONNodeDumper.cpp861 if (VD && VD->hasLocalStorage()) in VisitNamedDecl()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4502 AST_MATCHER(VarDecl, hasLocalStorage) { in AST_MATCHER() argument
4503 return Node.hasLocalStorage(); in AST_MATCHER()

12