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

  /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 28 milliseconds