Searched defs:take (Results 1 – 9 of 9) sorted by relevance
40 static std::optional<PartialDiagnosticAt> take(llvm::Error &Err) { in take() function
43 size_t take = BLAKE3_BLOCK_LEN - ((size_t)self->buf_len); in chunk_state_fill_buf() local 122 size_t take = chunk_state_fill_buf(self, input, input_len); in chunk_state_update() local 144 size_t take = chunk_state_fill_buf(self, input, input_len); chunk_state_update() local 477 size_t take = BLAKE3_CHUNK_LEN - chunk_state_len(&self->chunk); llvm_blake3_hasher_update() local [all...]
93 size_t take = BLAKE3_BLOCK_LEN - ((size_t)ctx->buf_len); in chunk_state_fill_buf() local171 size_t take = chunk_state_fill_buf(ctx, input, input_len); in chunk_state_update() local542 size_t take = BLAKE3_CHUNK_LEN - chunk_state_len(&ctx->chunk); in Blake3_Update2() local
358 size_t take = MIN(rem, len); run_test() local
99 handle_type take() { in take() function
55 std::optional<DIExpression::ExprOperand> take() { take() function
244 TypeErasedDataflowAnalysisState take() && { take() function in clang::dataflow::__anonad1e11cc0211::JoinedStateBuilder
394 static std::pair<instrprof_error, std::string> take(Error E) { take() function
4100 GeneratorWrapper<T> take(size_t target, GeneratorWrapper<T>&& generator) { in take() function