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

  /src/external/gpl3/gcc/dist/gcc/
is-a.h 41 TYPE as_a <TYPE> (pointer)
47 do_something_with (as_a <cgraph_node *> *ptr);
51 Like as_a <TYPE> (pointer), but where pointer could be NULL. This
253 as_a (U *p) function
259 /* Similar to as_a<>, but where the pointer can be NULL, even if
mux-utils.h 136 T as_a () const;
217 pointer_mux<T1, T2>::as_a () const function in class:pointer_mux
machmode.h 379 as_a (machine_mode m) function
387 as_a (const opt_mode<U> &m) function
389 return as_a <T> (m.else_void ());
873 #define MACRO_MODE(MODE) (as_a <fixed_size_mode> (MODE))
916 return as_a <scalar_int_mode> (smallest_mode_for_size (size, MODE_INT));
1109 *iter = as_a<T> (GET_CLASS_NARROWEST_MODE (mclass));
value-range.h 574 // is_a<> and as_a<> implementation for vrange.
596 as_a (vrange &v) function
604 as_a (const vrange &v) function
796 m_irange = as_a <irange> (r);
801 m_frange = as_a <frange> (r);
806 m_unsupported = as_a <unsupported_range> (r);
  /src/external/gpl3/gcc.old/dist/gcc/
is-a.h 41 TYPE as_a <TYPE> (pointer)
47 do_something_with (as_a <cgraph_node *> *ptr);
51 Like as_a <TYPE> (pointer), but where pointer could be NULL. This
240 as_a (U *p) function
246 /* Similar to as_a<>, but where the pointer can be NULL, even if
mux-utils.h 132 T as_a () const;
213 pointer_mux<T1, T2>::as_a () const function in class:pointer_mux
machmode.h 363 as_a (machine_mode m) function
371 as_a (const opt_mode<U> &m) function
373 return as_a <T> (m.else_void ());
841 #define MACRO_MODE(MODE) (as_a <fixed_size_mode> (MODE))
884 return as_a <scalar_int_mode> (smallest_mode_for_size (size, MODE_INT));
1077 *iter = as_a<T> (GET_CLASS_NARROWEST_MODE (mclass));

Completed in 27 milliseconds