Lines Matching defs:NEW
222 GLOB = new int;262 int *NEW;280 (*NEW)++;299 NEW = new int;300 NEW_ARR = new int[10];315 ANNOTATE_EXPECT_RACE(NEW, "real race on a new-ed object");316 ANNOTATE_EXPECT_RACE(NEW_ARR, "real race on a new[]-ed object");333 delete NEW;380 * create new ones. */785 G = new int(0);