Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dgcc.c339 static void add_preprocessor_option (const char *, int);
3256 add_preprocessor_option (const char *option, int len) in add_preprocessor_option() function
3642 add_preprocessor_option ("--help", 6); in process_command()
3657 add_preprocessor_option ("--target-help", 13); in process_command()
3707 add_preprocessor_option (argv[i] + prev, j - prev); in process_command()
3712 add_preprocessor_option (argv[i] + prev, j - prev); in process_command()
3737 add_preprocessor_option (argv[i+1], strlen (argv[i+1])); in process_command()
DChangeLog-19984608 * gcc.c (add_preprocessor_option): Correct typo when allocating
DChangeLog-199917984 notice, add_preprocessor_option, add_assembler_option,