Home
last modified time | relevance | path

Searched refs:_F1 (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/pstl/include/pstl/internal/
Dutils.h65 template <typename _F1, typename _F2>
66 typename std::result_of<_F1()>::type
67 __invoke_if_else(std::true_type, _F1 __f1, _F2) in __invoke_if_else()
72 template <typename _F1, typename _F2>
74 __invoke_if_else(std::false_type, _F1, _F2 __f2) in __invoke_if_else() argument
Dparallel_backend_serial.h123 template <class _ExecutionPolicy, typename _F1, typename _F2>
125 __parallel_invoke(_ExecutionPolicy&&, _F1&& __f1, _F2&& __f2) in __parallel_invoke()
127 std::forward<_F1>(__f1)(); in __parallel_invoke()
Dparallel_backend_tbb.h1283 template <class _ExecutionPolicy, typename _F1, typename _F2>
1285 __parallel_invoke(_ExecutionPolicy&&, _F1&& __f1, _F2&& __f2) in __parallel_invoke()
1288 …tbb::this_task_arena::isolate([&]() { tbb::parallel_invoke(std::forward<_F1>(__f1), std::forward<_… in __parallel_invoke()
/external/llvm-project/llvm/test/CodeGen/X86/
Dglobal-sections.ll15 ; WIN32-SECTIONS: .section .text,"xr",one_only,_F1
16 ; WIN32-SECTIONS: .globl _F1
/external/llvm/test/CodeGen/X86/
Dglobal-sections.ll15 ; WIN32-SECTIONS: .section .text,"xr",one_only,_F1
16 ; WIN32-SECTIONS: .globl _F1