reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
347 "Y y; bool c = !y;", OpCall)); 357 "void a() {Y *y = new Y; delete y;}", OpCall)); 362 OpCall)); 364 EXPECT_TRUE(notMatches("bool x = true, y = true; bool t = x && y;", OpCall)); 365 EXPECT_TRUE(notMatches("int t = 5 << 2;", OpCall));