Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c488 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 Dlambda.cc487 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 DChangeLog-20173744 * lambda.c (ptr_id, max_id): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c2940 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 Djit-recording.cc3289 const char *ptr_id = r.make_identifier (ptr_type, "ptr_to"); in write_deferred_reproducer() local
3306 ptr_id, in write_deferred_reproducer()