Searched defs:otherFunc (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lld/test/COFF/Inputs/ |
H A D | otherFunc.s | 1 .global otherFunc symbol 4 otherFunc: label
|
/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/lldb/test/API/lang/cpp/typedef/ |
H A D | main.cpp | 24 int otherFunc() { in otherFunc() function
|