Home
last modified time | relevance | path

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

/llvm-project/flang/unittests/Evaluate/
H A Dintrinsics.cpp59 struct TestCall { struct
60 TestCall(const common::IntrinsicTypeDefaultKinds &d, in TestCall() argument
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;
[all …]