HomeSort by: relevance | last modified time | path
    Searched defs:cpp_macro (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/include/
cpplib.h 35 typedef struct cpp_macro cpp_macro; typedef in typeref:struct:cpp_macro
772 void (*user_lazy_macro) (cpp_reader *, cpp_macro *, unsigned);
775 cpp_macro *(*user_deferred_macro) (cpp_reader *, location_t, cpp_hashnode *);
853 /* The kind of the cpp_macro. */
860 /* Each macro definition is recorded in a cpp_macro structure.
862 struct GTY(()) cpp_macro {
875 cpp_macro *GTY ((tag ("true"))) next;
991 cpp_macro * GTY((tag ("NT_VOID"))) answers;
993 cpp_macro * GTY((tag ("NT_USER_MACRO"))) macro
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 35 typedef struct cpp_macro cpp_macro; typedef in typeref:struct:cpp_macro
725 void (*user_lazy_macro) (cpp_reader *, cpp_macro *, unsigned);
728 cpp_macro *(*user_deferred_macro) (cpp_reader *, location_t, cpp_hashnode *);
806 /* The kind of the cpp_macro. */
813 /* Each macro definition is recorded in a cpp_macro structure.
815 struct GTY(()) cpp_macro {
828 cpp_macro *GTY ((tag ("true"))) next;
942 cpp_macro * GTY((tag ("NT_VOID"))) answers;
944 cpp_macro * GTY((tag ("NT_USER_MACRO"))) macro
    [all...]

Completed in 23 milliseconds