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

  /src/external/gpl3/gcc.old/dist/gcc/
value-range.h 56 static bool supports_type_p (tree);
324 irange::supports_type_p (tree type) function in class:irange
  /src/external/gpl3/gcc/dist/gcc/
value-range.h 59 // use Value_Range::supports_type_p(tree type). This is a static
70 // if (v.supports_type_p (type)) ...
71 // if (i.supports_type_p (type)) ...
72 // if (f.supports_type_p (type)) ...
85 virtual bool supports_type_p (const_tree type) const;
292 virtual bool supports_type_p (const_tree type) const override;
503 virtual bool supports_type_p (const_tree type) const override;
697 static bool supports_type_p (const_tree type);
866 Value_Range::supports_type_p (const_tree type) function in class:Value_Range
value-range.cc 116 vrange::supports_type_p (const_tree) const function in class:vrange
335 irange::supports_type_p (const_tree type) const function in class:irange
839 frange::supports_type_p (const_tree type) const function in class:frange

Completed in 146 milliseconds