Lines Matching defs:arg3
778 struct value *arg2, *arg3, *tmp, *ret;
784 arg3 = std::get<2> (m_storage)->evaluate (nullptr, exp, noside);
786 type3 = check_typedef (arg3->type ());
795 arg3 = opencl_value_cast (type2, arg3);
796 type3 = arg3->type ();
805 /* Throw an error if arg2 or arg3 aren't vectors. */
818 /* Throw an error if the types of arg2 or arg3 are incompatible. */
826 /* Throw an error if the sizes of arg1 and arg2/arg3 differ. */
837 value_subscript (arg3, i) : value_subscript (arg2, i);