GCC Middle and Back End API Reference
|
#include <cppdefault.h>
Data Fields | |
const char *const | fname |
const char *const | component |
const char | cplusplus |
const char | cxx_aware |
const char | add_sysroot |
const char | multilib |
This is the default list of directories to search for include files. It may be overridden by the various -I and -ixxx options. #include "file" looks in the same directory as the current file, then this list. #include <file> just looks in this list. All these directories are treated as `system' include directories (they are not subject to pedantic warnings in some cases).
const char default_include::add_sysroot |
Referenced by add_standard_paths().
const char* const default_include::component |
const char default_include::cplusplus |
Referenced by add_standard_paths().
const char default_include::cxx_aware |
Referenced by add_standard_paths().
const char* const default_include::fname |
Referenced by add_standard_paths().
const char default_include::multilib |
Referenced by add_standard_paths().