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

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 3315 tree_to_poly_int64 (const_tree t)
13347 baseoff = tree_to_poly_int64 (byte_position (TREE_OPERAND (ref, 1)));
13381 poly_int64 rsz = tree_to_poly_int64 (refsize);
13383 if (known_lt (tree_to_poly_int64 (memsize), rsz))
13427 poly_int64 memsz64 = memsize ? tree_to_poly_int64 (memsize) : 0;
3311 tree_to_poly_int64 (const_tree t) function
tree.h 4934 extern poly_int64 tree_to_poly_int64 (const_tree)
4956 tree_to_poly_int64 (const_tree t) function
5008 *value = tree_to_poly_int64 (t);
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 3276 tree_to_poly_int64 (const_tree t)
13009 baseoff = tree_to_poly_int64 (byte_position (TREE_OPERAND (ref, 1)));
13043 poly_int64 rsz = tree_to_poly_int64 (refsize);
13045 if (known_lt (tree_to_poly_int64 (memsize), rsz))
13089 poly_int64 memsz64 = memsize ? tree_to_poly_int64 (memsize) : 0;
3272 tree_to_poly_int64 (const_tree t) function
tree.h 4676 extern poly_int64 tree_to_poly_int64 (const_tree)
4698 tree_to_poly_int64 (const_tree t) function
4739 *value = tree_to_poly_int64 (t);

Completed in 116 milliseconds