Lines Matching defs:check
681 /* Check that the allocation was good
824 /* Nothing to check, we just free it.
1197 // Check this is a valid request first
1204 // Valid request, check for free pointer and call it if present
1254 // Check this is a valid request first
1531 pANTLR3_VECTOR check;
1548 /* Work out how many tokens we need to check in this pool.
1563 check = pool + vector;
1573 check->free(check);
1590 /* Work out how many tokens we need to check in this pool.
1605 check = pool + vector;
1608 // to triple check. We just free up the elements if they were
1611 if (check->factoryMade == ANTLR3_TRUE && check->elementsSize > ANTLR3_VECTOR_INTERNAL_SIZE)
1613 ANTLR3_FREE(check->elements);
1614 check->elements = NULL;
2419 // Guard against a revisit and check for cycles
2428 // Check to see if we found a cycle. To do this we search the
2490 // check bits at the end that cannot possibly be set).
2496 range--; // About to check another one