Searched refs:ptr_id (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | lambda.c | 488 static GTY(()) tree ptr_id; 500 if (!ptr_id) in vla_capture_type() 502 ptr_id = get_identifier ("ptr"); in vla_capture_type() 506 tree field = build_decl (input_location, FIELD_DECL, ptr_id, ptrtype); in vla_capture_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | lambda.cc | 487 static GTY(()) tree ptr_id; 499 if (!ptr_id) in vla_capture_type() 501 ptr_id = get_identifier ("ptr"); in vla_capture_type() 505 tree field = build_decl (input_location, FIELD_DECL, ptr_id, ptrtype); in vla_capture_type()
|
H A D | ChangeLog-2017 | 3744 * lambda.c (ptr_id, max_id): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-recording.c | 2940 const char *ptr_id = r.make_identifier (ptr_type, "ptr_to"); in write_deferred_reproducer() local 2957 ptr_id, in write_deferred_reproducer()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-recording.cc | 3289 const char *ptr_id = r.make_identifier (ptr_type, "ptr_to"); in write_deferred_reproducer() local 3306 ptr_id, in write_deferred_reproducer()
|