Home
last modified time | relevance | path

Searched defs:ret_val (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dserializer_test.cpp31 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()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dsignal.h146 void **ret_val = nullptr; in StopThread() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp706 auto ret_val = Target::Current().GetParamReg(0); in TestBitTestAndBranch() local
762 auto ret_val = Target::Current().GetParamReg(0, TypeInfo(T(0))); in TestAddOverflow() local
828 auto ret_val = Target::Current().GetParamReg(0, TypeInfo(T(0))); in TestSubOverflow() local
897 auto ret_val = Target::Current().GetParamReg(0); in TestJumpCC() local
1017 auto ret_val = test->GetParameter(TypeInfo(T(0))); in TestLdr() local
2349 …auto ret_val = std::is_floating_point_v<T> ? Target::Current().GetReturnReg() : Target::Current().… in TestCompare() local
3133 auto ret_val = Target::Current().GetParamReg(0); in TestJumpTest() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp709 auto ret_val = Target::Current().GetReturnReg(); in TestBitTestAndBranch() local
763 auto ret_val = Target::Current().GetReturnReg(TypeInfo(T(0))); in TestAddOverflow() local
829 auto ret_val = Target::Current().GetReturnReg(TypeInfo(T(0))); in TestSubOverflow() local
898 auto ret_val = Target::Current().GetReturnReg(); in TestJumpCC() local
1016 auto ret_val = test->GetParameter(TypeInfo(T(0))); in TestLdr() local
3250 auto ret_val = Target::Current().GetParamReg(0); in TestJumpTest() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp704 auto ret_val = Target::Current().GetReturnReg(); in TestBitTestAndBranch() local
761 auto ret_val = Target::Current().GetReturnReg(); in TestJumpCC() local
899 auto ret_val = test->GetParameter(TypeInfo(T(0))); in TestLdr() local
3138 auto ret_val = Target::Current().GetParamReg(0); in TestJumpTest() local