Searched refs:isLive (Results 1 - 21 of 21) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h49 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/
H A DSymbolManager.cpp402 if (isLive(sym))
416 return isLive(SR->getSymbol());
419 return isLive(VR, true);
440 bool SymbolReaper::isLive(SymbolRef sym) { function in class:SymbolReaper
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(cas
489 SymbolReaper::isLive(const Stmt *ExprVal, const LocationContext *ELCtx) const { function in class:SymbolReaper
508 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ function in class:SymbolReaper
[all...]
H A DEnvironment.cpp169 if (SymReaper.isLive(BlkExpr.getStmt(), BlkExpr.getLocationContext())) {
H A DRegionStore.cpp2204 if (SymReaper.isLive(VR))
2211 if (SymReaper.isLive(SR->getSymbol()))
2292 if (SymReaper.isLive(SR->getSymbol())) {
/external/clang/lib/Analysis/
H A DLiveVariables.cpp120 bool LiveVariables::LivenessValues::isLive(const Stmt *S) const { function in class:LiveVariables::LivenessValues
124 bool LiveVariables::LivenessValues::isLive(const VarDecl *D) const { function in class:LiveVariables::LivenessValues
178 bool LiveVariables::isLive(const CFGBlock *B, const VarDecl *D) { function in class:LiveVariables
179 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D);
182 bool LiveVariables::isLive(const Stmt *S, const VarDecl *D) { function in class:LiveVariables
183 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D);
186 bool LiveVariables::isLive(const Stmt *Loc, const Stmt *S) { function in class:LiveVariables
187 return getImpl(impl).stmtsToLiveness[Loc].isLive(S);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { function in class:__anon18175::DeadStoreObs
148 if (Live.isLive(D))
219 if (!isLive(Live, VD) &&
345 if (!isLive(Live, V) &&
H A DMacOSKeychainAPIChecker.cpp558 if (SR.isLive(I->first))
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h596 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/
H A DRegisterPressure.cpp583 bool isLive = LiveRegs.contains(Reg); local
584 if (!isLive)
596 if (lastUse && isLive) {
600 else if (!lastUse && !isLive)
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp58 // 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))
1332 assert(isLive(SrcFP) && "Cannot copy dead register");
1364 assert(!isLive(DstFP) && "Cannot copy ST to live FP register");
1368 assert(isLive(SrcFP) && "Scratch holding ST is dead");
1385 assert(isLive(SrcFP) && "Cannot copy dead register");
1642 if (isLive(FPReg))
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DStylesSidebarPane.js772 if (!property.isLive || !property.parsedOk)
888 if (property.isLive && WebInspector.CSSMetadata.isPropertyInherited(property.name))
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCSSStyleModel.js1150 get isLive()
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java1566 if (map.isLive(e, now)) {
2049 assertTrue(map.isLive(entry, ticker.read()));
2088 assertTrue(map.isLive(entry, ticker.read()));
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java1043 if (map.isLive(e)) {
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java1908 boolean isLive(ReferenceEntry<K, V> entry, long now) { method in class:LocalCache
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java1921 boolean isLive(ReferenceEntry<K, V> entry) { method in class:MapMakerInternalMap
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 586 milliseconds