Searched refs:nested_ptr (Results 1 – 13 of 13) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libcpp/include/ |
H A D | cpp-id-data.h | 38 cpp_hashnode ** GTY ((nested_ptr (union tree_node,
|
H A D | line-map.h | 107 struct cpp_hashnode * GTY ((nested_ptr (union tree_node,
|
H A D | cpplib.h | 215 GTY ((nested_ptr (union tree_node,
|
/dflybsd-src/contrib/gcc-8.0/libcpp/include/ |
H A D | cpp-id-data.h | 39 cpp_hashnode ** GTY ((nested_ptr (union tree_node,
|
H A D | cpplib.h | 218 GTY ((nested_ptr (union tree_node, 228 GTY ((nested_ptr (union tree_node, 234 GTY ((nested_ptr (union tree_node,
|
H A D | line-map.h | 447 struct cpp_hashnode * GTY ((nested_ptr (union tree_node,
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/ |
H A D | nested_exception.h | 73 nested_ptr() const in nested_ptr() function
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/ |
H A D | nested_exception.h | 75 nested_ptr() const noexcept in nested_ptr() function
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | stringpool.c | 222 nested_ptr (union tree_node, "%h ? GCC_IDENT_TO_HT_IDENT (%h) : NULL",
|
H A D | gengtype.c | 1327 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 D | stringpool.c | 233 nested_ptr (union tree_node, "%h ? GCC_IDENT_TO_HT_IDENT (%h) : NULL",
|
H A D | gengtype.c | 1462 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 D | gty.texi | 303 @findex nested_ptr 304 @item nested_ptr (@var{type}, "@var{to expression}", "@var{from expression}")
|