Home
last modified time | relevance | path

Searched refs:block_or (Results 1 – 3 of 3) sorted by relevance

/external/icing/icing/file/posting_list/
Dflash-index-storage.cc547 auto block_or = GetIndexBlock(freelist_elt.block_index()); in FlushInMemoryFreeList() local
548 if (!block_or.ok()) { in FlushInMemoryFreeList()
554 IndexBlock block = std::move(block_or).ValueOrDie(); in FlushInMemoryFreeList()
584 auto block_or = GetIndexBlock(block_index); in GetDebugInfo() local
589 if (block_or.ok()) { in GetDebugInfo()
590 auto block_index_or = block_or.ValueOrDie().GetNextBlockIndex(); in GetDebugInfo()
/external/llvm/lib/Target/SystemZ/
DSystemZOperators.td510 defm block_or : block_op<or>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZOperators.td632 defm block_or : block_op<or>;