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

  /external/clang/include/clang/Analysis/Analyses/
LiveVariables.h 75 /// IsLive - Return true if a variable is live at the end of a
77 bool isLive(const CFGBlock* B, const VarDecl* D) const;
79 /// IsLive - Returns true if a variable is live at the beginning of the
83 bool isLive(const Stmt* S, const VarDecl* D) const;
85 /// IsLive - Returns true the block-level expression "value" is live
87 bool isLive(const Stmt* Loc, const Stmt* StmtVal) const;
89 /// IsLive - Return true if a variable is live according to the
91 bool isLive(const ValTy& V, const VarDecl* D) const;
  /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());
Environment.cpp 210 if (SymReaper.isLive(BlkExpr)) {
RegionStore.cpp     [all...]
BasicStore.cpp 294 if (SymReaper.isLive(VR))
  /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 {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 432 bool isLive(SymbolRef sym);
433 bool isLive(const Stmt *ExprVal) const;
434 bool isLive(const VarRegion *VR) const;
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 58 // The logic in isLive() is too much for it.
193 /// isLive - Is RegNo currently live in the stack?
194 bool isLive(unsigned RegNo) const {
202 if (!isLive(i))
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
StylesSidebarPane.js 326 if (!property.isLive)
370 if (!property.isLive)
463 if (property.isLive && property.name in WebInspector.StylesSidebarPane.InheritedProperties)
    [all...]
CSSStyleModel.js 484 get isLive()
  /packages/apps/Browser/src/com/android/browser/
Controller.java     [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]

Completed in 774 milliseconds