Home
last modified time | relevance | path

Searched defs:isLazy (Results 1 – 10 of 10) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCoroutineStart.kt121 public val isLazy: Boolean get() = this === LAZY constant in kotlinx.coroutines.CoroutineStart
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDomTreeUpdater.h49 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; }; in isLazy() function
/external/llvm-project/llvm/include/llvm/Analysis/
DDomTreeUpdater.h51 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; }; in isLazy() function
/external/llvm-project/clang/include/clang/AST/
DASTUnresolvedSet.h36 bool isLazy() const { return getTag(); } in isLazy() function
/external/clang/include/clang/AST/
DASTUnresolvedSet.h29 bool isLazy() const { return getTag(); } in isLazy() function
/external/skia/src/gpu/
DGrSurfaceProxy.h117 bool isLazy() const { return !this->isInstantiated() && SkToBool(fLazyInstantiateCallback); } in isLazy() function
/external/llvm-project/lld/COFF/
DSymbols.h94 bool isLazy() const { in isLazy() function
/external/llvm-project/lld/ELF/
DSymbols.h157 bool isLazy() const { in isLazy() function
/external/llvm-project/lld/wasm/
DSymbols.h67 bool isLazy() const { return symbolKind == LazyKind; } in isLazy() function
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp2712 const vector<bool>& isLazy, in pushReadImagesToBuffers()
4416 …rValue> >& clearValues, const vector<Attachment>& attachments, const vector<bool>& isLazy, deBool … in initializeImageClearValues()