Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/benchmarks/
H A DGenerateInput.h136 std::vector<const char*> cinputs; in getRandomCStringInputs() local
138 cinputs.push_back(str.c_str()); in getRandomCStringInputs()
139 return cinputs; in getRandomCStringInputs()