Searched refs:synthesize_exception_spec (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | method.c | 63 static tree synthesize_exception_spec (tree, tree (*) (tree, void *), void *); 826 synthesize_exception_spec (tree type, tree (*extractor) (tree, void*), in synthesize_exception_spec() function 1025 raises = synthesize_exception_spec (type, &locate_dtor, 0); in implicitly_declare_fn() 1031 raises = synthesize_exception_spec (type, &locate_ctor, 0); in implicitly_declare_fn() 1059 raises = synthesize_exception_spec (type, &locate_copy, &data); in implicitly_declare_fn()
|
| D | ChangeLog-2002 | 822 synthesize_exception_spec, locate_dtor, locate_ctor, locate_copy): 1480 (synthesize_exception_spec): Likewise. 3324 synthesize_exception_spec.
|
| D | ChangeLog-2004 | 3399 synthesize_exception_spec): Likewise. 3988 synthesize_exception_spec): Likewise.
|
| D | ChangeLog-2001 | 3818 * method.c (synthesize_exception_spec): New function.
|
| D | ChangeLog | 3901 (synthesize_exception_spec): Use CLASS_TYPE_P rather than checking
|