Home
last modified time | relevance | path

Searched refs:isStaticLocal (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp102 if (VD->isStaticLocal()) in CheckDispatchOnce()
H A DMallocChecker.cpp2187 if (VD->isStaticLocal()) in SummarizeRegion()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp58 if (VD->isStaticLocal()) in containsStaticLocal()
H A DMemRegion.cpp991 if (D->hasGlobalStorage() && !D->isStaticLocal()) { in getVarRegion()
1027 assert(D->isStaticLocal()); in getVarRegion()
H A DBugReporterVisitors.cpp1260 assert(VR->getDecl()->isStaticLocal() && "non-static stackless VarRegion"); in isInitializationOfVar()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h215 else if (VD->isStaticLocal()) in VisitNonParamVarRegion()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTCommon.cpp476 return VD->isStaticLocal(); in needsAnonymousDeclarationNumber()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp460 REGISTER_MATCHER(isStaticLocal); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp305 Hash.AddBoolean(D->isStaticLocal()); in VisitVarDecl()
H A DDecl.cpp1352 if (!Var->isStaticLocal()) in getLVForLocalDecl()
1384 assert(cast<VarDecl>(D)->isStaticLocal()); in getLVForLocalDecl()
H A DMicrosoftMangle.cpp629 else if (!VD->isStaticLocal()) in mangleVariableEncoding()
H A DASTContext.cpp11614 if (VD->isStaticLocal()) { in basicGVALinkageForVariable()
H A DExprConstant.cpp5049 if (VD->isLocalVarDecl() && VD->isStaticLocal() && in CheckLocalVariableDeclaration()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp5728 if (getLangOpts().CPlusPlus && NewVD->isStaticLocal()) { in BuildAnonymousStructOrUnion()
6970 (!ND.isExternallyVisible() || (VD && VD->isStaticLocal())))) { in checkAttributesAfterMerging()
7297 if (NewVD->hasGlobalStorage() && !NewVD->isStaticLocal()) { in diagnoseOpenCLTypes()
8031 if (getLangOpts().CPlusPlus && NewVD->isStaticLocal()) { in ActOnVariableDeclarator()
8490 NewVD->isStaticLocal()) { in CheckVariableDeclarationType()
8523 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType()
8530 int Scope = NewVD->isStaticLocal() | NewVD->hasExternalStorage() << 1; in CheckVariableDeclarationType()
8627 else if (NewVD->isStaticLocal()) in CheckVariableDeclarationType()
12499 } else if (cast<VarDecl>(OrigDecl)->isStaticLocal()) { in HandleDeclRefExpr()
14047 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration()
[all …]
H A DSemaTemplateInstantiateDecl.cpp1180 if (Var->isStaticLocal()) in VisitVarDecl()
H A DSemaOpenMP.cpp3065 << getOpenMPDirectiveName(Kind) << !VD->isStaticLocal(); in ActOnOpenMPIdExpression()
3595 } else if (VD && VD->isStaticLocal()) in reportOriginalDsa()
22994 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
H A DSemaDeclCXX.cpp1926 if (VD->isStaticLocal()) { in CheckConstexprDeclStmt()
15724 if (!VD->isStaticLocal()) in FinalizeVarWithDestructor()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4298 AST_MATCHER(VarDecl, isStaticLocal) { in AST_MATCHER() argument
4299 return Node.isStaticLocal(); in AST_MATCHER()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1167 bool isStaticLocal() const { in isStaticLocal() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2596 if (!D.isStaticLocal()) { in EmitGuardedInit()
H A DItaniumCXXABI.cpp2748 assert(!VD->isStaticLocal() && "static local VarDecls don't need wrappers!"); in isThreadWrapperReplaceable()
H A DCGExpr.cpp2838 } else if (VD->isStaticLocal()) { in EmitDeclRefLValue()
H A DCGStmtOpenMP.cpp1001 Address(VD->isStaticLocal() ? CGM.getStaticLocalDeclAddress(VD) in EmitOMPCopyinClause()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp2969 if (BuildOpts.AddStaticInitBranches && VD->isStaticLocal()) { in VisitDeclSubExpr()