Searched refs:OtherArg (Results 1 – 4 of 4) sorted by relevance
89 - (int)Method:(float)f Arg1:(int)i1 OtherArg:(id)obj;90 - (int)Method:(float)f SomeArg:(int)i1 OtherArg:(id)obj;95 [ovl Method:1 Arg1:1 OtherArg:ovl];110 + (int)Method:(float)f Arg1:(int)i1 OtherArg:(id)obj;111 + (int)Method:(float)f SomeArg:(int)i1 OtherArg:(id)obj;116 [Overload2 Method:1 Arg1:1 OtherArg:ovl];120 [x Method:1 Arg1:1 OtherArg:ovl];121 [[x blarg] Method:1 Arg1:1 OtherArg:ovl];122 [id Method:1 Arg1:1 OtherArg:ovl];139 ovl Method:1 Arg1:1 OtherArg:ovl];[all …]
171 (Query::OtherArg("num2") == Query::Double(other.arg_numbers["num2"])); in TEST_F()173 (Query::OtherArg("str2") == Query::String(other.arg_strings["str2"])); in TEST_F()647 Query match(Query::EventArg("id") == Query::OtherArg("id")); in TEST_F()
345 static Query OtherArg(const std::string& arg_name) { in OtherArg() function
1596 Value *OtherArg) { in handleMulByConstant()1626 IRB.CreateMul(getShadow(OtherArg), ShadowMul, "msprop_mul_cst")); in handleMulByConstant()1627 setOrigin(&I, getOrigin(OtherArg)); in handleMulByConstant()