OmniSciDB
a5dc49c757
|
This is the complete list of members for Call, including all inherited members.
arguments() const | Call | inline |
arguments_ | Call | private |
cached_callee() const | Call | inline |
cached_callee_ | Call | mutableprivate |
Call(const Function *callee, const std::vector< const Value * > &arguments, const std::string &label) | Call | inline |
Call(const std::string &callee_name, const std::vector< const Value * > &arguments, const std::string &label) | Call | inline |
Call(const std::string &callee_name, const Type returnType, const std::vector< const Value * > &arguments, const std::string &label) | Call | inline |
callee() const | Call | inline |
callee_ | Call | private |
callee_name() const | Call | inline |
callee_name_ | Call | private |
external() const | Call | inline |
id() const | Value | inline |
Instruction(const Type type, const std::string &label) | Instruction | inline |
label() const | Value | inline |
run(ReductionInterpreterImpl *interpreter) override | Call | virtual |
set_cached_callee(void *cached_callee) const | Call | inline |
type() const | Value | inline |
Value(const Type type, const std::string &label) | Value | inline |
~Value()=default | Value | virtual |