| /openbsd/src/gnu/lib/libiberty/src/ |
| D | cplus-dem.c | 144 #define PRINT_ANSI_QUALIFIERS (work -> options & DMGL_ANSI) 153 {"nw", " new", DMGL_ANSI}, /* new (1.92, ansi) */ 154 {"dl", " delete", DMGL_ANSI}, /* new (1.92, ansi) */ 157 {"vn", " new []", DMGL_ANSI}, /* GNU, pending ansi */ 158 {"vd", " delete []", DMGL_ANSI}, /* GNU, pending ansi */ 159 {"as", "=", DMGL_ANSI}, /* ansi */ 160 {"ne", "!=", DMGL_ANSI}, /* old, ansi */ 161 {"eq", "==", DMGL_ANSI}, /* old, ansi */ 162 {"ge", ">=", DMGL_ANSI}, /* old, ansi */ 163 {"gt", ">", DMGL_ANSI}, /* old, ansi */ [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | budemang.c | 55 res = cplus_demangle (p, DMGL_ANSI | DMGL_PARAMS); in demangle()
|
| D | cxxfilt.c | 33 static int flags = DMGL_PARAMS | DMGL_ANSI | DMGL_VERBOSE;
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | cp-valprint.c | 144 DMGL_ANSI | DMGL_PARAMS); in cp_print_class_method() 321 DMGL_PARAMS | DMGL_ANSI); in cp_print_value_fields() 325 DMGL_PARAMS | DMGL_ANSI); in cp_print_value_fields() 336 DMGL_PARAMS | DMGL_ANSI); in cp_print_value_fields()
|
| D | jv-valprint.c | 358 DMGL_PARAMS | DMGL_ANSI); in java_print_value_fields() 362 DMGL_PARAMS | DMGL_ANSI); in java_print_value_fields() 373 DMGL_PARAMS | DMGL_ANSI); in java_print_value_fields()
|
| D | p-valprint.c | 666 DMGL_ANSI | DMGL_PARAMS); in pascal_object_print_class_method() 811 DMGL_PARAMS | DMGL_ANSI); in pascal_object_print_value_fields() 815 DMGL_PARAMS | DMGL_ANSI); in pascal_object_print_value_fields() 826 DMGL_PARAMS | DMGL_ANSI); in pascal_object_print_value_fields()
|
| D | cp-support.c | 156 char *demangled_name = cplus_demangle (physname, DMGL_ANSI | DMGL_PARAMS); in cp_class_name_from_physname() 181 char *demangled_name = cplus_demangle (physname, DMGL_ANSI | DMGL_PARAMS); in method_name_from_physname()
|
| D | stack.c | 337 SYMBOL_LANGUAGE (sym), DMGL_PARAMS | DMGL_ANSI); in print_frame_args() 598 demangled = cplus_demangle (funname, DMGL_ANSI); in print_frame() 640 DMGL_ANSI); in print_frame() 885 demangled = cplus_demangle (funname, DMGL_ANSI); in frame_info() 926 DMGL_ANSI | DMGL_PARAMS); in frame_info()
|
| D | c-typeprint.c | 161 fprintf_symbol_filtered (stream, prefix, language_cplus, DMGL_ANSI); in cp_type_print_method_args() 162 fprintf_symbol_filtered (stream, varstring, language_cplus, DMGL_ANSI); in cp_type_print_method_args() 1013 DMGL_ANSI | DMGL_PARAMS); in c_type_print_base()
|
| D | jv-typeprint.c | 276 DMGL_ANSI | DMGL_PARAMS | DMGL_JAVA); in java_type_print_base()
|
| D | gnu-v2-abi.c | 259 demangled_name=cplus_demangle(demangled_name,DMGL_PARAMS|DMGL_ANSI); in gnuv2_value_rtti_type()
|
| D | printcmd.c | 1070 current_language->la_language, DMGL_ANSI); in address_info() 1087 current_language->la_language, DMGL_ANSI); in address_info() 1108 current_language->la_language, DMGL_ANSI); in address_info()
|
| D | maint.c | 154 DMGL_ANSI | DMGL_PARAMS); in maintenance_demangle()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gprof/ |
| D | utils.c | 60 demangled = cplus_demangle (name, DMGL_ANSI | DMGL_PARAMS); in print_name_only()
|
| /openbsd/src/gnu/usr.bin/binutils/gprof/ |
| D | utils.c | 61 demangled = cplus_demangle (name, DMGL_ANSI | DMGL_PARAMS);
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | budemang.c | 67 res = cplus_demangle (name, DMGL_ANSI | DMGL_PARAMS); in demangle()
|
| D | cxxfilt.c | 33 static int flags = DMGL_PARAMS | DMGL_ANSI | DMGL_VERBOSE;
|
| /openbsd/src/gnu/lib/libiberty/src/testsuite/ |
| D | test-demangle.c | 151 DMGL_PARAMS|DMGL_ANSI|DMGL_VERBOSE|DMGL_TYPES);
|
| /openbsd/src/gnu/gcc/include/ |
| D | demangle.h | 43 #define DMGL_ANSI (1 << 1) /* Include const, volatile, etc */ macro
|
| /openbsd/src/gnu/lib/libiberty/include/ |
| D | demangle.h | 34 #define DMGL_ANSI (1 << 1) /* Include const, volatile, etc */ macro
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/ |
| D | demangle.h | 34 #define DMGL_ANSI (1 << 1) /* Include const, volatile, etc */ macro
|
| /openbsd/src/gnu/usr.bin/binutils/include/ |
| D | demangle.h | 34 #define DMGL_ANSI (1 << 1) /* Include const, volatile, etc */ macro
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_symbolizer_libbacktrace.cpp | 73 if (cplus_demangle_v3_callback(name, DMGL_PARAMS | DMGL_ANSI, in CplusV3Demangle()
|
| /openbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldmisc.c | 387 res = cplus_demangle (p, DMGL_ANSI | DMGL_PARAMS); in demangle()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/ |
| D | ldmisc.c | 456 res = cplus_demangle (p, DMGL_ANSI | DMGL_PARAMS); in demangle()
|