Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dinternal.h380 struct cpp_reader struct
383 cpp_buffer *buffer;
386 cpp_buffer *overlaid_buffer;
389 struct lexer_state state;
392 struct line_maps *line_table;
395 source_location directive_line;
398 _cpp_buff *a_buff; /* Aligned permanent storage. */
399 _cpp_buff *u_buff; /* Unaligned permanent storage. */
400 _cpp_buff *free_buffs; /* Free buffer chain. */
403 struct cpp_context base_context;
[all …]
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dinternal.h389 struct cpp_reader struct
392 cpp_buffer *buffer;
395 cpp_buffer *overlaid_buffer;
398 struct lexer_state state;
401 struct line_maps *line_table;
404 source_location directive_line;
407 _cpp_buff *a_buff; /* Aligned permanent storage. */
408 _cpp_buff *u_buff; /* Unaligned permanent storage. */
409 _cpp_buff *free_buffs; /* Free buffer chain. */
412 struct cpp_context base_context;
[all …]
H A Dcharset.c1701 noop_error_cb (cpp_reader *, int, int, rich_location *, in noop_error_cb() argument
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dlex.c394 handle_pragma_vtable (cpp_reader* /*dfile*/) in handle_pragma_vtable() argument
401 handle_pragma_unit (cpp_reader* /*dfile*/) in handle_pragma_unit() argument
408 handle_pragma_interface (cpp_reader* /*dfile*/) in handle_pragma_interface() argument
448 handle_pragma_implementation (cpp_reader* /*dfile*/) in handle_pragma_implementation() argument
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-spellcheck.cc65 find_closest_macro_cpp_cb (cpp_reader *, cpp_hashnode *hashnode, in find_closest_macro_cpp_cb() argument
H A Dc-common.c7929 cb_get_suggestion (cpp_reader *, const char *goal, in cb_get_suggestion() argument
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Di386-c.c44 ix86_target_macros_internal (HOST_WIDE_INT isa_flag, in ix86_target_macros_internal()
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386-c.c39 ix86_target_macros_internal (HOST_WIDE_INT isa_flag, in ix86_target_macros_internal()
/dflybsd-src/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h31 typedef struct cpp_reader cpp_reader; typedef
/dflybsd-src/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h29 typedef struct cpp_reader cpp_reader; typedef
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgenmatch.c76 error_cb (cpp_reader *, int errtype, int, rich_location *richloc, in error_cb() argument