Home
last modified time | relevance | path

Searched refs:t_ptrtype (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c1318 tree t_ptrtype = build_pointer_type (t_thistype); in get_address() local
1319 tree ptr = build1 (ADDR_EXPR, t_ptrtype, t_lvalue); in get_address()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc1700 tree t_ptrtype = build_pointer_type (t_thistype); in get_address() local
1701 tree ptr = fold_build1 (ADDR_EXPR, t_ptrtype, t_lvalue); in get_address()