HomeSort by relevance Sort by last modified time
    Searched refs:isLive (Results 1 - 25 of 27) 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 407 if (isLive(sym))
421 return isLive(SR->getSymbol());
424 return isLive(VR, true);
442 bool SymbolReaper::isLive(SymbolRef sym) {
458 KnownLive = isLive(cast<SymbolDerived>(sym)->getParentSymbol());
470 KnownLive = isLive(cast<SymIntExpr>(sym)->getLHS());
473 KnownLive = isLive(cast<IntSymExpr>(sym)->getRHS());
476 KnownLive = isLive(cast<SymSymExpr>(sym)->getLHS()) &&
477 isLive(cast<SymSymExpr>(sym)->getRHS());
480 KnownLive = isLive(cast<SymbolCast>(sym)->getOperand())
    [all...]
Environment.cpp 196 if (SymReaper.isLive(BlkExpr.getStmt(), BlkExpr.getLocationContext())) {
RegionStore.cpp     [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 135 bool LiveVariables::LivenessValues::isLive(const Stmt *S) const {
139 bool LiveVariables::LivenessValues::isLive(const VarDecl *D) const {
193 bool LiveVariables::isLive(const CFGBlock *B, const VarDecl *D) {
194 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D);
197 bool LiveVariables::isLive(const Stmt *S, const VarDecl *D) {
198 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D);
201 bool LiveVariables::isLive(const Stmt *Loc, const Stmt *S) {
202 return getImpl(impl).stmtsToLiveness[Loc].isLive(S);
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 142 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) {
143 if (Live.isLive(D))
213 if (!isLive(Live, VD) &&
339 if (!isLive(Live, V) && V->getAttr<UnusedAttr>() == 0) {
MacOSKeychainAPIChecker.cpp 557 if (SR.isLive(I->first))
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 594 bool isLive(SymbolRef sym);
596 bool isLive(const Stmt *ExprVal, const LocationContext *LCtx) const;
597 bool isLive(const VarRegion *VR, bool includeStoreBindings = false) const;
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 493 bool isLive = LiveRegs.contains(Reg);
494 if (!isLive)
506 if (lastUse && isLive) {
510 else if (!lastUse && !isLive)
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 57 // The logic in isLive() is too much for it.
194 /// isLive - Is RegNo currently live in the stack?
195 bool isLive(unsigned RegNo) const {
203 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...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java     [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp     [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...]
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 488 milliseconds

1 2