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

  /src/external/gpl3/gcc/dist/libcc1/
rpc.hh 36 class argument_wrapper class in namespace:cc1_plugin
40 argument_wrapper () { } function in class:cc1_plugin::argument_wrapper
41 ~argument_wrapper () { }
43 argument_wrapper (const argument_wrapper &) = delete;
44 argument_wrapper &operator= (const argument_wrapper &) = delete;
60 class argument_wrapper<T *> class in namespace:cc1_plugin
63 argument_wrapper () = default;
64 ~argument_wrapper () = default
    [all...]
  /src/external/gpl3/gcc.old/dist/libcc1/
rpc.hh 36 class argument_wrapper class in namespace:cc1_plugin
40 argument_wrapper () { } function in class:cc1_plugin::argument_wrapper
41 ~argument_wrapper () { }
43 argument_wrapper (const argument_wrapper &) = delete;
44 argument_wrapper &operator= (const argument_wrapper &) = delete;
60 class argument_wrapper<T *> class in namespace:cc1_plugin
63 argument_wrapper () = default;
64 ~argument_wrapper () = default
    [all...]

Completed in 16 milliseconds