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

  /src/external/gpl3/gcc/dist/gcc/
value-range.h 63 // irange::supports_p ()
64 // frange::supports_p ()
291 static bool supports_p (const_tree type);
481 static bool supports_p (const_tree type) function
770 if (irange::supports_p (type))
772 else if (frange::supports_p (type))
868 return irange::supports_p (type) || frange::supports_p (type);
945 irange::supports_p (const_tree type) function in class:irange
1189 gcc_checking_assert (irange::supports_p (type))
    [all...]

Completed in 22 milliseconds