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

  /src/external/gpl3/gdb/dist/gdb/
expression.h 82 typedef std::unique_ptr<operation> operation_up; typedef in namespace:expr
134 const std::vector<operation_up> &args)
177 const std::vector<operation_up> &args);
190 /* A helper function for creating an operation_up, given a type. */
192 operation_up
195 return operation_up (new T (std::forward<Arg> (args)...));
248 expr::operation_up op;
  /src/external/gpl3/gdb.old/dist/gdb/
expression.h 82 typedef std::unique_ptr<operation> operation_up; typedef in namespace:expr
134 const std::vector<operation_up> &args)
172 const std::vector<operation_up> &args);
185 /* A helper function for creating an operation_up, given a type. */
187 operation_up
190 return operation_up (new T (std::forward<Arg> (args)...));
238 expr::operation_up op;

Completed in 24 milliseconds