HomeSort by: relevance | last modified time | path
    Searched defs:DEFAULT_DEMANGLING_STYLE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
gdb-demangle.c 38 To select one of these as the default, set DEFAULT_DEMANGLING_STYLE in
41 #ifndef DEFAULT_DEMANGLING_STYLE
42 #define DEFAULT_DEMANGLING_STYLE AUTO_DEMANGLING_STYLE_STRING
232 && strcmp (DEFAULT_DEMANGLING_STYLE, demangling_style_names[i]) == 0)
  /src/external/gpl3/gdb/dist/gdb/
gdb-demangle.c 38 To select one of these as the default, set DEFAULT_DEMANGLING_STYLE in
41 #ifndef DEFAULT_DEMANGLING_STYLE
42 #define DEFAULT_DEMANGLING_STYLE AUTO_DEMANGLING_STYLE_STRING
230 && strcmp (DEFAULT_DEMANGLING_STYLE, demangling_style_names[i]) == 0)

Completed in 21 milliseconds