Home
last modified time | relevance | path

Searched refs:MoveImpl (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFunctionExtras.h162 static void MoveImpl(void *LHSCallableAddr, void *RHSCallableAddr) noexcept { in MoveImpl() function
271 &CallImpl<CallableT>, &MoveImpl<CallableT>, &DestroyImpl<CallableT>}; in unique_function()
/external/llvm-project/llvm/include/llvm/ADT/
DFunctionExtras.h199 static void MoveImpl(void *LHSCallableAddr, void *RHSCallableAddr) noexcept {
325 &CallImpl<CalledAsT>, &MoveImpl<CallableT>, &DestroyImpl<CallableT>};
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h271 ScopedStatsTracer(ScopedStatsTracer&& other) noexcept { MoveImpl(&other); } in ScopedStatsTracer()
274 MoveImpl(&other);
282 void MoveImpl(ScopedStatsTracer* other) { in MoveImpl() function