Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/page/
DPageGroup.cpp114 if (it->second->hasLocalStorage()) in closeLocalStorage()
129 if (it->second->hasLocalStorage()) in clearLocalStorageForAllOrigins()
141 if (it->second->hasLocalStorage()) in clearLocalStorageForOrigin()
153 if (it->second->hasLocalStorage()) in syncLocalStorage()
DPageGroup.h88 bool hasLocalStorage() { return m_localStorage; } in hasLocalStorage() function
/external/clang/lib/StaticAnalyzer/Checkers/
DUndefCapturedBlockVarChecker.cpp71 if (VD->getAttr<BlocksAttr>() || !VD->hasLocalStorage()) in checkPostStmt()
DDeadStoresChecker.cpp142 if (!VD->hasLocalStorage()) in CheckVarDecl()
250 if (V->hasLocalStorage()) { in ObserveStmt()
DIdempotentOperationChecker.cpp727 if (!VD->hasLocalStorage()) in containsNonLocalVarDecl()
/external/clang/lib/ARCMigrate/
DTransAPIUses.cpp107 if (VD->hasLocalStorage() && !ChangedNSDataVars.count(VD)) { in VisitObjCMessageExpr()
/external/clang/lib/Analysis/
DPseudoConstantAnalysis.cpp42 if (!VD->hasLocalStorage() && !VD->isStaticLocal()) in isPseudoConstant()
DAnalysisContext.cpp337 if (!VD->hasLocalStorage()) { in VisitDeclRefExpr()
DUninitializedValues.cpp426 if (!vd->hasLocalStorage()) in VisitBlockExpr()
/external/clang/lib/Sema/
DJumpDiagnostics.cpp136 if (Context.getLangOptions().ObjCAutoRefCount && VD->hasLocalStorage()) { in GetDiagForGotoScopeDecl()
150 if (Context.getLangOptions().CPlusPlus && VD->hasLocalStorage()) { in GetDiagForGotoScopeDecl()
DSemaStmt.cpp927 if (VD && VD->isLocalVarDecl() && !VD->hasLocalStorage()) in ActOnForStmt()
985 if (!D->hasLocalStorage()) in ActOnObjCForCollectionStmt()
1526 if (VD->hasLocalStorage() && !VD->isExceptionVariable() && in getCopyElisionCandidate()
DSemaDecl.cpp3523 else if (!var->hasLocalStorage()) in inferObjCARCLifetime()
3701 if (NewVD->hasLocalStorage()) in ActOnVariableDeclarator()
3939 if (NewVD->hasLocalStorage() && T.getAddressSpace() != 0) { in CheckVariableDeclaration()
3944 if (NewVD->hasLocalStorage() && T.isObjCGCWeak() in CheckVariableDeclaration()
4011 if (!NewVD->hasLocalStorage() && NewVD->hasAttr<BlocksAttr>()) { in CheckVariableDeclaration()
5283 if (!vd->hasLocalStorage() && !vd->isStaticLocal()) in AddInitializerToDecl()
5386 if (VDecl->hasLocalStorage()) in AddInitializerToDecl()
5555 if (VDecl->hasLocalStorage()) in AddInitializerToDecl()
5760 if (getLangOptions().CPlusPlus && Var->hasLocalStorage()) { in ActOnUninitializedDecl()
5849 var->hasLocalStorage()) { in CheckCompleteVariableDeclaration()
DSemaDeclAttr.cpp975 if (VD->hasLocalStorage() || VD->hasExternalStorage()) { in handleUsedAttr()
1528 if (isa<VarDecl>(D) && cast<VarDecl>(D)->hasLocalStorage()) { in handleSectionAttr()
1589 if (!VD || !VD->hasLocalStorage()) { in handleCleanupAttr()
DSemaChecking.cpp2102 if (V->hasLocalStorage() && in EvalAddr()
2253 if (V->hasLocalStorage()) { in EvalVal()
DSemaExprCXX.cpp499 if (Var->hasLocalStorage() && !Var->getType().isVolatileQualified()) { in ActOnCXXThrow()
DSemaExpr.cpp1128 if (!var->hasLocalStorage()) return CR_NoCapture; in shouldCaptureValueReference()
1234 assert(var->hasLocalStorage() && "capturing non-local"); in BuildBlockDeclRefExpr()
/external/clang/lib/Index/
DEntity.cpp133 if (D->hasLocalStorage()) in VisitVarDecl()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp578 if (D->hasLocalStorage()) { in getVarRegion()
951 if (!VD->getAttr<BlocksAttr>() && VD->hasLocalStorage()) in LazyInitializeReferencedVars()
DRegionStore.cpp662 if (VD->getAttr<BlocksAttr>() || !VD->hasLocalStorage()) in VisitBaseRegion()
/external/webkit/Source/WebCore/bindings/v8/
DV8Proxy.cpp645 if (page->group().hasLocalStorage()) in didLeaveScriptContext()
/external/clang/include/clang/AST/
DDecl.h800 bool hasLocalStorage() const { in hasLocalStorage() function
826 bool hasGlobalStorage() const { return !hasLocalStorage(); } in hasGlobalStorage()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp864 if (!VD->hasLocalStorage()) { in EmitLValue()
DCGBlocks.cpp889 if (var && !var->hasLocalStorage()) in GenerateBlockFunction()
DCGExpr.cpp1351 bool NonGCable = VD->hasLocalStorage() && in EmitDeclRefLValue()
DCGExprScalar.cpp2434 if (VD->hasLocalStorage() && !(CGF.getContext() in isCheapEnoughToEvaluateUnconditionally()

12