Home
last modified time | relevance | path

Searched defs:isLive (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Analysis/
DLiveVariables.cpp120 bool LiveVariables::LivenessValues::isLive(const Stmt *S) const { in isLive() function in LiveVariables::LivenessValues
124 bool LiveVariables::LivenessValues::isLive(const VarDecl *D) const { in isLive() function in LiveVariables::LivenessValues
178 bool LiveVariables::isLive(const CFGBlock *B, const VarDecl *D) { in isLive() function in LiveVariables
182 bool LiveVariables::isLive(const Stmt *S, const VarDecl *D) { in isLive() function in LiveVariables
186 bool LiveVariables::isLive(const Stmt *Loc, const Stmt *S) { in isLive() function in LiveVariables
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp440 bool SymbolReaper::isLive(SymbolRef sym) { in isLive() function in SymbolReaper
489 SymbolReaper::isLive(const Stmt *ExprVal, const LocationContext *ELCtx) const { in isLive() function in SymbolReaper
508 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ in isLive() function in SymbolReaper
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive() function in __anon943a15d70211::DeadStoreObs
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp583 bool isLive = LiveRegs.contains(Reg); in advance() local
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp197 bool isLive(unsigned RegNo) const { in isLive() function
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DCSSStyleModel.js1227 get isLive() getter in WebInspector.CSSProperty
/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