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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
UndefCapturedBlockVarChecker.cpp 74 if (VD->getAttr<BlocksAttr>() || !VD->hasLocalStorage())
DeadStoresChecker.cpp 206 if (!VD->hasLocalStorage())
316 if (V->hasLocalStorage()) {
IdempotentOperationChecker.cpp 733 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 43 if (!VD->hasLocalStorage() && !VD->isStaticLocal())
AnalysisDeclContext.cpp 416 if (!VD->hasLocalStorage()) {
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 138 if (Context.getLangOpts().ObjCAutoRefCount && VD->hasLocalStorage()) {
152 if (Context.getLangOpts().CPlusPlus && VD->hasLocalStorage()) {
SemaLambda.cpp 612 if (!Var->hasLocalStorage()) {
    [all...]
SemaDecl.cpp     [all...]
SemaStmt.cpp     [all...]
AnalysisBasedWarnings.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaInit.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 760 if (D->hasLocalStorage()) {
    [all...]
RegionStore.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 906 if (!VD->hasLocalStorage()) {
    [all...]
CGBlocks.cpp     [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.cpp 611 if (page->group().hasLocalStorage())
  /external/clang/include/clang/AST/
Decl.h 783 /// hasLocalStorage - Returns true if a variable with function scope
785 bool hasLocalStorage() const {
818 bool hasGlobalStorage() const { return !hasLocalStorage(); }
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 760 milliseconds

1 2