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

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 6183 || tree_int_cst_equal (TYPE_MAX_VALUE (a->type),
6186 || tree_int_cst_equal (TYPE_MIN_VALUE (a->type),
6418 tree_int_cst_equal (const_tree t1, const_tree t2)
7354 && tree_int_cst_equal (low, TYPE_MIN_VALUE (base_type))
7355 && tree_int_cst_equal (high, TYPE_MAX_VALUE (base_type))
13304 return (tree_int_cst_equal (memsize, TYPE_SIZE_UNIT (memtype))
6397 tree_int_cst_equal (const_tree t1, const_tree t2) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 6123 || tree_int_cst_equal (TYPE_MAX_VALUE (a->type),
6126 || tree_int_cst_equal (TYPE_MIN_VALUE (a->type),
6350 tree_int_cst_equal (const_tree t1, const_tree t2)
7246 && tree_int_cst_equal (low, TYPE_MIN_VALUE (base_type))
7247 && tree_int_cst_equal (high, TYPE_MAX_VALUE (base_type))
12946 return (tree_int_cst_equal (memsize, TYPE_SIZE_UNIT (memtype))
6329 tree_int_cst_equal (const_tree t1, const_tree t2) function

Completed in 46 milliseconds