Searched refs:t_ptrtype (Results 1 – 2 of 2) sorted by relevance
1318 tree t_ptrtype = build_pointer_type (t_thistype); in get_address() local1319 tree ptr = build1 (ADDR_EXPR, t_ptrtype, t_lvalue); in get_address()
1700 tree t_ptrtype = build_pointer_type (t_thistype); in get_address() local1701 tree ptr = fold_build1 (ADDR_EXPR, t_ptrtype, t_lvalue); in get_address()