Searched refs:D_ARG (Results 1 – 1 of 1) sorted by relevance
684 type_ = D_ARG; in CallArgument()698 type_ = D_ARG; in CallArgument()708 bool IsD() const { return type_ == D_ARG; } in IsD()711 enum CallArgumentType { X_ARG, D_ARG, NO_ARG }; enumerator