Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp102 if (VD->isStaticLocal()) in CheckDispatchOnce()
H A DMallocChecker.cpp1984 if (VD->isStaticLocal()) in SummarizeRegion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp57 if (VD->isStaticLocal()) in containsStaticLocal()
H A DMemRegion.cpp947 if (D->hasGlobalStorage() && !D->isStaticLocal()) { in getVarRegion()
994 assert(D->isStaticLocal()); in getVarRegion()
H A DBugReporterVisitors.cpp1255 assert(VR->getDecl()->isStaticLocal() && "non-static stackless VarRegion"); in isInitializationOfVar()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h192 else if (VD->isStaticLocal()) in VisitNonParamVarRegion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp467 return VD->isStaticLocal(); in needsAnonymousDeclarationNumber()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp441 REGISTER_MATCHER(isStaticLocal); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp295 Hash.AddBoolean(D->isStaticLocal()); in VisitVarDecl()
H A DDecl.cpp1295 if (!Var->isStaticLocal()) in getLVForLocalDecl()
1327 assert(cast<VarDecl>(D)->isStaticLocal()); in getLVForLocalDecl()
H A DMicrosoftMangle.cpp611 else if (!VD->isStaticLocal()) in mangleVariableEncoding()
H A DASTContext.cpp10785 if (VD->isStaticLocal()) { in basicGVALinkageForVariable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp5244 if (getLangOpts().CPlusPlus && NewVD->isStaticLocal()) { in BuildAnonymousStructOrUnion()
6450 (!ND.isExternallyVisible() || (VD && VD->isStaticLocal())))) { in checkAttributesAfterMerging()
6762 if (NewVD->hasGlobalStorage() && !NewVD->isStaticLocal()) { in diagnoseOpenCLTypes()
7468 if (getLangOpts().CPlusPlus && NewVD->isStaticLocal()) { in ActOnVariableDeclarator()
7927 NewVD->isStaticLocal()) { in CheckVariableDeclarationType()
7966 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType()
7974 int Scope = NewVD->isStaticLocal() | NewVD->hasExternalStorage() << 1; in CheckVariableDeclarationType()
8071 else if (NewVD->isStaticLocal()) in CheckVariableDeclarationType()
11586 } else if (cast<VarDecl>(OrigDecl)->isStaticLocal()) { in HandleDeclRefExpr()
13151 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration()
[all …]
H A DSemaTemplateInstantiateDecl.cpp1063 if (Var->isStaticLocal()) in VisitVarDecl()
H A DSemaOpenMP.cpp2829 << getOpenMPDirectiveName(Kind) << !VD->isStaticLocal(); in ActOnOpenMPIdExpression()
3344 } else if (VD && VD->isStaticLocal()) in reportOriginalDsa()
20157 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
H A DSemaDeclCXX.cpp1892 if (VD->isStaticLocal()) { in CheckConstexprDeclStmt()
15258 if (!VD->isStaticLocal()) in FinalizeVarWithDestructor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4202 AST_MATCHER(VarDecl, isStaticLocal) { in AST_MATCHER() argument
4203 return Node.isStaticLocal(); in AST_MATCHER()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1097 bool isStaticLocal() const { in isStaticLocal() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2757 assert(!VD->isStaticLocal() && "static local VarDecls don't need wrappers!"); in isThreadWrapperReplaceable()
H A DMicrosoftCXXABI.cpp2490 if (!D.isStaticLocal()) { in EmitGuardedInit()
H A DCGExpr.cpp2787 } else if (VD->isStaticLocal()) { in EmitDeclRefLValue()
H A DCGStmtOpenMP.cpp998 Address(VD->isStaticLocal() ? CGM.getStaticLocalDeclAddress(VD) in EmitOMPCopyinClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp2872 if (BuildOpts.AddStaticInitBranches && VD->isStaticLocal()) { in VisitDeclSubExpr()