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

  /src/external/gpl3/gcc/dist/gcc/
symtab-thunks.cc 267 tree offset_ptr, offset_tree; local
286 offset_tree = create_tmp_reg (TREE_TYPE (TREE_TYPE (offset_ptr)),
288 stmt = gimple_build_assign (offset_tree,
293 ptr = fold_build_pointer_plus_loc (input_location, ptr, offset_tree);
tree-vectorizer.cc 1600 tree offset_tree;
1625 /* Similarly stop processing the type if offset_tree
1627 offset_tree = bit_position (field);
1628 if (!tree_fits_uhwi_p (offset_tree))
1631 offset = tree_to_uhwi (offset_tree);
1598 tree offset_tree; local
  /src/external/gpl3/gcc.old/dist/gcc/
symtab-thunks.cc 267 tree offset_ptr, offset_tree; local
286 offset_tree = create_tmp_reg (TREE_TYPE (TREE_TYPE (offset_ptr)),
288 stmt = gimple_build_assign (offset_tree,
293 ptr = fold_build_pointer_plus_loc (input_location, ptr, offset_tree);
tree-vectorizer.cc 1570 tree offset_tree;
1595 /* Similarly stop processing the type if offset_tree
1597 offset_tree = bit_position (field);
1598 if (!tree_fits_uhwi_p (offset_tree))
1601 offset = tree_to_uhwi (offset_tree);
1568 tree offset_tree; local
  /src/external/gpl3/gcc/dist/gcc/analyzer/
bounds-checking.cc 1324 tree offset_tree = get_representative_tree (sym_byte_offset); local
1343 offset_tree,
1352 offset_tree,
region.cc 951 tree offset_tree = wide_int_to_tree (ptrdiff_type_node, local
954 = mgr->get_or_create_constant_svalue (offset_tree);

Completed in 36 milliseconds