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

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 3684 byte_position (const_tree field)
3697 return tree_to_shwi (byte_position (field));
13347 baseoff = tree_to_poly_int64 (byte_position (TREE_OPERAND (ref, 1)));
3675 byte_position (const_tree field) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 3645 byte_position (const_tree field)
3658 return tree_to_shwi (byte_position (field));
13009 baseoff = tree_to_poly_int64 (byte_position (TREE_OPERAND (ref, 1)));
3636 byte_position (const_tree field) function

Completed in 40 milliseconds