HomeSort by relevance Sort by last modified time
    Searched refs:isLive (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/clang/include/clang/Analysis/Analyses/
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/
SymbolManager.cpp 414 if (isLive(sym))
428 return isLive(SR->getSymbol());
431 return isLive(VR, true);
452 bool SymbolReaper::isLive(SymbolRef sym) {
468 KnownLive = isLive(cast<SymbolDerived>(sym)->getParentSymbol());
480 KnownLive = isLive(cast<SymIntExpr>(sym)->getLHS());
483 KnownLive = isLive(cast<IntSymExpr>(sym)->getRHS());
486 KnownLive = isLive(cast<SymSymExpr>(sym)->getLHS()) &&
487 isLive(cast<SymSymExpr>(sym)->getRHS());
490 KnownLive = isLive(cast<SymbolCast>(sym)->getOperand())
    [all...]
Environment.cpp 170 if (SymReaper.isLive(BlkExpr.getStmt(), BlkExpr.getLocationContext())) {
RegionStore.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.cpp 327 bool isLive;
330 : isLive (false)
335 , isLive (isLive_)
402 if (!allocations[slotNdx].isLive)
404 allocations[slotNdx].isLive = true;
434 if (!origSlot.isLive)
437 origSlot.isLive = true; // Mark live to suppress further errors
447 allocations[origSlotNdx].isLive = false;
456 if (!allocations[slotNdx].isLive)
458 allocations[slotNdx].isLive = true
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 119 bool LiveVariables::LivenessValues::isLive(const Stmt *S) const {
123 bool LiveVariables::LivenessValues::isLive(const VarDecl *D) const {
177 bool LiveVariables::isLive(const CFGBlock *B, const VarDecl *D) {
178 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D);
181 bool LiveVariables::isLive(const Stmt *S, const VarDecl *D) {
182 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D);
185 bool LiveVariables::isLive(const Stmt *Loc, const Stmt *S) {
186 return getImpl(impl).stmtsToLiveness[Loc].isLive(S);
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) {
148 if (Live.isLive(D))
219 if (!isLive(Live, VD) &&
345 if (!isLive(Live, V) &&
MacOSKeychainAPIChecker.cpp 566 if (SR.isLive(I->first))
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/
RecordingSampleBuffer.java 214 private void seekIndividualTrackLocked(int index, long positionUs, boolean isLive) {
220 if (isLive) {
321 boolean isLive = mCacheReason != CACHE_REASON_RECORDED_PLAYBACK && isLiveLocked(positionUs);
329 seekIndividualTrackLocked(i, positionUs, isLive);
  /packages/apps/TV/src/com/android/tv/search/
LocalSearchProvider.java 113 row.add(result.isLive ? LIVE_CONTENTS : NO_LIVE_CONTENTS);
160 public boolean isLive;
DataManagerSearch.java 194 result.isLive = true;
205 result.isLive = true;
TvProviderSearch.java 238 result.isLive = true;
382 result.isLive = true;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
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/
RegisterPressure.cpp 615 bool isLive = LiveRegs.contains(Reg);
616 if (!isLive)
627 if (lastUse && isLive) {
630 } else if (!lastUse && !isLive)
    [all...]
RegisterCoalescer.cpp     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
translation_helper.py 464 if rule_message.condition.isLive:
466 str(rule_message.condition.isLive))
496 lifecycle_rule.condition.isLive = bool(
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
CompletableFuture.java 419 abstract boolean isLive();
462 if (q.isLive()) {
472 if (p.isLive())
513 final boolean isLive() { return dep != null; }
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 64 // The logic in isLive() is too much for it.
176 /// isLive - Is RegNo currently live in the stack?
177 bool isLive(unsigned RegNo) const {
423 if (Reg >= X86::FP0 && Reg <= X86::FP6 && isLive(Reg-X86::FP0)) {
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
storage_v1_messages.py 136 isLive: Relevant only for versioned objects. If the value is true,
147 isLive = messages.BooleanField(3)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1_messages.py 124 isLive: Relevant only for versioned objects. If the value is true,
135 isLive = _messages.BooleanField(3)
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java     [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]

Completed in 670 milliseconds

1 2 3 4