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

  /src/external/gpl3/gcc/dist/gcc/
is-a.h 52 adds a check against NULL where the regular is_a_helper hook for TYPE
113 'missing symbol' error message for 'is_a_helper<....>::test', it means that
125 a specialization of is_a_helper such as:
128 struct is_a_helper<DERIVED *> : static_is_a_helper<DERIVED *>
142 class 'is_a_helper'. For example,
147 is_a_helper <cgraph_node *>::test (symtab_node *p)
159 is_a_helper <cgraph_node *>::cast (symtab_node *p)
169 /* A base class that specializations of is_a_helper can use if casting
179 /* A base class that specializations of is_a_helper can use if casting
193 struct is_a_helper : reinterpret_is_a_helper<T struct in inherits:reinterpret_is_a_helper
203 struct is_a_helper<const T *> struct
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
is-a.h 52 adds a check against NULL where the regular is_a_helper hook for TYPE
113 'missing symbol' error message for 'is_a_helper<....>::test', it means that
125 a specialization of is_a_helper such as:
128 struct is_a_helper<DERIVED *> : static_is_a_helper<DERIVED *>
142 class 'is_a_helper'. For example,
147 is_a_helper <cgraph_node *>::test (symtab_node *p)
159 is_a_helper <cgraph_node *>::cast (symtab_node *p)
169 /* A base class that specializations of is_a_helper can use if casting
179 /* A base class that specializations of is_a_helper can use if casting
193 struct is_a_helper : reinterpret_is_a_helper<T struct in inherits:reinterpret_is_a_helper
203 struct is_a_helper<const T *> struct
    [all...]

Completed in 17 milliseconds