Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDcgraphunit.c1514 tree vtabletmp; in thunk_adjust() local
1528 vtabletmp = in thunk_adjust()
1533 stmt = gimple_build_assign (vtabletmp, in thunk_adjust()
1534 build1 (NOP_EXPR, TREE_TYPE (vtabletmp), in thunk_adjust()
1541 vtabletmp2 = create_tmp_var (TREE_TYPE (TREE_TYPE (vtabletmp)), in thunk_adjust()
1544 build_simple_mem_ref (vtabletmp)); in thunk_adjust()
/dragonfly/contrib/gcc-8.0/gcc/
HDcgraphunit.c1643 tree vtabletmp; in thunk_adjust() local
1657 vtabletmp = in thunk_adjust()
1662 stmt = gimple_build_assign (vtabletmp, in thunk_adjust()
1663 build1 (NOP_EXPR, TREE_TYPE (vtabletmp), in thunk_adjust()
1668 vtabletmp2 = create_tmp_reg (TREE_TYPE (TREE_TYPE (vtabletmp)), in thunk_adjust()
1671 build_simple_mem_ref (vtabletmp)); in thunk_adjust()