Home
last modified time | relevance | path

Searched refs:nested_ptr (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/gcclibs/libcpp/include/
HDcpp-id-data.h40 cpp_hashnode ** GTY ((nested_ptr (union tree_node,
HDcpplib.h201 GTY ((nested_ptr (union tree_node,
/NextBSD/contrib/libc++/include/
Dexception70 exception_ptr nested_ptr() const noexcept;
180 _LIBCPP_INLINE_VISIBILITY exception_ptr nested_ptr() const _NOEXCEPT {return __ptr_;}
/NextBSD/contrib/gcc/
HDstringpool.c214 nested_ptr (union tree_node, "%h ? GCC_IDENT_TO_HT_IDENT (%h) : NULL",
HDgengtype.c882 int *pass_param, int *length, type_p *nested_ptr) in process_gc_options() argument
895 *nested_ptr = ((const struct nested_ptr_data *) o->info)->type; in process_gc_options()
925 type_p nested_ptr = NULL; in set_gc_used_type() local
927 &length, &nested_ptr); in set_gc_used_type()
929 if (nested_ptr && f->type->kind == TYPE_POINTER) in set_gc_used_type()
930 set_gc_used_type (nested_ptr, GC_POINTED_TO, in set_gc_used_type()
HDChangeLog-200431666 (option): Record `nested_ptr' option.
31667 * gengtype-lex.l: Handle `nested_ptr' keyword.
31668 * gengtype.c (walk_type): Process `nested_ptr' option.
31670 * doc/gty.texi (GTY Options): Document `nested_ptr' option.
/NextBSD/contrib/gcc/doc/
HDgty.texi294 @findex nested_ptr
295 @item nested_ptr (@var{type}, "@var{to expression}", "@var{from expression}")