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