HomeSort by relevance Sort by last modified time
    Searched defs:cpp_reader (Results 1 - 3 of 3) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 35 typedef struct cpp_reader cpp_reader; typedef in typeref:struct:cpp_reader
262 /* This structure is nested inside struct cpp_reader, and
470 typedef const char *(*missing_header_cb)(cpp_reader *, const char *header, cpp_dir **);
476 void (*line_change) (cpp_reader *, const cpp_token *, int);
482 void (*file_change) (cpp_reader *, const struct line_map *);
484 void (*dir_change) (cpp_reader *, const char *);
485 void (*include) (cpp_reader *, unsigned int, const unsigned char *,
487 void (*define) (cpp_reader *, unsigned int, cpp_hashnode *);
488 void (*undef) (cpp_reader *, unsigned int, cpp_hashnode *)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 35 typedef struct cpp_reader cpp_reader; typedef in typeref:struct:cpp_reader
262 /* This structure is nested inside struct cpp_reader, and
470 typedef const char *(*missing_header_cb)(cpp_reader *, const char *header, cpp_dir **);
476 void (*line_change) (cpp_reader *, const cpp_token *, int);
482 void (*file_change) (cpp_reader *, const struct line_map *);
484 void (*dir_change) (cpp_reader *, const char *);
485 void (*include) (cpp_reader *, unsigned int, const unsigned char *,
487 void (*define) (cpp_reader *, unsigned int, cpp_hashnode *);
488 void (*undef) (cpp_reader *, unsigned int, cpp_hashnode *)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cpplib.h 35 typedef struct cpp_reader cpp_reader; typedef in typeref:struct:cpp_reader
262 /* This structure is nested inside struct cpp_reader, and
470 typedef const char *(*missing_header_cb)(cpp_reader *, const char *header, cpp_dir **);
476 void (*line_change) (cpp_reader *, const cpp_token *, int);
482 void (*file_change) (cpp_reader *, const struct line_map *);
484 void (*dir_change) (cpp_reader *, const char *);
485 void (*include) (cpp_reader *, unsigned int, const unsigned char *,
487 void (*define) (cpp_reader *, unsigned int, cpp_hashnode *);
488 void (*undef) (cpp_reader *, unsigned int, cpp_hashnode *)
    [all...]

Completed in 938 milliseconds