Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/test/
H A Dtest_demangle.pass.cpp30300 FPLiteralCase *fpCase = fp_literal_cases+i; in testFPLiterals() local
30302 char* demang = __cxxabiv1::__cxa_demangle(fpCase->mangled, buf, &len, &status); in testFPLiterals()
30305 std::printf("%s -> %s\n", fpCase->mangled, fpCase->expecting[0].c_str()); in testFPLiterals()
30310 std::string *e_beg = fpCase->expecting; in testFPLiterals()
30311 std::string *e_end = fpCase->expecting + NEF; in testFPLiterals()
30314 std::printf("%s -> %s\n", fpCase->mangled, fpCase->expecting[0].c_str()); in testFPLiterals()