HomeSort by relevance Sort by last modified time
    Searched refs:cpp_dir (Results 1 - 2 of 2) 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/
incpath.h 23 extern void add_cpp_dir_path (struct cpp_dir *, int);
24 extern struct cpp_dir *get_added_cpp_dirs (int);
cpplib.h 37 typedef struct cpp_dir cpp_dir; typedef in typeref:struct:cpp_dir
505 typedef const char *(*missing_header_cb)(cpp_reader *, const char *header, cpp_dir **);
562 struct cpp_dir struct
565 struct cpp_dir *next;
590 char *(*construct) (const char *header, cpp_dir *dir);
716 extern void cpp_set_include_chains (cpp_reader *, cpp_dir *, cpp_dir *, int);
    [all...]

Completed in 588 milliseconds