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

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 5882 #define RUST_ENUM_PREFIX "RUST$ENCODED$ENUM$"
5884 && startswith (type->field (0).name (), RUST_ENUM_PREFIX))
5886 const char *name = type->field (0).name () + strlen (RUST_ENUM_PREFIX);
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 4441 #define RUST_ENUM_PREFIX "RUST$ENCODED$ENUM$"
4443 && startswith (type->field (0).name (), RUST_ENUM_PREFIX))
4445 const char *name = type->field (0).name () + strlen (RUST_ENUM_PREFIX);

Completed in 36 milliseconds