Searched refs:is_bof (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/perf/
H A Dtinycc.c8472 /* is_bof is true if first non space token at beginning of file */
8473 static void preprocess(int is_bof)
8639 if (is_bof) {
8675 is_bof = 0;
8471 preprocess(int is_bof) argument

Completed in 92 milliseconds