HomeSort by: relevance | last modified time | path
    Searched defs:offset_ptr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
symtab-thunks.cc 267 tree offset_ptr, offset_tree; local
270 offset_ptr
273 "offset_ptr");
274 stmt = gimple_build_assign (offset_ptr,
275 build1 (NOP_EXPR, TREE_TYPE (offset_ptr),
280 (offset_ptr,
281 fold_build_pointer_plus_hwi_loc (input_location, offset_ptr,
286 offset_tree = create_tmp_reg (TREE_TYPE (TREE_TYPE (offset_ptr)),
289 build_simple_mem_ref (offset_ptr));
  /src/external/gpl3/gcc.old/dist/gcc/
symtab-thunks.cc 267 tree offset_ptr, offset_tree; local
270 offset_ptr
273 "offset_ptr");
274 stmt = gimple_build_assign (offset_ptr,
275 build1 (NOP_EXPR, TREE_TYPE (offset_ptr),
280 (offset_ptr,
281 fold_build_pointer_plus_hwi_loc (input_location, offset_ptr,
286 offset_tree = create_tmp_reg (TREE_TYPE (TREE_TYPE (offset_ptr)),
289 build_simple_mem_ref (offset_ptr));

Completed in 26 milliseconds