Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DLiveVariables.cpp349 bool LiveVariables::isLive(const CFGBlock* B, const VarDecl* D) const { in isLive() function in LiveVariables
354 bool LiveVariables::isLive(const ValTy& Live, const VarDecl* D) const { in isLive() function in LiveVariables
359 bool LiveVariables::isLive(const Stmt* Loc, const Stmt* StmtVal) const { in isLive() function in LiveVariables
363 bool LiveVariables::isLive(const Stmt* Loc, const VarDecl* D) const { in isLive() function in LiveVariables
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp293 bool SymbolReaper::isLive(SymbolRef sym) { in isLive() function in SymbolReaper
329 bool SymbolReaper::isLive(const Stmt* ExprVal) const { in isLive() function in SymbolReaper
334 bool SymbolReaper::isLive(const VarRegion *VR) const { in isLive() function in SymbolReaper
/external/webkit/Source/WebCore/inspector/front-end/
DCSSStyleModel.js484 get isLive() getter in WebInspector.CSSProperty
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp194 bool isLive(unsigned RegNo) const { in isLive() function