reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-c-test/helpers.c
   30     while (c < MAX_TOKENS) {
   31       tokbuf[c] = strtok(c ? NULL : line, " \n");
   31       tokbuf[c] = strtok(c ? NULL : line, " \n");
   32       if (!tokbuf[c])
   34       c++;
   36     if (c)
   37       cb(tokbuf, c);