HomeSort by: relevance | last modified time | path
    Searched refs:integral_p (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
rtx-vector-builder.h 46 bool integral_p (rtx) const;
110 rtx_vector_builder::integral_p (rtx elt) const function in class:rtx_vector_builder
tree-vector-builder.h 45 bool integral_p (const_tree) const;
107 tree_vector_builder::integral_p (const_tree elt) const function in class:tree_vector_builder
int-vector-builder.h 44 bool integral_p (T) const { return true; } function in class:int_vector_builder
vector-builder.h 64 bool integral_p (T elt) const;
71 given integral_p (ELT1) && integral_p (ELT2). There is no fixed
436 if (!derived ()->integral_p (elt1)
437 || !derived ()->integral_p (elt2)
438 || !derived ()->integral_p (elt3))
tree.cc 8114 bool integral_p = INTEGRAL_TYPE_P (TREE_TYPE (op));
8172 if (INTEGRAL_TYPE_P (TREE_TYPE (op)) != integral_p)
8091 bool integral_p = INTEGRAL_TYPE_P (TREE_TYPE (op)); local
  /src/external/gpl3/gcc.old/dist/gcc/
rtx-vector-builder.h 46 bool integral_p (rtx) const;
110 rtx_vector_builder::integral_p (rtx elt) const function in class:rtx_vector_builder
tree-vector-builder.h 45 bool integral_p (const_tree) const;
107 tree_vector_builder::integral_p (const_tree elt) const function in class:tree_vector_builder
int-vector-builder.h 44 bool integral_p (T) const { return true; } function in class:int_vector_builder
vector-builder.h 64 bool integral_p (T elt) const;
71 given integral_p (ELT1) && integral_p (ELT2). There is no fixed
436 if (!derived ()->integral_p (elt1)
437 || !derived ()->integral_p (elt2)
438 || !derived ()->integral_p (elt3))
tree.cc 7968 bool integral_p = INTEGRAL_TYPE_P (TREE_TYPE (op));
8026 if (INTEGRAL_TYPE_P (TREE_TYPE (op)) != integral_p)
7945 bool integral_p = INTEGRAL_TYPE_P (TREE_TYPE (op)); local

Completed in 45 milliseconds