Home
last modified time | relevance | path

Searched defs:take (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dpass-by-value-noalias.cpp19 void take(Foo arg) {} in take() function
43 void take(NonTrivial arg) {} in take() function
59 void take(A arg) {} in take() function
/llvm-project/clang/test/CodeGen/
H A Dpass-by-value-noalias.c16 void take(struct Foo arg) {} in take() function
/llvm-project/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp83 typedef types<typename Take<_>::type...> take; typedef
88 template<unsigned N, typename...Ts> struct take { struct
89 using type = typename takedrop_impl<typename make_places<N>::type>::
/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h40 static std::optional<PartialDiagnosticAt> take(llvm::Error &Err) { in take() function
/llvm-project/clang/test/CodeGenObjC/
H A Dpass-by-value-noalias.m22 void take(struct Foo arg) {} function
/llvm-project/clang/test/SemaCXX/
H A Dtemplate-specialization.cpp32 static void take(Ty&) {} in take() function
H A Dcxx1z-copy-omission.cpp32 void take(Noncopyable nc) {} in take() function
/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3.c43 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
475 size_t take = BLAKE3_CHUNK_LEN - chunk_state_len(&self->chunk); in llvm_blake3_hasher_update() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DLSPBinderTests.cpp57 std::vector<llvm::json::Value> take(llvm::StringRef Method) { in take() function
H A DLSPClient.cpp39 llvm::Expected<llvm::json::Value> clang::clangd::LSPClient::CallResult::take() { in take() function in clang::clangd::clang::clangd::LSPClient::CallResult
/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h99 handle_type take() { take() function
/llvm-project/polly/lib/External/isl/
H A Disl_list_templ.c333 static __isl_give EL *FN(FN(LIST(EL),take),EL_BASE)(__isl_keep LIST(EL) *list, in FN() argument
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp183 TypeErasedDataflowAnalysisState take() && { take() function in clang::dataflow::__anon75e46e6d0211::JoinedStateBuilder
/llvm-project/clang-tools-extra/clangd/
H A DDiagnostics.cpp574 std::vector<Diag> StoreDiags::take(const clang::tidy::ClangTidyContext *Tidy) { take() function in clang::clangd::StoreDiags
H A DTUScheduler.cpp189 take(Key K, const trace::Metric *AccessMetric = nullptr) { in take() function in clang::clangd::TUScheduler::ASTCache
[all...]
H A DXRefs.cpp889 std::vector<Reference> take() && { take() function in clang::clangd::__anon452263b60c11::ReferenceFinder
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp750 std::vector<ClangTidyError> ClangTidyDiagnosticConsumer::take() { take() function in ClangTidyDiagnosticConsumer
/llvm-project/mlir/lib/Bindings/Python/
H A DIRModule.h437 std::vector<PyDiagnostic::DiagnosticInfo> take() { take() function
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h415 static std::pair<instrprof_error, std::string> take(Error E) { take() function
/llvm-project/clang/test/CXX/drs/
H A Dcwg0xx.cpp1022 template<typename T> int take(T) { return 0; } take() function