/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 | 168 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 | 146 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { 147 if (Live.isLive(D)) 217 if (!isLive(Live, VD) && 344 if (!isLive(Live, V) && V->getAttr<UnusedAttr>() == 0) {
|
MacOSKeychainAPIChecker.cpp | 558 if (SR.isLive(I->first))
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SymbolManager.h | 599 bool isLive(SymbolRef sym); 601 bool isLive(const Stmt *ExprVal, const LocationContext *LCtx) const; 602 bool isLive(const VarRegion *VR, bool includeStoreBindings = false) const;
|
/external/llvm/lib/CodeGen/ |
RegisterPressure.cpp | 534 bool isLive = LiveRegs.contains(Reg); 535 if (!isLive) 547 if (lastUse && isLive) { 551 else if (!lastUse && !isLive)
|
/external/llvm/lib/Target/X86/ |
X86FloatingPoint.cpp | 57 // The logic in isLive() is too much for it. 195 /// isLive - Is RegNo currently live in the stack? 196 bool isLive(unsigned RegNo) const { 204 if (!isLive(i)) [all...] |
/packages/apps/Browser/src/com/android/browser/ |
Controller.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
StylesSidebarPane.js | 625 if (!property.isLive || !property.parsedOk) 742 if (property.isLive && WebInspector.CSSMetadata.isPropertyInherited(property.name)) [all...] |
CSSStyleModel.js | [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...] |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |
/external/droiddriver/libs/ |
guava-13.0.jar | |
/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 | |