Searched refs:barUndef (Results 1 – 1 of 1) sorted by relevance
165 const Symbol& barUndef = f2->undefinedSymbols[0]; in TEST() local166 EXPECT_TRUE(barUndef.name.equals("_bar")); in TEST()167 EXPECT_EQ(N_UNDF, barUndef.type); in TEST()168 EXPECT_EQ(SymbolScope(N_EXT), barUndef.scope); in TEST()277 const Symbol& barUndef = f2->undefinedSymbols[0]; in TEST() local278 EXPECT_TRUE(barUndef.name.equals("_bar")); in TEST()279 EXPECT_EQ(N_UNDF, barUndef.type); in TEST()280 EXPECT_EQ(SymbolScope(N_EXT), barUndef.scope); in TEST()407 const Symbol& barUndef = f2->undefinedSymbols[0]; in TEST() local408 EXPECT_TRUE(barUndef.name.equals("_bar")); in TEST()[all …]