Home | History | Annotate | Download | only in Parse

Lines Matching full:to_string

3552         std::string VerSpec = llvm::to_string(OpenCLVer / 100) +
3554 llvm::to_string((OpenCLVer % 100) / 10);