Searched refs:Result1 (Results 1 – 2 of 2) sorted by relevance
205 U Result1 = x < y ? a : b; local207 U Result = Test1 < Test2 ? Result1 : Result2;226 U Result1 = x[i] < y[i] ? a[i] : b[i]; local228 Result[i] = Test1 < Test2 ? Result1 : Result2;248 U Result1 = x[i] < y[i] ? a[i] : b[i]; local250 Result[i] = Test1 < Test2 ? Result1 : Result2;270 U Result1 = x[i] < y[i] ? a[i] : b[i]; local272 Result[i] = Test1 < Test2 ? Result1 : Result2;293 U Result1 = x < y ? a[i] : b[i]; local295 Result[i] = Test1 < Test2 ? Result1 : Result2;[all …]
357 auto Result1 = Writer.addRecord(std::move(Record1)); in TEST_F() local358 ASSERT_EQ(Result1, instrprof_error::success); in TEST_F()