HomeSort by relevance Sort by last modified time
    Searched refs:hasLocalStorage (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
UndefCapturedBlockVarChecker.cpp 71 if (VD->getAttr<BlocksAttr>() || !VD->hasLocalStorage())
DeadStoresChecker.cpp 142 if (!VD->hasLocalStorage())
251 if (V->hasLocalStorage()) {
IdempotentOperationChecker.cpp 732 if (!VD->hasLocalStorage())
  /external/webkit/Source/WebCore/page/
PageGroup.cpp 114 if (it->second->hasLocalStorage())
129 if (it->second->hasLocalStorage())
141 if (it->second->hasLocalStorage())
153 if (it->second->hasLocalStorage())
PageGroup.h 88 bool hasLocalStorage() { return m_localStorage; }
  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 42 if (!VD->hasLocalStorage() && !VD->isStaticLocal())
AnalysisContext.cpp 332 if (!VD->hasLocalStorage()) {
  /external/clang/lib/Index/
Entity.cpp 133 if (D->hasLocalStorage())
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 136 if (Context.getLangOptions().ObjCAutoRefCount && VD->hasLocalStorage()) {
150 if (Context.getLangOptions().CPlusPlus && VD->hasLocalStorage()) {
SemaStmt.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaChecking.cpp     [all...]
SemaInit.cpp     [all...]
SemaExprCXX.cpp 505 if (Var->hasLocalStorage() && !Var->getType().isVolatileQualified()) {
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 579 if (D->hasLocalStorage()) {
952 if (!VD->getAttr<BlocksAttr>() && VD->hasLocalStorage())
RegionStore.cpp 663 if (VD->getAttr<BlocksAttr>() || !VD->hasLocalStorage())
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.cpp 645 if (page->group().hasLocalStorage())
  /external/clang/include/clang/AST/
Decl.h 814 /// hasLocalStorage - Returns true if a variable with function scope
816 bool hasLocalStorage() const {
842 bool hasGlobalStorage() const { return !hasLocalStorage(); }
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 880 if (var && !var->hasLocalStorage())
    [all...]
CGExprConstant.cpp 878 if (!VD->hasLocalStorage()) {
    [all...]
CGObjC.cpp 113 return (var->hasLocalStorage() &&
    [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]

Completed in 1573 milliseconds

1 2