Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp37 if (VD && VD->hasLocalStorage()) { in BuildScopeInformation()
H A DCGDeclCXX.cpp33 (D.hasLocalStorage() && CGF.getContext().getLangOpts().OpenCLCPlusPlus)) && in EmitDeclInit()
H A DCGExprConstant.cpp1775 if (!D.hasLocalStorage()) { in tryEmitPrivateForVarInit()
2134 if (!VD->hasLocalStorage()) { in tryEmitBase()
H A DCGException.cpp1805 if (D && D->isLocalVarDeclOrParm() && D->hasLocalStorage()) in VisitDeclRefExpr()
H A DCGBlocks.cpp1440 if (var && !var->hasLocalStorage()) in GenerateBlockFunction()
H A DCGDecl.cpp219 assert(D.hasLocalStorage()); in EmitVarDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLocalVarsChecker.cpp267 if (V->hasLocalStorage()) in reportBug()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp159 if (VD->hasLocalStorage()) { in GetDiagForGotoScopeDecl()
183 if (S.Context.getLangOpts().CPlusPlus && VD->hasLocalStorage() && Init && in GetDiagForGotoScopeDecl()
H A DSemaDecl.cpp7335 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 DSemaObjC.cpp59 if (!D->hasLocalStorage()) in ActOnObjCForCollectionStmt()
2225 if (!VD->hasLocalStorage()) { in handleExternallyRetainedAttr()
H A DSemaDeclAttr.cpp4472 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 DCheckExprLifetime.cpp572 if (VD && VD->hasLocalStorage() && in visitLocalsRetainedByReferenceBinding()
H A DSemaLambda.cpp1296 if (!Underlying->hasLocalStorage()) { in ActOnLambdaExpressionAfterIntroducer()
H A DSemaStmt.cpp2181 if (VD->isLocalVarDecl() && !VD->hasLocalStorage()) { in ActOnForStmt()
3279 if (!VD->hasLocalStorage()) in getNamedReturnInfo()
H A DAnalysisBasedWarnings.cpp1428 if (BaseVar->hasLocalStorage() && !isa<ParmVarDecl>(Base)) in diagnoseRepeatedUseOfWeak()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp611 if (!VD->hasLocalStorage()) { in VisitDeclRefExpr()
H A DReachableCode.cpp285 if (!VD->hasLocalStorage()) in isConfigurationValue()
H A DUnsafeBufferUsage.cpp1828 VD->hasConstantInitialization() || !VD->hasLocalStorage() || in hasUnsupportedSpecifiers()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1058 if (D->hasLocalStorage()) { in getVarRegion()
1678 if (!VD->hasAttr<BlocksAttr>() && VD->hasLocalStorage()) { in getCaptureRegions()
H A DRegionStore.cpp1095 if (VD->hasAttr<BlocksAttr>() || !VD->hasLocalStorage()) { in VisitCluster()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp335 REGISTER_MATCHER(hasLocalStorage); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1132 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 DComputeDependence.cpp68 if (!VarD || !VarD->hasLocalStorage()) in computeDependence()
H A DJSONNodeDumper.cpp859 if (VD && VD->hasLocalStorage()) in VisitNamedDecl()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4409 AST_MATCHER(VarDecl, hasLocalStorage) { in AST_MATCHER() argument
4410 return Node.hasLocalStorage(); in AST_MATCHER()

12