Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libcpp/include/
H A Dcpp-id-data.h38 cpp_hashnode ** GTY ((nested_ptr (union tree_node,
H A Dline-map.h107 struct cpp_hashnode * GTY ((nested_ptr (union tree_node,
H A Dcpplib.h215 GTY ((nested_ptr (union tree_node,
/dflybsd-src/contrib/gcc-8.0/libcpp/include/
H A Dcpp-id-data.h39 cpp_hashnode ** GTY ((nested_ptr (union tree_node,
H A Dcpplib.h218 GTY ((nested_ptr (union tree_node,
228 GTY ((nested_ptr (union tree_node,
234 GTY ((nested_ptr (union tree_node,
H A Dline-map.h447 struct cpp_hashnode * GTY ((nested_ptr (union tree_node,
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dnested_exception.h73 nested_ptr() const in nested_ptr() function
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h75 nested_ptr() const noexcept in nested_ptr() function
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dstringpool.c222 nested_ptr (union tree_node, "%h ? GCC_IDENT_TO_HT_IDENT (%h) : NULL",
H A Dgengtype.c1327 type_p *nested_ptr) in process_gc_options() argument
1345 *nested_ptr = ((const struct nested_ptr_data *) o->info.nested)->type; in process_gc_options()
1376 type_p nested_ptr = NULL; in set_gc_used_type() local
1378 &length, &skip, &nested_ptr); in set_gc_used_type()
1380 if (nested_ptr && f->type->kind == TYPE_POINTER) in set_gc_used_type()
1381 set_gc_used_type (nested_ptr, GC_POINTED_TO, in set_gc_used_type()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dstringpool.c233 nested_ptr (union tree_node, "%h ? GCC_IDENT_TO_HT_IDENT (%h) : NULL",
H A Dgengtype.c1462 int *length, int *skip, type_p *nested_ptr) in process_gc_options() argument
1478 *nested_ptr = ((const struct nested_ptr_data *) o->info.nested)->type; in process_gc_options()
1540 type_p nested_ptr = NULL; in set_gc_used_type() local
1542 &nested_ptr); in set_gc_used_type()
1544 if (nested_ptr && f->type->kind == TYPE_POINTER) in set_gc_used_type()
1545 set_gc_used_type (nested_ptr, GC_POINTED_TO); in set_gc_used_type()
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dgty.texi303 @findex nested_ptr
304 @item nested_ptr (@var{type}, "@var{to expression}", "@var{from expression}")