Home
last modified time | relevance | path

Searched refs:new_specs (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/usr.sbin/setfmac/
Dsetfmac.c71 struct label_specs *new_specs(void);
95 specs = new_specs(); in main()
489 new_specs(void) in new_specs() function
/freebsd-9-stable/contrib/gcc/cp/
Dpt.c7211 tree new_specs; in tsubst_exception_specification() local
7214 new_specs = NULL_TREE; in tsubst_exception_specification()
7218 new_specs = specs; in tsubst_exception_specification()
7226 new_specs = add_exception_specifier (new_specs, spec, complain); in tsubst_exception_specification()
7230 return new_specs; in tsubst_exception_specification()