Home
last modified time | relevance | path

Searched refs:hasGlobalStorage (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp359 if (VD->hasGlobalStorage() && in observeStmt()
/external/clang/lib/CodeGen/
DCGDeclCXX.cpp26 assert(D.hasGlobalStorage() && "VarDecl must have global storage!"); in EmitDeclInit()
DCGExpr.cpp178 if (VD->hasGlobalStorage()) { in CreateReferenceTemporary()
418 if (VD && VD->hasGlobalStorage()) { in EmitReferenceBindingToExpr()
1646 if (VD->hasGlobalStorage()) { in setObjCGCLValueClass()
DCodeGenModule.cpp1517 assert(D->hasGlobalStorage() && "Not a global variable"); in GetAddrOfGlobalVar()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp445 if (VD->hasGlobalStorage()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
467 if (VD->hasGlobalStorage()) { in REGISTER_TRAIT_WITH_PROGRAMSTATE()
DMemRegion.cpp721 if (D->hasGlobalStorage() && !D->isStaticLocal()) { in getVarRegion()
/external/clang/lib/Analysis/
DLiveVariables.cpp190 return D->hasGlobalStorage(); in isAlwaysAlive()
DUninitializedValues.cpp36 if (vd->isLocalVarDecl() && !vd->hasGlobalStorage() && in isTrackedVar()
/external/clang/include/clang/AST/
DDecl.h818 bool hasGlobalStorage() const { return !hasLocalStorage(); } in hasGlobalStorage() function
/external/clang/lib/Sema/
DSemaDeclAttr.cpp287 return (vd->hasGlobalStorage() && !(vd->isThreadSpecified())); in mayBeSharedVariable()
3726 if (!VD->hasGlobalStorage()) in handleNoDebugAttr()
DSemaStmt.cpp1376 (*I)->hasGlobalStorage()) return; in CheckForLoopConditionalStatement()
DSemaDecl.cpp4995 if (D->hasGlobalStorage()) in CheckShadow()
5163 (T->isVariableArrayType() && NewVD->hasGlobalStorage())) { in CheckVariableDeclaration()
7934 bool IsGlobal = var->hasGlobalStorage() && !var->isStaticLocal(); in CheckCompleteVariableDeclaration()
DSemaDeclCXX.cpp9712 if (!VD->hasGlobalStorage()) return; in FinalizeVarWithDestructor()
/external/clang/lib/AST/
DExpr.cpp2214 if (VD->hasGlobalStorage()) in isOBJCGCCandidate()
DExprConstant.cpp918 return VD->hasGlobalStorage(); in IsGlobalLValue()