/llvm-project/clang/test/CodeGenCXX/ |
H A D | pass-by-value-noalias.cpp | 19 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 D | pass-by-value-noalias.c | 16 void take(struct Foo arg) {} in take() function
|
/llvm-project/clang/test/CXX/temp/temp.param/ |
H A D | p15-cxx0x.cpp | 83 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 D | DiagnosticError.h | 40 static std::optional<PartialDiagnosticAt> take(llvm::Error &Err) { in take() function
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | pass-by-value-noalias.m | 22 void take(struct Foo arg) {} function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | template-specialization.cpp | 32 static void take(Ty&) {} in take() function
|
H A D | cxx1z-copy-omission.cpp | 32 void take(Noncopyable nc) {} in take() function
|
/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3.c | 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 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 D | LSPBinderTests.cpp | 57 std::vector<llvm::json::Value> take(llvm::StringRef Method) { in take() function
|
H A D | LSPClient.cpp | 39 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 D | WindowsSupport.h | 99 handle_type take() { take() function
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_list_templ.c | 333 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 D | TypeErasedDataflowAnalysis.cpp | 183 TypeErasedDataflowAnalysisState take() && { take() function in clang::dataflow::__anon75e46e6d0211::JoinedStateBuilder
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Diagnostics.cpp | 574 std::vector<Diag> StoreDiags::take(const clang::tidy::ClangTidyContext *Tidy) { take() function in clang::clangd::StoreDiags
|
H A D | TUScheduler.cpp | 189 take(Key K, const trace::Metric *AccessMetric = nullptr) { in take() function in clang::clangd::TUScheduler::ASTCache [all...] |
H A D | XRefs.cpp | 889 std::vector<Reference> take() && { take() function in clang::clangd::__anon452263b60c11::ReferenceFinder
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyDiagnosticConsumer.cpp | 750 std::vector<ClangTidyError> ClangTidyDiagnosticConsumer::take() { take() function in ClangTidyDiagnosticConsumer
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRModule.h | 437 std::vector<PyDiagnostic::DiagnosticInfo> take() { take() function
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 415 static std::pair<instrprof_error, std::string> take(Error E) { take() function
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg0xx.cpp | 1022 template<typename T> int take(T) { return 0; } take() function
|