Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDUndefCapturedBlockVarChecker.cpp66 if (VD->hasAttr<BlocksAttr>() || !VD->hasLocalStorage()) in checkPostStmt()
HDDeadStoresChecker.cpp269 if (!VD->hasLocalStorage()) in CheckVarDecl()
380 if (V->hasLocalStorage()) { in observeStmt()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDVarBypassDetector.cpp37 if (VD && VD->hasLocalStorage()) { in BuildScopeInformation()
HDCGDeclCXX.cpp33 (D.hasLocalStorage() && CGF.getContext().getLangOpts().OpenCLCPlusPlus)) && in EmitDeclInit()
HDCGExprConstant.cpp1775 if (!D.hasLocalStorage()) { in tryEmitPrivateForVarInit()
2134 if (!VD->hasLocalStorage()) { in tryEmitBase()
HDCGException.cpp1805 if (D && D->isLocalVarDeclOrParm() && D->hasLocalStorage()) in VisitDeclRefExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
HDUncountedLocalVarsChecker.cpp267 if (V->hasLocalStorage()) in reportBug()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
HDSValExplainer.h213 else if (VD->hasLocalStorage()) in VisitNonParamVarRegion()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDJumpDiagnostics.cpp159 if (VD->hasLocalStorage()) { in GetDiagForGotoScopeDecl()
183 if (S.Context.getLangOpts().CPlusPlus && VD->hasLocalStorage() && Init && in GetDiagForGotoScopeDecl()
HDSemaDecl.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 …]
HDSemaObjC.cpp59 if (!D->hasLocalStorage()) in ActOnObjCForCollectionStmt()
2225 if (!VD->hasLocalStorage()) { in handleExternallyRetainedAttr()
HDSemaDeclAttr.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()
HDCheckExprLifetime.cpp572 if (VD && VD->hasLocalStorage() && in visitLocalsRetainedByReferenceBinding()
HDSemaLambda.cpp1296 if (!Underlying->hasLocalStorage()) { in ActOnLambdaExpressionAfterIntroducer()
HDSemaStmt.cpp2181 if (VD->isLocalVarDecl() && !VD->hasLocalStorage()) { in ActOnForStmt()
3279 if (!VD->hasLocalStorage()) in getNamedReturnInfo()
HDAnalysisBasedWarnings.cpp1428 if (BaseVar->hasLocalStorage() && !isa<ParmVarDecl>(Base)) in diagnoseRepeatedUseOfWeak()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDReachableCode.cpp285 if (!VD->hasLocalStorage()) in isConfigurationValue()
HDAnalysisDeclContext.cpp611 if (!VD->hasLocalStorage()) { in VisitDeclRefExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp1058 if (D->hasLocalStorage()) { in getVarRegion()
1678 if (!VD->hasAttr<BlocksAttr>() && VD->hasLocalStorage()) { in getCaptureRegions()
HDRegionStore.cpp1095 if (VD->hasAttr<BlocksAttr>() || !VD->hasLocalStorage()) { in VisitCluster()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp335 REGISTER_MATCHER(hasLocalStorage); in RegistryMaps()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h1132 bool hasLocalStorage() const { in hasLocalStorage() function
1174 bool hasGlobalStorage() const { return !hasLocalStorage(); } in hasGlobalStorage()
1178 return hasLocalStorage() ? SD_Automatic : in getStorageDuration()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDComputeDependence.cpp68 if (!VarD || !VarD->hasLocalStorage()) in computeDependence()
HDJSONNodeDumper.cpp859 if (VD && VD->hasLocalStorage()) in VisitNamedDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h4409 AST_MATCHER(VarDecl, hasLocalStorage) { in AST_MATCHER() argument
4410 return Node.hasLocalStorage(); in AST_MATCHER()

12