Lines Matching defs:mangled
29791 // NOTE: disable this test since it is a negative test case, you cannot demangle a non-mangled symbol
29795 // mangled names can include type manglings too, which don't start with _Z:
30256 const char *mangled;
30432 __cxxabiv1::__cxa_demangle(fpCase->mangled, buf, &len, &status);
30434 std::printf("%s -> %s\n", fpCase->mangled, fpCase->expecting[0].c_str());
30442 std::printf("%s -> %s\n", fpCase->mangled, fpCase->expecting[0].c_str());
30478 std::cout << "Invalid mangled name\n";