Home
last modified time | relevance | path

Searched refs:add_preprocessor_option (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc408 static void add_preprocessor_option (const char *, int);
3834 add_preprocessor_option (const char *option, int len) in add_preprocessor_option() function
4222 add_preprocessor_option ("--version", strlen ("--version")); in driver_handle_option()
4237 add_preprocessor_option ("--help", 6); in driver_handle_option()
4251 add_preprocessor_option ("--target-help", 13); in driver_handle_option()
4374 add_preprocessor_option (arg + prev, j - prev); in driver_handle_option()
4379 add_preprocessor_option (arg + prev, j - prev); in driver_handle_option()
4407 add_preprocessor_option (arg, strlen (arg)); in driver_handle_option()
H A DChangeLog-19984608 * gcc.c (add_preprocessor_option): Correct typo when allocating
H A DChangeLog-199917984 notice, add_preprocessor_option, add_assembler_option,
H A DChangeLog-200816157 add_preprocessor_option, add_assembler_option, add_linker_option,
H A DChangeLog-20104985 (add_preprocessor_option): Adjust.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c377 static void add_preprocessor_option (const char *, int);
3624 add_preprocessor_option (const char *option, int len) in add_preprocessor_option() function
3941 add_preprocessor_option ("--version", strlen ("--version")); in driver_handle_option()
3956 add_preprocessor_option ("--help", 6); in driver_handle_option()
3970 add_preprocessor_option ("--target-help", 13); in driver_handle_option()
4089 add_preprocessor_option (arg + prev, j - prev); in driver_handle_option()
4094 add_preprocessor_option (arg + prev, j - prev); in driver_handle_option()
4122 add_preprocessor_option (arg, strlen (arg)); in driver_handle_option()