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

1 2

  /external/clang/include/clang/Analysis/Analyses/
LiveVariables.h 49 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/
SymbolManager.cpp 402 if (isLive(sym))
416 return isLive(SR->getSymbol());
419 return isLive(VR, true);
440 bool SymbolReaper::isLive(SymbolRef sym) {
456 KnownLive = isLive(cast<SymbolDerived>(sym)->getParentSymbol());
468 KnownLive = isLive(cast<SymIntExpr>(sym)->getLHS());
471 KnownLive = isLive(cast<IntSymExpr>(sym)->getRHS());
474 KnownLive = isLive(cast<SymSymExpr>(sym)->getLHS()) &&
475 isLive(cast<SymSymExpr>(sym)->getRHS());
478 KnownLive = isLive(cast<SymbolCast>(sym)->getOperand())
    [all...]
Environment.cpp 169 if (SymReaper.isLive(BlkExpr.getStmt(), BlkExpr.getLocationContext())) {
RegionStore.cpp     [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 120 bool LiveVariables::LivenessValues::isLive(const Stmt *S) const {
124 bool LiveVariables::LivenessValues::isLive(const VarDecl *D) const {
178 bool LiveVariables::isLive(const CFGBlock *B, const VarDecl *D) {
179 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D);
182 bool LiveVariables::isLive(const Stmt *S, const VarDecl *D) {
183 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D);
186 bool LiveVariables::isLive(const Stmt *Loc, const Stmt *S) {
187 return getImpl(impl).stmtsToLiveness[Loc].isLive(S);
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) {
148 if (Live.isLive(D))
219 if (!isLive(Live, VD) &&
345 if (!isLive(Live, V) &&
MacOSKeychainAPIChecker.cpp 558 if (SR.isLive(I->first))
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 596 bool isLive(SymbolRef sym);
598 bool isLive(const Stmt *ExprVal, const LocationContext *LCtx) const;
599 bool isLive(const VarRegion *VR, bool includeStoreBindings = false) const;
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 583 bool isLive = LiveRegs.contains(Reg);
584 if (!isLive)
596 if (lastUse && isLive) {
600 else if (!lastUse && !isLive)
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 58 // The logic in isLive() is too much for it.
196 /// isLive - Is RegNo currently live in the stack?
197 bool isLive(unsigned RegNo) const {
205 if (!isLive(i))
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
StylesSidebarPane.js 662 if (!property.isLive || !property.parsedOk)
778 if (property.isLive && WebInspector.CSSMetadata.isPropertyInherited(property.name))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSStyleModel.js     [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java     [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 

Completed in 1545 milliseconds

1 2