Searched refs:return_val (Results 1 – 3 of 3) sorted by relevance
118 int return_val = XzUnpacker_Code(state.get(), in XzDecompress() local126 CHECK_EQ(return_val, SZ_OK); in XzDecompress()
1009 HInstruction* return_val = new (GetAllocator()) HReturn(get_field); in TEST_F() local1015 main->AddInstruction(return_val); in TEST_F()1029 EXPECT_INS_EQ(cls, return_val->InputAt(0)); in TEST_F()1060 HInstruction* return_val = new (GetAllocator()) HReturn(get_field); in TEST_F() local1066 main->AddInstruction(return_val); in TEST_F()1080 EXPECT_INS_EQ(graph_->GetIntConstant(0), return_val->InputAt(0)); in TEST_F()
631 #define CHECK_NON_NULL_ARGUMENT_RETURN(value, return_val) \ argument632 CHECK_NON_NULL_ARGUMENT_FN_NAME(__FUNCTION__, value, return_val)634 #define CHECK_NON_NULL_ARGUMENT_FN_NAME(name, value, return_val) \ argument637 return return_val; \