Searched defs:OutputIntrinsic (Results 1 – 1 of 1) sorted by relevance
1548 struct OutputIntrinsic { struct1549 const ACLEIntrinsic *Int;1550 std::string Name;1551 ComparableStringVector ParamValues;1552 bool operator<(const OutputIntrinsic &rhs) const { in operator <()