Searched defs:code (Results 1 – 6 of 6) sorted by relevance
41 char code; member
50 int code; member
62 int code, ret; in main() local
33 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT in equivalent()39 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT in equivalent() argument
152 code() const { return CLASS_TYPE_INFO_CODE; } in code() function173 code() const { return SI_CLASS_TYPE_INFO_CODE; } in code() function197 code() const { return VMI_CLASS_TYPE_INFO_CODE; } in code() function
227 static struct { reg_errcode_t code; const char *name; } codes [] in test() member