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

/external/valgrind/main/perf/
H A Dtinycc.c2412 BufferedFile **include_stack_ptr;
2490 /* see include_stack_ptr */
7039 for(f = s1->include_stack; f < s1->include_stack_ptr; f++)
8585 if (s1->include_stack_ptr >= s1->include_stack + INCLUDE_STACK_SIZE)
8616 *s1->include_stack_ptr++ = file;
9197 } else if (s1->include_stack_ptr == s1->include_stack ||
9220 s1->include_stack_ptr--;
9221 file = *s1->include_stack_ptr;
14817 s1->include_stack_ptr = s1->include_stack;
14971 s1->include_stack_ptr
2410 BufferedFile **include_stack_ptr; member in struct:TCCState
[all...]

Completed in 348 milliseconds