| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UndefCapturedBlockVarChecker.cpp | 69 if (VD->hasAttr<BlocksAttr>() || !VD->hasLocalStorage()) in checkPostStmt()
|
| H A D | DeadStoresChecker.cpp | 269 if (!VD->hasLocalStorage()) in CheckVarDecl() 380 if (V->hasLocalStorage()) { in observeStmt()
|
| /openbsd-src/gnu/llvm/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 | 1643 if (!D.hasLocalStorage()) { in tryEmitPrivateForVarInit() 1923 if (!VD->hasLocalStorage()) { in tryEmitBase()
|
| H A D | CGException.cpp | 1780 if (D && D->isLocalVarDeclOrParm() && D->hasLocalStorage()) in VisitDeclRefExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | SValExplainer.h | 213 else if (VD->hasLocalStorage()) in VisitNonParamVarRegion()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 160 if (VD->hasLocalStorage()) { in GetDiagForGotoScopeDecl() 184 if (S.Context.getLangOpts().CPlusPlus && VD->hasLocalStorage() && Init) { in GetDiagForGotoScopeDecl()
|
| H A D | SemaDecl.cpp | 6835 else if (!var->hasLocalStorage()) in inferObjCARCLifetime() 7391 if (!VD || VD->hasLocalStorage() || VD->getType().isConstQualified()) in emitReadOnlyPlacementAttrWarning() 7505 NewVD->hasLocalStorage()) in ActOnVariableDeclarator() 7722 if (NewVD->hasLocalStorage() && in ActOnVariableDeclarator() 7808 else if (NewVD->hasLocalStorage()) in ActOnVariableDeclarator() 8237 if (cast<VarDecl>(ShadowedDecl)->hasLocalStorage()) { in CheckShadow() 8478 if (!getLangOpts().OpenCL && NewVD->hasLocalStorage() && in CheckVariableDeclarationType() 8588 if (NewVD->hasLocalStorage() && T.isObjCGCWeak() in CheckVariableDeclarationType() 8662 if (!NewVD->hasLocalStorage() && NewVD->hasAttr<BlocksAttr>()) { in CheckVariableDeclarationType() 8668 if (!NewVD->hasLocalStorage() && T->isSizelessType()) { in CheckVariableDeclarationType() [all …]
|
| H A D | SemaDeclAttr.cpp | 4824 if (VD->hasLocalStorage()) { in mergeInternalLinkageAttr() 4844 if (VD->hasLocalStorage()) { in mergeInternalLinkageAttr() 4917 if (VD->hasLocalStorage()) { in handleConstantAttr() 4940 if (S.getLangOpts().CUDA && VD->hasLocalStorage() && in handleSharedAttr() 4982 if (VD->hasLocalStorage()) { in handleDeviceAttr() 4998 if (VD->hasLocalStorage()) { in handleManagedAttr() 7198 if (VD->hasLocalStorage()) { in handleDeclspecThreadAttr() 8355 if (!VD->hasLocalStorage()) { in handleObjCExternallyRetainedAttr()
|
| H A D | SemaStmt.cpp | 2148 if (VD->isLocalVarDecl() && !VD->hasLocalStorage()) { in ActOnForStmt() 2305 if (!D->hasLocalStorage()) in ActOnObjCForCollectionStmt() 3420 if (!VD->hasLocalStorage()) in getNamedReturnInfo()
|
| H A D | SemaLambda.cpp | 1239 if (!Underlying->hasLocalStorage()) { in ActOnStartOfLambdaDefinition()
|
| H A D | SemaInit.cpp | 2027 } else if (cast<VarDecl>(Entity.getDecl())->hasLocalStorage()) { in CheckFlexibleArrayInit() 5777 return (var->hasLocalStorage() ? IIK_okay : IIK_nonlocal); in isInvalidICRSource() 7529 if (VD && VD->hasLocalStorage() && in visitLocalsRetainedByReferenceBinding() 8248 if (!VD || !VD->hasLocalStorage()) in CheckMoveOnConstruction()
|
| H A D | AnalysisBasedWarnings.cpp | 1404 if (BaseVar->hasLocalStorage() && !isa<ParmVarDecl>(Base)) in diagnoseRepeatedUseOfWeak()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Program.cpp | 164 IsStatic = !Var->hasLocalStorage(); in createGlobal()
|
| H A D | ByteCodeExprGen.cpp | 726 if (VD->hasLocalStorage() && VD->hasInit() && !VD->isConstexpr()) { in dereferenceVar()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | ReachableCode.cpp | 283 if (!VD->hasLocalStorage()) in isConfigurationValue()
|
| H A D | AnalysisDeclContext.cpp | 611 if (!VD->hasLocalStorage()) { in VisitDeclRefExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 1020 if (D->hasLocalStorage()) { in getVarRegion() 1630 if (!VD->hasAttr<BlocksAttr>() && VD->hasLocalStorage()) { in getCaptureRegions()
|
| H A D | RegionStore.cpp | 1101 if (VD->hasAttr<BlocksAttr>() || !VD->hasLocalStorage()) { in VisitCluster()
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 326 REGISTER_MATCHER(hasLocalStorage); in RegistryMaps()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Decl.h | 1143 bool hasLocalStorage() const { in hasLocalStorage() function 1185 bool hasGlobalStorage() const { return !hasLocalStorage(); } in hasGlobalStorage() 1189 return hasLocalStorage() ? SD_Automatic : in getStorageDuration()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ComputeDependence.cpp | 68 if (!VarD || !VarD->hasLocalStorage()) in computeDependence()
|
| H A D | JSONNodeDumper.cpp | 776 if (VD && VD->hasLocalStorage()) in VisitNamedDecl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4313 AST_MATCHER(VarDecl, hasLocalStorage) { in AST_MATCHER() argument 4314 return Node.hasLocalStorage(); in AST_MATCHER()
|