| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UndefCapturedBlockVarChecker.cpp | 68 if (VD->hasAttr<BlocksAttr>() || !VD->hasLocalStorage()) in checkPostStmt()
|
| H A D | DeadStoresChecker.cpp | 272 if (!VD->hasLocalStorage()) in CheckVarDecl() 384 if (V->hasLocalStorage()) { in observeStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | VarBypassDetector.cpp | 37 if (VD && VD->hasLocalStorage()) { in BuildScopeInformation()
|
| H A D | CGDeclCXX.cpp | 32 (D.hasLocalStorage() && CGF.getContext().getLangOpts().OpenCLCPlusPlus)) && in EmitDeclInit()
|
| H A D | CGExprConstant.cpp | 1617 if (!D.hasLocalStorage()) { in tryEmitPrivateForVarInit() 1895 if (!VD->hasLocalStorage()) { in tryEmitBase()
|
| H A D | CGException.cpp | 1777 if (D && D->isLocalVarDeclOrParm() && D->hasLocalStorage()) in VisitDeclRefExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeStmtGen.cpp | 231 if (!VD->hasLocalStorage()) { in visitVarDecl()
|
| H A D | ByteCodeExprGen.cpp | 382 if (VD->hasLocalStorage() && VD->hasInit() && !VD->isConstexpr()) { in dereferenceVar() 489 if (!VD->hasLocalStorage()) { in getGlobalIdx()
|
| H A D | Program.cpp | 144 IsStatic = !Var->hasLocalStorage(); in createGlobal()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | SValExplainer.h | 190 else if (VD->hasLocalStorage()) in VisitNonParamVarRegion()
|
| /freebsd-13.1/contrib/llvm-project/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 | 6382 else if (!var->hasLocalStorage()) in inferObjCARCLifetime() 7007 NewVD->hasLocalStorage()) in ActOnVariableDeclarator() 7224 if (NewVD->hasLocalStorage() && in ActOnVariableDeclarator() 7310 else if (NewVD->hasLocalStorage()) in ActOnVariableDeclarator() 7981 if (!getLangOpts().OpenCL && NewVD->hasLocalStorage() && in CheckVariableDeclarationType() 8091 if (NewVD->hasLocalStorage() && T.isObjCGCWeak() in CheckVariableDeclarationType() 8171 if (!NewVD->hasLocalStorage() && T->isSizelessType()) { in CheckVariableDeclarationType() 12260 if (VDecl->hasLocalStorage()) in AddInitializerToDecl() 12441 if (VDecl->hasLocalStorage()) in AddInitializerToDecl() 13034 var->hasLocalStorage()) { in CheckCompleteVariableDeclaration() [all …]
|
| H A D | SemaDeclAttr.cpp | 4416 if (VD->hasLocalStorage()) { in mergeInternalLinkageAttr() 4436 if (VD->hasLocalStorage()) { in mergeInternalLinkageAttr() 4509 if (VD->hasLocalStorage()) { in handleConstantAttr() 4532 if (S.getLangOpts().CUDA && VD->hasLocalStorage() && in handleSharedAttr() 4574 if (VD->hasLocalStorage()) { in handleDeviceAttr() 4590 if (VD->hasLocalStorage()) { in handleManagedAttr() 6520 if (VD->hasLocalStorage()) { in handleDeclspecThreadAttr() 7611 if (!VD->hasLocalStorage()) { in handleObjCExternallyRetainedAttr()
|
| H A D | SemaStmt.cpp | 2111 if (VD->isLocalVarDecl() && !VD->hasLocalStorage()) { in ActOnForStmt() 2268 if (!D->hasLocalStorage()) in ActOnObjCForCollectionStmt() 3373 if (!VD->hasLocalStorage()) in getNamedReturnInfo()
|
| H A D | SemaLambda.cpp | 1204 if (!Var->hasLocalStorage()) { in ActOnStartOfLambdaDefinition()
|
| H A D | SemaInit.cpp | 2017 } else if (cast<VarDecl>(Entity.getDecl())->hasLocalStorage()) { in CheckFlexibleArrayInit() 5472 return (var->hasLocalStorage() ? IIK_okay : IIK_nonlocal); in isInvalidICRSource() 7142 if (VD && VD->hasLocalStorage() && in visitLocalsRetainedByReferenceBinding() 7861 if (!VD || !VD->hasLocalStorage()) in CheckMoveOnConstruction()
|
| H A D | AnalysisBasedWarnings.cpp | 1408 if (BaseVar->hasLocalStorage() && !isa<ParmVarDecl>(Base)) in diagnoseRepeatedUseOfWeak()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ReachableCode.cpp | 283 if (!VD->hasLocalStorage()) in isConfigurationValue()
|
| H A D | AnalysisDeclContext.cpp | 612 if (!VD->hasLocalStorage()) { in VisitDeclRefExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 988 if (D->hasLocalStorage()) { in getVarRegion() 1591 if (!VD->hasAttr<BlocksAttr>() && VD->hasLocalStorage()) { in getCaptureRegions()
|
| H A D | RegionStore.cpp | 1107 if (VD->hasAttr<BlocksAttr>() || !VD->hasLocalStorage()) { in VisitCluster()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 318 REGISTER_MATCHER(hasLocalStorage); in RegistryMaps()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 1099 bool hasLocalStorage() const { in hasLocalStorage() function 1141 bool hasGlobalStorage() const { return !hasLocalStorage(); } in hasGlobalStorage() 1145 return hasLocalStorage() ? SD_Automatic : in getStorageDuration()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ComputeDependence.cpp | 66 if (!VarD || !VarD->hasLocalStorage()) in computeDependence()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4229 AST_MATCHER(VarDecl, hasLocalStorage) { in AST_MATCHER() argument 4230 return Node.hasLocalStorage(); in AST_MATCHER()
|