OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpp_token
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h
32
typedef struct
cpp_token
cpp_token
;
typedef in typeref:struct:cpp_token
176
/* Flags for the
cpp_token
structure. */
191
/* Specify which field, if any, of the
cpp_token
union is used. */
203
/* A macro argument in the
cpp_token
union. */
209
/* An identifier in the
cpp_token
union. */
221
struct GTY(())
cpp_token
{
232
cpp_token
* GTY ((tag ("CPP_TOKEN_FLD_SOURCE"))) source;
250
extern enum cpp_token_fld_kind cpp_token_val_index (
cpp_token
*tok);
511
void (*line_change) (cpp_reader *, const
cpp_token
*, int)
[
all
...]
coretypes.h
94
Note that the cpp_reader and
cpp_token
typedefs remain part of
98
struct
cpp_token
;
gtype-desc.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
cppinternals.info
631
normally. The `
cpp_token
' structure contains a flags byte, and one of
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state
[
all
...]
Completed in 176 milliseconds