HomeSort by relevance Sort by last modified time
    Searched defs:isLive (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 261 if (isLive(sym))
272 return Reaper.isLive(SR->getSymbol());
275 return Reaper.isLive(VR);
293 bool SymbolReaper::isLive(SymbolRef sym) {
298 if (isLive(derived->getParentSymbol())) {
329 bool SymbolReaper::isLive(const Stmt* ExprVal) const {
331 isLive(Loc, ExprVal);
334 bool SymbolReaper::isLive(const VarRegion *VR) const {
340 isLive(Loc, VR->getDecl());
  /external/clang/lib/Analysis/
LiveVariables.cpp 349 bool LiveVariables::isLive(const CFGBlock* B, const VarDecl* D) const {
354 bool LiveVariables::isLive(const ValTy& Live, const VarDecl* D) const {
359 bool LiveVariables::isLive(const Stmt* Loc, const Stmt* StmtVal) const {
363 bool LiveVariables::isLive(const Stmt* Loc, const VarDecl* D) const {
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]

Completed in 283 milliseconds