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