Searched defs:isLive (Results 1 - 11 of 11) sorted by relevance

/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) &&
/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...]
/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/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/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 1309 milliseconds