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

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 3117 && tree_int_cst_sgn (TREE_OPERAND (expr, 1)) == 1)
6534 tree_int_cst_sgn (const_tree t)
6557 if (tree_int_cst_sgn (value) < 0)
6760 if (tree_int_cst_sgn (t) < 0)
6807 if (tree_int_cst_sgn (size) < 0)
6513 tree_int_cst_sgn (const_tree t) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 3078 && tree_int_cst_sgn (TREE_OPERAND (expr, 1)) == 1)
6466 tree_int_cst_sgn (const_tree t)
6489 if (tree_int_cst_sgn (value) < 0)
6692 if (tree_int_cst_sgn (t) < 0)
6739 if (tree_int_cst_sgn (size) < 0)
6445 tree_int_cst_sgn (const_tree t) function

Completed in 24 milliseconds