GCC Middle and Back End API Reference
|
Public Member Functions | |
void * | operator() (char *path) |
Data Fields | |
const char * | option |
const char * | append |
size_t | append_len |
bool | omit_relative |
bool | separate_options |
bool | realpaths |
Callback for processing %D and %I specs.
void * spec_path::operator() | ( | char * | path | ) |
References append, append_len, do_spec_1(), is_directory(), NULL, omit_relative, option, path, realpaths, and separate_options.
const char* spec_path::append |
Referenced by do_spec_1(), and operator()().
size_t spec_path::append_len |
Referenced by do_spec_1(), and operator()().
bool spec_path::omit_relative |
Referenced by do_spec_1(), and operator()().
const char* spec_path::option |
Referenced by do_spec_1(), and operator()().
bool spec_path::realpaths |
Referenced by do_spec_1(), and operator()().
bool spec_path::separate_options |
Referenced by do_spec_1(), and operator()().