Home
last modified time | relevance | path

Searched defs:closure (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libcxx/test/std/ranges/range.utility/range.utility.conv/
H A Dto.pass.cpp324 auto closure = std::ranges::to<C>(); in test_ctr_choice_order() local
337 auto closure = std::ranges::to<C>(arg1, arg2); in test_ctr_choice_order() local
350 auto closure = std::ranges::to<C>(); in test_ctr_choice_order() local
363 auto closure = std::ranges::to<C>(arg1, arg2); in test_ctr_choice_order() local
376 auto closure = std::ranges::to<C>(); in test_ctr_choice_order() local
389 auto closure = std::ranges::to<C>(arg1, arg2); test_ctr_choice_order() local
404 auto closure = std::ranges::to<C>(); test_ctr_choice_order() local
417 auto closure = std::ranges::to<C>(); test_ctr_choice_order() local
430 auto closure = std::ranges::to<C>(); test_ctr_choice_order() local
443 auto closure = std::ranges::to<C>(); test_ctr_choice_order() local
458 auto closure = std::ranges::to<C>(arg1, arg2); test_ctr_choice_order() local
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unused-parameters-coroutine.cpp31 auto closure = [](int c) -> task { // expected-warning{{unused parameter 'c'}} in create_closure() local
/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dbyrefcopyint.c36 void callVoidVoid(voidVoid closure) { in callVoidVoid()
/llvm-project/clang/test/SemaTemplate/
H A Darray-to-pointer-decay.cpp26 bool closure = sanitize<int>(); variable
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h240 ForEachSymbolFile(std::function<IterationAction(SymbolFileDWARF *)> closure) { in ForEachSymbolFile() argument
/llvm-project/polly/lib/External/isl/
H A Disl_options_private.h19 unsigned closure; member
/llvm-project/clang-tools-extra/pseudo/lib/grammar/
H A DLRGraph.cpp
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DBoxedProcedure.cpp276 mlir::Value closure = runOnOperation() local
/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c621 struct Block_layout *closure = (struct Block_layout *)block; in _Block_dump() local