Home
last modified time | relevance | path

Searched refs:synthesize_exception_spec (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dmethod.c63 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()
DChangeLog-2002822 synthesize_exception_spec, locate_dtor, locate_ctor, locate_copy):
1480 (synthesize_exception_spec): Likewise.
3324 synthesize_exception_spec.
DChangeLog-20043399 synthesize_exception_spec): Likewise.
3988 synthesize_exception_spec): Likewise.
DChangeLog-20013818 * method.c (synthesize_exception_spec): New function.
DChangeLog3901 (synthesize_exception_spec): Use CLASS_TYPE_P rather than checking