Searched refs:X_ARG (Results 1 – 1 of 1) sorted by relevance
677 type_ = X_ARG; in CallArgument()706 bool IsX() const { return type_ == X_ARG; } in IsX()710 enum CallArgumentType { X_ARG, D_ARG, NO_ARG }; enumerator