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

  /src/external/gpl3/gcc/dist/gcc/
is-a.h 30 bool is_a <TYPE> (pointer)
37 if (is_a <cgraph_node *> (ptr))
59 Converts pointer to TYPE if and only if "is_a <TYPE> pointer". Otherwise,
230 is_a (U *p) function
235 /* Similar to is_a<>, but where the pointer can be NULL, even if
255 gcc_checking_assert (is_a <T> (p));
268 gcc_checking_assert (is_a <T> (p));
282 if (is_a <T> (p))
mux-utils.h 131 bool is_a () const;
133 // Assert that the pointer is a T and return it as such. See is_a
139 // See is_a for the restrictions on T.
203 pointer_mux<T1, T2>::is_a () const function in class:pointer_mux
machmode.h 363 is_a (machine_mode m) function
370 is_a (const opt_mode<U> &m) function
415 is_a (machine_mode m, U *result) function
1094 return (is_a <scalar_int_mode> (mode, &int_mode)
value-range.h 77 template <typename T> friend bool is_a (vrange &);
574 // is_a<> and as_a<> implementation for vrange.
579 is_a (vrange &) function
587 is_a (const vrange &v) function
589 // Reuse is_a <vrange> to implement the const version.
591 return is_a <T> (const_cast<T &> (derived));
598 gcc_checking_assert (is_a <T> (v));
606 gcc_checking_assert (is_a <T> (v));
614 is_a <irange> (vrange &v) function
621 is_a <frange> (vrange &v function
628 is_a <unsupported_range> (vrange &v) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
is-a.h 30 bool is_a <TYPE> (pointer)
37 if (is_a <cgraph_node *> (ptr))
59 Converts pointer to TYPE if and only if "is_a <TYPE> pointer". Otherwise,
230 is_a (U *p) function
242 gcc_checking_assert (is_a <T> (p));
255 gcc_checking_assert (is_a <T> (p));
269 if (is_a <T> (p))
mux-utils.h 127 bool is_a () const;
129 // Assert that the pointer is a T and return it as such. See is_a
135 // See is_a for the restrictions on T.
199 pointer_mux<T1, T2>::is_a () const function in class:pointer_mux
machmode.h 347 is_a (machine_mode m) function
354 is_a (const opt_mode<U> &m) function
399 is_a (machine_mode m, U *result) function
1062 return (is_a <scalar_int_mode> (mode, &int_mode)

Completed in 28 milliseconds