Home
last modified time | relevance | path

Searched refs:isLive (Results 1 – 17 of 17) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
DLiveVariables.h49 bool isLive(const Stmt *S) const;
50 bool isLive(const VarDecl *D) const;
80 bool isLive(const CFGBlock *B, const VarDecl *D);
86 bool isLive(const Stmt *S, const VarDecl *D);
90 bool isLive(const Stmt *Loc, const Stmt *StmtVal);
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp425 if (isLive(sym)) in maybeDead()
439 return isLive(SR->getSymbol()); in isLiveRegion()
442 return isLive(VR, true); in isLiveRegion()
460 bool SymbolReaper::isLive(SymbolRef sym) { in isLive() function in SymbolReaper
467 if (isLive(derived->getParentSymbol())) { in isLive()
499 SymbolReaper::isLive(const Stmt *ExprVal, const LocationContext *ELCtx) const { in isLive() function in SymbolReaper
511 return LCtx->getAnalysis<RelaxedLiveVariables>()->isLive(Loc, ExprVal); in isLive()
514 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ in isLive() function in SymbolReaper
523 if (LCtx->getAnalysis<RelaxedLiveVariables>()->isLive(Loc, VR->getDecl())) in isLive()
DEnvironment.cpp225 if (SymReaper.isLive(BlkExpr.getStmt(), BlkExpr.getLocationContext())) { in removeDeadBindings()
DRegionStore.cpp1896 if (SymReaper.isLive(VR)) in VisitAddedToCluster()
1903 if (SymReaper.isLive(SR->getSymbol())) in VisitAddedToCluster()
1991 if (SymReaper.isLive(SR->getSymbol())) { in UpdatePostponed()
/external/clang/lib/Analysis/
DLiveVariables.cpp125 bool LiveVariables::LivenessValues::isLive(const Stmt *S) const { in isLive() function in LiveVariables::LivenessValues
129 bool LiveVariables::LivenessValues::isLive(const VarDecl *D) const { in isLive() function in LiveVariables::LivenessValues
183 bool LiveVariables::isLive(const CFGBlock *B, const VarDecl *D) { in isLive() function in LiveVariables
184 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D); in isLive()
187 bool LiveVariables::isLive(const Stmt *S, const VarDecl *D) { in isLive() function in LiveVariables
188 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D); in isLive()
191 bool LiveVariables::isLive(const Stmt *Loc, const Stmt *S) { in isLive() function in LiveVariables
192 return getImpl(impl).stmtsToLiveness[Loc].isLive(S); in isLive()
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp143 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive() function in __anon5b4b46d90211::DeadStoreObs
144 if (Live.isLive(D)) in isLive()
214 if (!isLive(Live, VD) && in CheckVarDecl()
340 if (!isLive(Live, V) && V->getAttr<UnusedAttr>() == 0) { in observeStmt()
DMacOSKeychainAPIChecker.cpp581 if (SR.isLive(I->first)) in checkDeadSymbols()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h595 bool isLive(SymbolRef sym);
597 bool isLive(const Stmt *ExprVal, const LocationContext *LCtx) const;
598 bool isLive(const VarRegion *VR, bool includeStoreBindings = false) const;
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp195 bool isLive(unsigned RegNo) const { in isLive() function
203 if (!isLive(i)) in getScratchReg()
1330 assert(isLive(SrcFP) && "Cannot copy dead register"); in handleSpecialFP()
1362 assert(!isLive(DstFP) && "Cannot copy ST to live FP register"); in handleSpecialFP()
1366 assert(isLive(SrcFP) && "Scratch holding ST is dead"); in handleSpecialFP()
1383 assert(isLive(SrcFP) && "Cannot copy dead register"); in handleSpecialFP()
1640 if (isLive(FPReg)) in handleSpecialFP()
/external/webkit/Source/WebCore/inspector/front-end/
DStylesSidebarPane.js326 if (!property.isLive)
370 if (!property.isLive)
463 … if (property.isLive && property.name in WebInspector.StylesSidebarPane.InheritedProperties)
791 var isShorthand = !!(property.isLive && (shorthand || shorthandNames[property.name]));
DCSSStyleModel.js484 get isLive() getter in WebInspector.CSSProperty
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java1566 if (map.isLive(e, now)) { in countLiveEntries()
2049 assertTrue(map.isLive(entry, ticker.read())); in testExpireAfterWrite()
2088 assertTrue(map.isLive(entry, ticker.read())); in testExpireAfterAccess()
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java1043 if (map.isLive(e)) { in countLiveEntries()
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java1921 boolean isLive(ReferenceEntry<K, V> entry) { in isLive() method in MapMakerInternalMap
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java1908 boolean isLive(ReferenceEntry<K, V> entry, long now) { in isLive() method in LocalCache
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-161155 (JSC::CollectorHeapIterator::isLive): Updated for new mark invariant: To
3273 (JSC::CollectorHeapIterator::isLive):
3282 two helper functions -- isValid() for "Am I past the end?" and isLive()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0614970 (WebInspector.CSSProperty.prototype.get isLive):
23987 (WebInspector.CSSProperty.prototype.get isLive):