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

  /src/external/gpl3/gdb.old/dist/gdbsupport/
format.h 32 /* The argclass represents the general type of data that goes with a
38 enum argclass enum
54 format_piece (const char *str, enum argclass argc, int n)
56 argclass (argc),
64 return (this->argclass == other.argclass
69 enum argclass argclass; member in struct:format_piece
  /src/external/gpl3/gdb/dist/gdbsupport/
format.h 32 /* The argclass represents the general type of data that goes with a
38 enum argclass enum
54 format_piece (const char *str, enum argclass argc, int n)
56 argclass (argc),
64 return (this->argclass == other.argclass
69 enum argclass argclass; member in struct:format_piece

Completed in 36 milliseconds