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

  /src/external/gpl3/gcc/dist/libcpp/
internal.h 99 typedef struct _cpp_buff _cpp_buff; typedef in typeref:struct:_cpp_buff
100 struct _cpp_buff struct
102 struct _cpp_buff *next;
106 extern _cpp_buff *_cpp_get_buff (cpp_reader *, size_t);
107 extern void _cpp_release_buff (cpp_reader *, _cpp_buff *);
108 extern void _cpp_extend_buff (cpp_reader *, _cpp_buff **, size_t);
109 extern _cpp_buff *_cpp_append_extend_buff (cpp_reader *, _cpp_buff *, size_t);
110 extern void _cpp_free_buff (_cpp_buff *);
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
internal.h 98 typedef struct _cpp_buff _cpp_buff; typedef in typeref:struct:_cpp_buff
99 struct _cpp_buff struct
101 struct _cpp_buff *next;
105 extern _cpp_buff *_cpp_get_buff (cpp_reader *, size_t);
106 extern void _cpp_release_buff (cpp_reader *, _cpp_buff *);
107 extern void _cpp_extend_buff (cpp_reader *, _cpp_buff **, size_t);
108 extern _cpp_buff *_cpp_append_extend_buff (cpp_reader *, _cpp_buff *, size_t);
109 extern void _cpp_free_buff (_cpp_buff *);
    [all...]

Completed in 42 milliseconds