Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp57 if (VD->isStaticLocal()) in containsStaticLocal()
H A DMemRegion.cpp850 if (D->hasGlobalStorage() && !D->isStaticLocal()) { in getVarRegion()
897 assert(D->isStaticLocal()); in getVarRegion()
H A DBugReporterVisitors.cpp1052 assert(VR->getDecl()->isStaticLocal() && "non-static stackless VarRegion"); in isInitializationOfVar()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp102 if (VD->isStaticLocal()) in CheckDispatchOnce()
H A DMallocChecker.cpp1763 if (VD->isStaticLocal()) in SummarizeRegion()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h191 else if (VD->isStaticLocal()) in VisitVarRegion()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTCommon.cpp434 return VD->isStaticLocal(); in needsAnonymousDeclarationNumber()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp385 REGISTER_MATCHER(isStaticLocal); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCUDA.cpp482 assert(!VD->isStaticLocal() || VD->hasAttr<CUDASharedAttr>()); in checkAllowedCUDAInitializer()
H A DSemaDecl.cpp4856 if (getLangOpts().CPlusPlus && NewVD->isStaticLocal()) { in BuildAnonymousStructOrUnion()
5961 if (!ND.isExternallyVisible() || (VD && VD->isStaticLocal())) { in checkAttributesAfterMerging()
6880 if (getLangOpts().CPlusPlus && NewVD->isStaticLocal()) { in ActOnVariableDeclarator()
7322 NewVD->isStaticLocal()) { in CheckVariableDeclarationType()
7358 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType()
7459 else if (NewVD->isStaticLocal()) in CheckVariableDeclarationType()
10752 } else if (cast<VarDecl>(OrigDecl)->isStaticLocal()) { in HandleDeclRefExpr()
11876 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration()
11967 assert(VD->isStaticLocal()); in CheckStaticLocalForDllExport()
12059 if (VD->isStaticLocal()) { in FinalizeDeclaration()
[all …]
H A DSemaOpenMP.cpp1897 << getOpenMPDirectiveName(OMPD_threadprivate) << !VD->isStaticLocal(); in ActOnOpenMPIdExpression()
1956 if (CanonicalVD->isStaticLocal() && CurScope && in ActOnOpenMPIdExpression()
2164 } else if (VD && VD->isStaticLocal()) in reportOriginalDsa()
13687 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
H A DSemaTemplateInstantiateDecl.cpp766 if (Var->isStaticLocal()) in VisitVarDecl()
H A DSemaDeclCXX.cpp1714 if (VD->isStaticLocal()) { in CheckConstexprDeclStmt()
13078 if (!VD->isStaticLocal()) in FinalizeVarWithDestructor()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp290 Hash.AddBoolean(D->isStaticLocal()); in VisitVarDecl()
H A DDecl.cpp1240 if (!Var->isStaticLocal()) in getLVForLocalDecl()
1271 assert(cast<VarDecl>(D)->isStaticLocal()); in getLVForLocalDecl()
H A DMicrosoftMangle.cpp541 else if (!VD->isStaticLocal()) in mangleVariableEncoding()
H A DASTContext.cpp9693 if (VD->isStaticLocal()) { in basicGVALinkageForVariable()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3383 AST_MATCHER(VarDecl, isStaticLocal) { in AST_MATCHER() argument
3384 return Node.isStaticLocal(); in AST_MATCHER()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1060 bool isStaticLocal() const { in isStaticLocal() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2406 assert(!VD->isStaticLocal() && "static local VarDecls don't need wrappers!"); in isThreadWrapperReplaceable()
H A DMicrosoftCXXABI.cpp2397 if (!D.isStaticLocal()) { in EmitGuardedInit()
H A DCodeGenModule.cpp3657 if (!D->isStaticLocal() && D->getTLSKind() == VarDecl::TLS_Dynamic && in EmitGlobalVarDefinition()
H A DCGExpr.cpp2537 } else if (VD->isStaticLocal()) { in EmitDeclRefLValue()
H A DCGStmtOpenMP.cpp887 Address(VD->isStaticLocal() ? CGM.getStaticLocalDeclAddress(VD) in EmitOMPCopyinClause()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp2678 if (BuildOpts.AddStaticInitBranches && VD->isStaticLocal()) { in VisitDeclSubExpr()