Searched defs:ret_val (Results 1 – 6 of 6) sorted by relevance
31 void SerializerTypeToBuffer(const T &type, /* out */ std::vector<uint8_t> &buffer, size_t ret_val) in SerializerTypeToBuffer()39 void SerializerBufferToType(const std::vector<uint8_t> &buffer, /* out */ T &type, size_t ret_val) in SerializerBufferToType()47 void DoTest(T value, int ret_val) in DoTest()
146 void **ret_val = nullptr; in StopThread() local
706 auto ret_val = Target::Current().GetParamReg(0); in TestBitTestAndBranch() local762 auto ret_val = Target::Current().GetParamReg(0, TypeInfo(T(0))); in TestAddOverflow() local828 auto ret_val = Target::Current().GetParamReg(0, TypeInfo(T(0))); in TestSubOverflow() local897 auto ret_val = Target::Current().GetParamReg(0); in TestJumpCC() local1017 auto ret_val = test->GetParameter(TypeInfo(T(0))); in TestLdr() local2349 …auto ret_val = std::is_floating_point_v<T> ? Target::Current().GetReturnReg() : Target::Current().… in TestCompare() local3133 auto ret_val = Target::Current().GetParamReg(0); in TestJumpTest() local
709 auto ret_val = Target::Current().GetReturnReg(); in TestBitTestAndBranch() local763 auto ret_val = Target::Current().GetReturnReg(TypeInfo(T(0))); in TestAddOverflow() local829 auto ret_val = Target::Current().GetReturnReg(TypeInfo(T(0))); in TestSubOverflow() local898 auto ret_val = Target::Current().GetReturnReg(); in TestJumpCC() local1016 auto ret_val = test->GetParameter(TypeInfo(T(0))); in TestLdr() local3254 auto ret_val = Target::Current().GetParamReg(0); in TestJumpTest() local
712 auto ret_val = Target::Current().GetReturnReg(); in TestBitTestAndBranch() local769 auto ret_val = Target::Current().GetReturnReg(); in TestJumpCC() local907 auto ret_val = test->GetParameter(TypeInfo(T(0))); in TestLdr() local3165 auto ret_val = Target::Current().GetParamReg(0); in TestJumpTest() local
1219 Reg ret_val = GetTarget().GetReturnReg(dst_reg.GetType()); in CallRuntime() local1906 Reg ret_val = GetTarget().GetReturnReg(dst.GetType()); in CreateStubCall() local2439 auto ret_val = enc->GetCodegen()->GetTarget().GetReturnFpReg(); local