| /src/external/bsd/libc++/dist/libcxxrt/test/ |
| test_demangle.cc | 9 const char *mangled = typeid(T).name(); local 12 char* demangled = __cxa_demangle(mangled, 0, 0, &status); 13 printf("mangled='%s' demangled='%s', status=%d\n", mangled, demangled, 24 TEST_LOC(strcmp(mangled, demangled) != 0, "should be able to demangle",
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cp-ubsan.cc | 63 const char *mangled = mangle_type_string (type); local 64 hashval_t str_hash1 = htab_hash_string (mangled); 65 hashval_t str_hash2 = iterative_hash (mangled, strlen (mangled), 0);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cp-ubsan.cc | 63 const char *mangled = mangle_type_string (type); local 64 hashval_t str_hash1 = htab_hash_string (mangled); 65 hashval_t str_hash2 = iterative_hash (mangled, strlen (mangled), 0);
|
| /src/external/bsd/libc++/dist/libcxxrt/src/ |
| exception.cc | 722 const char *mangled = thrown_exception->exceptionType->name(); local 724 demangled = __cxa_demangle(mangled, demangled, &bufferSize, &status); 726 status == 0 ? demangled : mangled);
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| cp-demangle.c | 38 This code first pulls the mangled name apart into a list of 43 char *cplus_demangle_v3(const char *mangled, int options) 44 char *java_demangle_v3(const char *mangled) 45 int cplus_demangle_v3_callback(const char *mangled, int options, 47 int java_demangle_v3_callback(const char *mangled, 74 char *__cxa_demangle (const char *mangled, char *buf, size_t *len, 94 stdout about the mangled string. This is not generally useful. 264 in which they appeared in the mangled string. */ 1086 /* Add a new demangle mangled name component. */ 1272 /* <mangled-name> ::= _Z <encoding> [<clone-suffix>] 7303 dyn_string_t mangled = dyn_string_new (3); local [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| cp-demangle.c | 38 This code first pulls the mangled name apart into a list of 43 char *cplus_demangle_v3(const char *mangled, int options) 44 char *java_demangle_v3(const char *mangled) 45 int cplus_demangle_v3_callback(const char *mangled, int options, 47 int java_demangle_v3_callback(const char *mangled, 74 char *__cxa_demangle (const char *mangled, char *buf, size_t *len, 94 stdout about the mangled string. This is not generally useful. 264 in which they appeared in the mangled string. */ 1061 /* Add a new demangle mangled name component. */ 1225 /* <mangled-name> ::= _Z <encoding> [<clone-suffix>] 6921 dyn_string_t mangled = dyn_string_new (3); local [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| cp-demangle.c | 38 This code first pulls the mangled name apart into a list of 43 char *cplus_demangle_v3(const char *mangled, int options) 44 char *java_demangle_v3(const char *mangled) 45 int cplus_demangle_v3_callback(const char *mangled, int options, 47 int java_demangle_v3_callback(const char *mangled, 74 char *__cxa_demangle (const char *mangled, char *buf, size_t *len, 94 stdout about the mangled string. This is not generally useful. 264 in which they appeared in the mangled string. */ 1086 /* Add a new demangle mangled name component. */ 1272 /* <mangled-name> ::= _Z <encoding> [<clone-suffix>] 7303 dyn_string_t mangled = dyn_string_new (3); local [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| cp-demangle.c | 38 This code first pulls the mangled name apart into a list of 43 char *cplus_demangle_v3(const char *mangled, int options) 44 char *java_demangle_v3(const char *mangled) 45 int cplus_demangle_v3_callback(const char *mangled, int options, 47 int java_demangle_v3_callback(const char *mangled, 74 char *__cxa_demangle (const char *mangled, char *buf, size_t *len, 94 stdout about the mangled string. This is not generally useful. 264 in which they appeared in the mangled string. */ 1086 /* Add a new demangle mangled name component. */ 1272 /* <mangled-name> ::= _Z <encoding> [<clone-suffix>] 7303 dyn_string_t mangled = dyn_string_new (3); local [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| cp-demangle.c | 38 This code first pulls the mangled name apart into a list of 43 char *cplus_demangle_v3(const char *mangled, int options) 44 char *java_demangle_v3(const char *mangled) 45 int cplus_demangle_v3_callback(const char *mangled, int options, 47 int java_demangle_v3_callback(const char *mangled, 74 char *__cxa_demangle (const char *mangled, char *buf, size_t *len, 94 stdout about the mangled string. This is not generally useful. 264 in which they appeared in the mangled string. */ 1086 /* Add a new demangle mangled name component. */ 1272 /* <mangled-name> ::= _Z <encoding> [<clone-suffix>] 7303 dyn_string_t mangled = dyn_string_new (3); local [all...] |
| /src/external/gpl3/binutils/dist/libiberty/ |
| cp-demangle.c | 38 This code first pulls the mangled name apart into a list of 43 char *cplus_demangle_v3(const char *mangled, int options) 44 char *java_demangle_v3(const char *mangled) 45 int cplus_demangle_v3_callback(const char *mangled, int options, 47 int java_demangle_v3_callback(const char *mangled, 74 char *__cxa_demangle (const char *mangled, char *buf, size_t *len, 94 stdout about the mangled string. This is not generally useful. 264 in which they appeared in the mangled string. */ 1088 /* Add a new demangle mangled name component. */ 1274 /* <mangled-name> ::= _Z <encoding> [<clone-suffix>] 7352 dyn_string_t mangled = dyn_string_new (3); local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| symtab.c | 765 /* Does the form of physname indicate that it is the full mangled name 777 /* Nothing to do if physname already contains a fully mangled v3 abi name 826 mangle it using 0 for the length of the class. Thus it gets mangled 887 /* Functions to initialize a symbol's mangled name. */ 893 : mangled (mangled_name) {} member in struct:demangled_name_entry 895 std::string_view mangled; 908 return gdb::string_view_hash () (e->mangled); 921 return da->mangled == db->mangled; 934 a pair of strings; one for the mangled name and one for the demangle [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| symtab.c | 746 /* Does the form of physname indicate that it is the full mangled name 758 /* Nothing to do if physname already contains a fully mangled v3 abi name 807 mangle it using 0 for the length of the class. Thus it gets mangled 868 /* Functions to initialize a symbol's mangled name. */ 874 : mangled (mangled_name) {} member in struct:demangled_name_entry 876 std::string_view mangled; 889 return gdb::string_view_hash () (e->mangled); 902 return da->mangled == db->mangled; 915 a pair of strings; one for the mangled name and one for the demangle [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| read.c | 2273 /* Handle the Ada encoded (aka mangled) form here. */ 6662 and have a mangled name. */ 6720 For Go, for example, it's the mangled name. 6793 something that will match the mangled name of a function. 6977 const char *retval, *mangled = NULL, *canon = NULL; 6986 mangled = dw2_linkage_name (die, cu); 6991 if (mangled != NULL) 7007 demangled = gdb_demangle (mangled, (DMGL_PARAMS | DMGL_ANSI 7014 canon = mangled; 7031 physname, canon, mangled, sect_offset_str (die->sect_off) 6969 const char *retval, *mangled = NULL, *canon = NULL; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| read.c | 2263 /* Handle the Ada encoded (aka mangled) form here. */ 6583 and have a mangled name. */ 6641 For Go, for example, it's the mangled name. 6714 something that will match the mangled name of a function. 6898 const char *retval, *mangled = NULL, *canon = NULL; 6907 mangled = dw2_linkage_name (die, cu); 6912 if (mangled != NULL) 6928 demangled = gdb_demangle (mangled, (DMGL_PARAMS | DMGL_ANSI 6935 canon = mangled; 6952 physname, canon, mangled, sect_offset_str (die->sect_off) 6890 const char *retval, *mangled = NULL, *canon = NULL; local [all...] |