Searched refs:ParameterType (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | LibcMemoryBenchmark.h | 172 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 D | LibcMemoryBenchmark.cpp | 84 BatchSize(BufferSize / sizeof(ParameterType)), Parameters(BatchSize) { in ParameterBatch() 96 void ParameterBatch::checkValid(const ParameterType &P) const { in checkValid()
|
| H A D | LibcMemoryBenchmarkMain.cpp | 97 CircularArrayRef<ParameterBatch::ParameterType> 134 Options, *this, [this](ParameterBatch::ParameterType Parameter) { in runTrials()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 11033 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()
|