Home
last modified time | relevance | path

Searched defs:cpp_reader (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dinternal.h315 struct cpp_reader struct
318 cpp_buffer *buffer;
361 unsigned int file_hash_entries_allocated, file_hash_entries_used;
378 bool mi_valid;
382 tokenrun base_run, *cur_run;
409 cpp_token eof;
412 struct deps *deps;
433 struct op *op_stack, *op_limit;
447 {
452 } out;
[all …]
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h35 typedef struct cpp_reader cpp_reader; typedef