Home
last modified time | relevance | path

Searched defs:cpp_options (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h39 typedef struct cpp_options cpp_options; typedef
222 struct cpp_options struct
225 unsigned int tabstop;
228 struct cpp_pending *pending;
231 struct search_path *quote_include; /* "" */
232 struct search_path *bracket_include; /* <> */
236 struct file_name_map_list *map_list;
240 const char *include_prefix;
241 unsigned int include_prefix_len;
245 const char *sysroot;
[all …]
H A Dgcc.c729 static const char *cpp_options = variable
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h37 typedef struct cpp_options cpp_options; typedef
260 struct cpp_options struct
263 unsigned int tabstop;
266 enum c_lang lang;
269 unsigned char cplusplus;
272 unsigned char cplusplus_comments;
276 unsigned char objc;
279 unsigned char discard_comments;
283 unsigned char discard_comments_in_macro_exp;
286 unsigned char trigraphs;
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c789 static const char *cpp_options = variable