Searched defs:cpp_reader (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | internal.h | 380 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 D | internal.h | 389 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 D | charset.c | 1701 noop_error_cb (cpp_reader *, int, int, rich_location *, in noop_error_cb() argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | lex.c | 394 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 D | c-spellcheck.cc | 65 find_closest_macro_cpp_cb (cpp_reader *, cpp_hashnode *hashnode, in find_closest_macro_cpp_cb() argument
|
H A D | c-common.c | 7929 cb_get_suggestion (cpp_reader *, const char *goal, in cb_get_suggestion() argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | i386-c.c | 44 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 D | i386-c.c | 39 ix86_target_macros_internal (HOST_WIDE_INT isa_flag, in ix86_target_macros_internal()
|
/dflybsd-src/contrib/gcc-4.7/libcpp/include/ |
H A D | cpplib.h | 31 typedef struct cpp_reader cpp_reader; typedef
|
/dflybsd-src/contrib/gcc-8.0/libcpp/include/ |
H A D | cpplib.h | 29 typedef struct cpp_reader cpp_reader; typedef
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | genmatch.c | 76 error_cb (cpp_reader *, int errtype, int, rich_location *richloc, in error_cb() argument
|