/external/clang/include/clang/Analysis/Analyses/ |
D | LiveVariables.h | 47 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/ |
D | SymbolManager.cpp | 414 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 …]
|
D | Environment.cpp | 170 if (SymReaper.isLive(BlkExpr.getStmt(), BlkExpr.getLocationContext())) { in removeDeadBindings()
|
D | RegionStore.cpp | 2310 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/ |
D | vkAllocationCallbackUtil.cpp | 327 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/ |
D | LiveVariables.cpp | 119 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/ |
D | DeadStoresChecker.cpp | 147 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()
|
D | MacOSKeychainAPIChecker.cpp | 566 if (SR.isLive(I->first)) in checkDeadSymbols()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 594 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/ |
D | RegisterPressure.cpp | 615 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()
|
D | RegisterCoalescer.cpp | 1141 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/ |
D | translation_helper.py | 464 if rule_message.condition.isLive: 466 str(rule_message.condition.isLive)) 496 lifecycle_rule.condition.isLive = bool(
|
/external/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 177 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/ |
D | storage_v1_messages.py | 135 isLive = _messages.BooleanField(3) variable in Bucket.LifecycleValue.RuleValueListEntry.ConditionValue
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/ |
D | storage_v1_messages.py | 147 isLive = messages.BooleanField(3) variable in Bucket.LifecycleValue.RuleValueListEntry.ConditionValue
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | LocalCacheTest.java | 1653 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/ |
D | MapMakerInternalMapTest.java | 1017 if (map.isLive(e)) { in countLiveEntries()
|
/external/guava/guava/src/com/google/common/collect/ |
D | MapMakerInternalMap.java | 1871 boolean isLive(ReferenceEntry<K, V> entry) { in isLive() method in MapMakerInternalMap
|
/external/guava/guava/src/com/google/common/cache/ |
D | LocalCache.java | 1859 boolean isLive(ReferenceEntry<K, V> entry, long now) { in isLive() method in LocalCache
|
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/guice/lib/ |
D | guava-16.0.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/dagger2/lib/ |
D | auto-value-1.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |