Home
last modified time | relevance | path

Searched refs:validate_switches (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc400 static const char *validate_switches (const char *, bool, bool);
9313 p = validate_switches (p + 1, user, *p == '{'); in validate_switches_from_spec()
9340 validate_switches (const char *start, bool user_spec, bool braced) in validate_switches() function
9397 p = validate_switches (p+1, user_spec, *p == '{'); in validate_switches()
9399 p = validate_switches (p+2, user_spec, true); in validate_switches()
9401 p = validate_switches (p+2, user_spec, true); in validate_switches()
H A DChangeLog-2002623 * gcc.c (validate_switches): Robustify against skipping past '\0'.
758 * gcc.c (validate_switches): Allow '@' as a switch name.
5984 * gcc.c (validate_switches): Handle all new forms of spec
H A DChangeLog-2000938 (handle_braces, validate_switches): Update to handle '&'.
3128 * gcc.c (validate_switches): Validate multiple switches named
H A DChangeLog-201222812 (validate_switches): Likewise.
22824 (validate_switches): Set validated if known or user_spec.
H A DChangeLog-199917982 is_directory, validate_switches, used_arg, default_arg,
H A DChangeLog-200726079 (validate_switches): ',' indicates a value which is not a switch.
H A DChangeLog-200332562 * gcc.c (validate_switches): Don't scan past closing '}'.
H A DChangeLog-202021336 * gcc.c (validate_switches): Add braced parameter. Adjust all
H A DChangeLog-201820066 (validate_switches): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c369 static const char *validate_switches (const char *, bool);
8534 p = validate_switches (p + 1, user); in validate_switches_from_spec()
8557 validate_switches (const char *start, bool user_spec) in validate_switches() function
8611 p = validate_switches (p+1, user_spec); in validate_switches()
8613 p = validate_switches (p+2, user_spec); in validate_switches()
8615 p = validate_switches (p+2, user_spec); in validate_switches()