Home | History | Annotate | Download | only in tests

Lines Matching defs:Ident

168 static T Ident(T t) {
291 S4 *x = (int*)Ident(malloc(sizeof(S4)));
297 S4 *x = (int*)Ident(realloc(0, sizeof(S4)));
300 x = (int*)Ident(realloc(x, 2 * sizeof(S4)));
303 x = (int*)Ident(realloc(x, 3 * sizeof(S4)));
308 x = (int*)Ident(realloc(x, 2 * sizeof(S4)));
311 x = (int*)Ident(realloc(x, 3 * sizeof(S4)));
318 S4 *x = (int*)Ident(calloc(1, sizeof(S4)));
2796 EXPECT_EQ(0L, Ident(p));