Home | History | Annotate | Download | only in test

Lines Matching defs:mangled

29595     // NOTE: disable this test since it is a negative test case, you cannot demangle a non-mangled symbol
29599 // mangled names can include type manglings too, which don't start with _Z:
29664 const char *mangled;
29855 char* demang = __cxxabiv1::__cxa_demangle(fpCase->mangled, buf, &len, &status);
29858 std::cout << fpCase->mangled << " -> " << fpCase->expecting[0] << '\n';
29867 std::cout << fpCase->mangled << " -> " << fpCase->expecting[0] << '\n';
29904 std::cout << "Invalid mangled name\n";