Home
last modified time | relevance | path

Searched refs:fillPlaceholder (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLockFreeTaskQueue.kt134 cur = cur.next().fillPlaceholder(tail, element) ?: break in addLast()
142 private fun fillPlaceholder(index: Int, element: E): Core<E>? { in fillPlaceholder() method
/external/llvm-project/clang/include/clang/CodeGen/
DConstantInitBuilder.h292 fillPlaceholder(position, llvm::ConstantInt::get(type, value, isSigned));
296 void fillPlaceholder(PlaceholderPosition position, llvm::Constant *value) { in fillPlaceholder() function