Searched defs:myFunc (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libc/test/src/math/performance_testing/ |
H A D | BinaryOpSingleOutputPerf.h | 27 run_perf_in_range(Func myFunc,Func otherFunc,StorageType startingBit,StorageType endingBit,size_t N,size_t rounds,std::ofstream & log) run_perf_in_range() argument 81 run_perf(Func myFunc,Func otherFunc,int rounds,const char * logFile) run_perf() argument 101 run_diff(Func myFunc,Func otherFunc,const char * logFile) run_diff() argument 126 BINARY_OP_SINGLE_OUTPUT_PERF(T,myFunc,otherFunc,filename) global() argument 133 BINARY_OP_SINGLE_OUTPUT_PERF_EX(T,myFunc,otherFunc,rounds,filename) global() argument [all...] |
H A D | SingleInputSingleOutputPerf.h | 26 runPerfInRange(Func myFunc,Func otherFunc,StorageType startingBit,StorageType endingBit,std::ofstream & log) runPerfInRange() argument 70 runPerf(Func myFunc,Func otherFunc,const char * logFile) runPerf() argument 85 SINGLE_INPUT_SINGLE_OUTPUT_PERF(T,myFunc,otherFunc,filename) global() argument
|
/llvm-project/clang/test/FixIt/ |
H A D | no-macro-fixit.c | 6 void myFunc(void) { in myFunc() function
|