Home
last modified time | relevance | path

Searched defs:argument_wrapper (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Drpc.hh35 class argument_wrapper class
39 argument_wrapper () { } in argument_wrapper() function in cc1_plugin::argument_wrapper
66 class argument_wrapper<const char *> class
69 argument_wrapper () : m_object (NULL) { } in argument_wrapper() function in cc1_plugin::argument_wrapper
96 class argument_wrapper<const gcc_type_array *> class
99 argument_wrapper () : m_object (NULL) { } in argument_wrapper() function in cc1_plugin::argument_wrapper
131 class argument_wrapper<const gcc_vbase_array *> class
134 argument_wrapper () : m_object (NULL) { } in argument_wrapper() function in cc1_plugin::argument_wrapper
168 class argument_wrapper<const gcc_cp_template_args *> class
171 argument_wrapper () : m_object (NULL) { } in argument_wrapper() function in cc1_plugin::argument_wrapper
[all …]
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Drpc.hh36 class argument_wrapper class
40 argument_wrapper () { } in argument_wrapper() function in cc1_plugin::argument_wrapper
60 class argument_wrapper<T *> class