Home
last modified time | relevance | path

Searched refs:ParameterType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryBenchmark.h172 struct ParameterType { struct
180 void checkValid(const ParameterType &) const;
187 std::vector<ParameterType> Parameters;
199 inline void *Call(ParameterType Parameter, MemcpyFunction Memcpy) { in Call()
218 inline void *Call(ParameterType Parameter, MemmoveFunction Memmove) { in Call()
236 inline void *Call(ParameterType Parameter, MemsetFunction Memset) { in Call()
241 inline void *Call(ParameterType Parameter, BzeroFunction Bzero) { in Call()
259 inline int Call(ParameterType Parameter, MemcmpOrBcmpFunction MemcmpOrBcmp) { in Call()
H A DLibcMemoryBenchmark.cpp84 BatchSize(BufferSize / sizeof(ParameterType)), Parameters(BatchSize) { in ParameterBatch()
96 void ParameterBatch::checkValid(const ParameterType &P) const { in checkValid()
H A DLibcMemoryBenchmarkMain.cpp97 CircularArrayRef<ParameterBatch::ParameterType>
134 Options, *this, [this](ParameterBatch::ParameterType Parameter) { in runTrials()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp11033 ParameterType, in diagnoseOdrViolations() enumerator
11108 FirstParam->getSourceRange(), ParameterType) in diagnoseOdrViolations()
11113 FirstParam->getSourceRange(), ParameterType) in diagnoseOdrViolations()
11120 SecondParam->getSourceRange(), ParameterType) in diagnoseOdrViolations()
11125 SecondParam->getSourceRange(), ParameterType) in diagnoseOdrViolations()