Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDcgraphunit.c1575 tree ptrtmp; in thunk_adjust() local
1578 ptrtmp = ptr; in thunk_adjust()
1581 ptrtmp = create_tmp_var (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
1582 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
1588 ptrtmp, fixed_offset); in thunk_adjust()
/dragonfly/contrib/gcc-8.0/gcc/
HDcgraphunit.c1698 tree ptrtmp; in thunk_adjust() local
1701 ptrtmp = ptr; in thunk_adjust()
1704 ptrtmp = create_tmp_reg (TREE_TYPE (ptr), "ptr"); in thunk_adjust()
1705 stmt = gimple_build_assign (ptrtmp, ptr); in thunk_adjust()
1709 ptrtmp, fixed_offset); in thunk_adjust()