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

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 1937 if (tree_to_uhwi (t)
1939 ix = tree_to_uhwi (t);
1942 ix = tree_to_uhwi (t);
3095 && (tree_to_uhwi (TREE_OPERAND (expr, 1)) < prec))
3097 ret2 = tree_to_uhwi (TREE_OPERAND (expr, 1));
3103 && (tree_to_uhwi (TREE_OPERAND (expr, 1)) < prec))
3106 ret2 = tree_to_uhwi (TREE_OPERAND (expr, 1));
3651 size = tree_to_uhwi (size_tree);
3662 size = tree_to_uhwi (size_tree);
5557 switch (tree_to_uhwi (TYPE_SIZE (type))
6492 tree_to_uhwi (const_tree t) function
    [all...]
tree.h 4936 extern unsigned HOST_WIDE_INT tree_to_uhwi (const_tree)
4949 tree_to_uhwi (const_tree t) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 1953 if (tree_to_uhwi (t)
1955 ix = tree_to_uhwi (t);
1958 ix = tree_to_uhwi (t);
3056 && (tree_to_uhwi (TREE_OPERAND (expr, 1)) < prec))
3058 ret2 = tree_to_uhwi (TREE_OPERAND (expr, 1));
3064 && (tree_to_uhwi (TREE_OPERAND (expr, 1)) < prec))
3067 ret2 = tree_to_uhwi (TREE_OPERAND (expr, 1));
3612 size = tree_to_uhwi (size_tree);
3623 size = tree_to_uhwi (size_tree);
5517 switch (tree_to_uhwi (TYPE_SIZE (type))
6424 tree_to_uhwi (const_tree t) function
    [all...]
tree.h 4678 extern unsigned HOST_WIDE_INT tree_to_uhwi (const_tree)
4691 tree_to_uhwi (const_tree t) function

Completed in 33 milliseconds