Home | History | Annotate | Download | only in Driver

Lines Matching defs:Selection

293       << "Flag set was {\"+m64\"}, but selection not found";
295 << "Selection picked " << SelectionM64 << " which was not expected";
301 << "Flag set was {\"-m64\"}, but selection not found";
303 << "Selection picked " << SelectionNoM64 << " which was not expected";
325 Multilib Selection;
326 ASSERT_TRUE(MS2.select(Flags, Selection)) << "Selection failed for "
336 ASSERT_EQ(Selection.gccSuffix(), Suffix) << "Selection picked " << Selection