Searched refs:arg_no (Results 1 – 2 of 2) sorted by relevance
93 constexpr Register(int arg_no) : arg_no_(arg_no) {} in Register() argument94 int arg_no() const { in arg_no() function99 constexpr bool operator==(const Register& other) const { return arg_no() == other.arg_no(); }100 constexpr bool operator!=(const Register& other) const { return arg_no() != other.arg_no(); }120 constexpr X87Register(int arg_no) : arg_no_(arg_no) {} in X87Register() argument121 int arg_no() const { in arg_no() function131 return '%' + std::to_string(reg.arg_no()); in ToGasArgument()146 constexpr XMMRegister(int arg_no) : arg_no_(arg_no) {} in XMMRegister() argument147 int arg_no() const { in arg_no() function152 constexpr bool operator==(const XMMRegister& other) const { return arg_no() == other.arg_no(); }[all …]
121 unsigned int arg_no = *cur_char - '0'; in format() local124 DiagnosticEngine::ArgumentKind kind = getArgKind(arg_no); in format()133 const std::string& str = getArgStdStr(arg_no); in format()144 const char* str = getArgCStr(arg_no); in format()151 int val = getArgSInt(arg_no); in format()156 unsigned int val = getArgUInt(arg_no); in format()161 unsigned long long val = getArgUInt(arg_no); in format()166 bool val = getArgBool(arg_no); in format()