Home
last modified time | relevance | path

Searched refs:isLive (Results 1 – 25 of 25) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
DLiveVariables.h47 bool isLive(const Stmt *S) const;
48 bool isLive(const VarDecl *D) const;
77 bool isLive(const CFGBlock *B, const VarDecl *D);
83 bool isLive(const Stmt *S, const VarDecl *D);
87 bool isLive(const Stmt *Loc, const Stmt *StmtVal);
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp414 if (isLive(sym)) in maybeDead()
428 return isLive(SR->getSymbol()); in isLiveRegion()
431 return isLive(VR, true); in isLiveRegion()
452 bool SymbolReaper::isLive(SymbolRef sym) { in isLive() function in SymbolReaper
468 KnownLive = isLive(cast<SymbolDerived>(sym)->getParentSymbol()); in isLive()
480 KnownLive = isLive(cast<SymIntExpr>(sym)->getLHS()); in isLive()
483 KnownLive = isLive(cast<IntSymExpr>(sym)->getRHS()); in isLive()
486 KnownLive = isLive(cast<SymSymExpr>(sym)->getLHS()) && in isLive()
487 isLive(cast<SymSymExpr>(sym)->getRHS()); in isLive()
490 KnownLive = isLive(cast<SymbolCast>(sym)->getOperand()); in isLive()
[all …]
DEnvironment.cpp170 if (SymReaper.isLive(BlkExpr.getStmt(), BlkExpr.getLocationContext())) { in removeDeadBindings()
DRegionStore.cpp2310 if (SymReaper.isLive(VR)) in VisitAddedToCluster()
2317 if (SymReaper.isLive(SR->getSymbol())) in VisitAddedToCluster()
2403 if (SymReaper.isLive(SR->getSymbol())) { in UpdatePostponed()
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp327 bool isLive; member
330 : isLive (false) in AllocationSlot()
335 , isLive (isLive_) in AllocationSlot()
402 if (!allocations[slotNdx].isLive) in validateAllocationCallbacks()
404 allocations[slotNdx].isLive = true; in validateAllocationCallbacks()
434 if (!origSlot.isLive) in validateAllocationCallbacks()
437 origSlot.isLive = true; // Mark live to suppress further errors in validateAllocationCallbacks()
447 allocations[origSlotNdx].isLive = false; in validateAllocationCallbacks()
456 if (!allocations[slotNdx].isLive) in validateAllocationCallbacks()
458 allocations[slotNdx].isLive = true; in validateAllocationCallbacks()
[all …]
/external/clang/lib/Analysis/
DLiveVariables.cpp119 bool LiveVariables::LivenessValues::isLive(const Stmt *S) const { in isLive() function in LiveVariables::LivenessValues
123 bool LiveVariables::LivenessValues::isLive(const VarDecl *D) const { in isLive() function in LiveVariables::LivenessValues
177 bool LiveVariables::isLive(const CFGBlock *B, const VarDecl *D) { in isLive() function in LiveVariables
178 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D); in isLive()
181 bool LiveVariables::isLive(const Stmt *S, const VarDecl *D) { in isLive() function in LiveVariables
182 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D); in isLive()
185 bool LiveVariables::isLive(const Stmt *Loc, const Stmt *S) { in isLive() function in LiveVariables
186 return getImpl(impl).stmtsToLiveness[Loc].isLive(S); in isLive()
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive() function in __anon2d72c4130211::DeadStoreObs
148 if (Live.isLive(D)) in isLive()
219 if (!isLive(Live, VD) && in CheckVarDecl()
345 if (!isLive(Live, V) && in observeStmt()
DMacOSKeychainAPIChecker.cpp566 if (SR.isLive(I->first)) in checkDeadSymbols()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h594 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/
DRegisterPressure.cpp615 bool isLive = LiveRegs.contains(Reg); in advance() local
616 if (!isLive) in advance()
627 if (lastUse && isLive) { in advance()
630 } else if (!lastUse && !isLive) in advance()
DRegisterCoalescer.cpp1141 bool isLive; in eliminateUndefCopy() local
1143 isLive = false; in eliminateUndefCopy()
1148 isLive = true; in eliminateUndefCopy()
1153 isLive = DstLI.liveAt(UseIdx); in eliminateUndefCopy()
1154 if (isLive) in eliminateUndefCopy()
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dtranslation_helper.py464 if rule_message.condition.isLive:
466 str(rule_message.condition.isLive))
496 lifecycle_rule.condition.isLive = bool(
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp177 bool isLive(unsigned RegNo) const { in isLive() function
423 if (Reg >= X86::FP0 && Reg <= X86::FP6 && isLive(Reg-X86::FP0)) { in processBasicBlock()
1308 assert(isLive(SrcFP) && "Cannot copy dead register"); in handleSpecialFP()
1503 if (isLive(FPReg)) in handleSpecialFP()
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
Dstorage_v1_messages.py135 isLive = _messages.BooleanField(3) variable in Bucket.LifecycleValue.RuleValueListEntry.ConditionValue
/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
Dstorage_v1_messages.py147 isLive = messages.BooleanField(3) variable in Bucket.LifecycleValue.RuleValueListEntry.ConditionValue
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java1653 if (map.isLive(e, now)) { in countLiveEntries()
2136 assertTrue(map.isLive(entry, ticker.read())); in testExpireAfterWrite()
2175 assertTrue(map.isLive(entry, ticker.read())); in testExpireAfterAccess()
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java1017 if (map.isLive(e)) { in countLiveEntries()
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java1871 boolean isLive(ReferenceEntry<K, V> entry) { in isLive() method in MapMakerInternalMap
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java1859 boolean isLive(ReferenceEntry<K, V> entry, long now) { in isLive() method in LocalCache
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/dagger2/lib/
Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...