Searched refs:add_preprocessor_option (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcc.cc | 408 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 D | ChangeLog-1998 | 4608 * gcc.c (add_preprocessor_option): Correct typo when allocating
|
H A D | ChangeLog-1999 | 17984 notice, add_preprocessor_option, add_assembler_option,
|
H A D | ChangeLog-2008 | 16157 add_preprocessor_option, add_assembler_option, add_linker_option,
|
H A D | ChangeLog-2010 | 4985 (add_preprocessor_option): Adjust.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcc.c | 377 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()
|