Home
last modified time | relevance | path

Searched refs:MemmoveFunction (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcFunctionPrototypes.h17 using MemmoveFunction = void *(*)(void *, const void *, size_t); variable
19 MemmoveFunction Function;
H A DLibcMemoryBenchmark.h218 inline void *Call(ParameterType Parameter, MemmoveFunction Memmove) { in Call()