Lines Matching defs:TestCall
59 struct TestCall { struct
60 TestCall(const common::IntrinsicTypeDefaultKinds &d, in TestCall() function
63 template <typename A> TestCall &Push(A &&x) { in Push()
68 template <typename A> TestCall &Push(NamedArg<A> &&x) { in Push()
74 template <typename A, typename... As> TestCall &Push(A &&x, As &&...xs) { in Push()
78 void Marshal() { in Marshal()
89 void DoCall(std::optional<DynamicType> resultType = std::nullopt, in DoCall()
138 const common::IntrinsicTypeDefaultKinds &defaults;
139 const IntrinsicProcTable &table;
140 CookedStrings strings;
141 parser::Messages buffer;
142 ActualArguments args;
143 std::string name;
144 std::vector<std::string> keywords;
145 std::set<std::string> tempNames;