Searched refs:isLive (Results 1 - 18 of 18) 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.cpp407 if (isLive(sym))
421 return isLive(SR->getSymbol());
424 return isLive(VR, true);
442 bool SymbolReaper::isLive(SymbolRef sym) { function in class:SymbolReaper
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(cas
491 SymbolReaper::isLive(const Stmt *ExprVal, const LocationContext *ELCtx) const { function in class:SymbolReaper
510 bool SymbolReaper::isLive(const VarRegion *VR, bool includeStoreBindings) const{ function in class:SymbolReaper
[all...]
H A DEnvironment.cpp168 if (SymReaper.isLive(BlkExpr.getStmt(), BlkExpr.getLocationContext())) {
H A DRegionStore.cpp2206 if (SymReaper.isLive(VR))
2213 if (SymReaper.isLive(SR->getSymbol()))
2294 if (SymReaper.isLive(SR->getSymbol())) {
/external/clang/lib/Analysis/
H A DLiveVariables.cpp135 bool LiveVariables::LivenessValues::isLive(const Stmt *S) const { function in class:LiveVariables::LivenessValues
139 bool LiveVariables::LivenessValues::isLive(const VarDecl *D) const { function in class:LiveVariables::LivenessValues
193 bool LiveVariables::isLive(const CFGBlock *B, const VarDecl *D) { function in class:LiveVariables
194 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D);
197 bool LiveVariables::isLive(const Stmt *S, const VarDecl *D) { function in class:LiveVariables
198 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D);
201 bool LiveVariables::isLive(const Stmt *Loc, const Stmt *S) { function in class:LiveVariables
202 return getImpl(impl).stmtsToLiveness[Loc].isLive(S);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp146 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { function in class:__anon15503::DeadStoreObs
147 if (Live.isLive(D))
217 if (!isLive(Live, VD) &&
344 if (!isLive(Live, V) && V->getAttr<UnusedAttr>() == 0) {
H A DMacOSKeychainAPIChecker.cpp558 if (SR.isLive(I->first))
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h599 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/
H A DRegisterPressure.cpp534 bool isLive = LiveRegs.contains(Reg); local
535 if (!isLive)
547 if (lastUse && isLive) {
551 else if (!lastUse && !isLive)
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp57 // 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))
1331 assert(isLive(SrcFP) && "Cannot copy dead register");
1363 assert(!isLive(DstFP) && "Cannot copy ST to live FP register");
1367 assert(isLive(SrcFP) && "Scratch holding ST is dead");
1384 assert(isLive(SrcFP) && "Cannot copy dead register");
1641 if (isLive(FPReg))
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DCSSStyleModel.js1076 get isLive()
H A DStylesSidebarPane.js587 if (!property.isLive || !property.parsedOk)
699 if (property.isLive && WebInspector.CSSMetadata.isPropertyInherited(property.name))
/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/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1222 milliseconds