Searched defs:OutputIntrinsic (Results 1 – 1 of 1) sorted by relevance
1538 struct OutputIntrinsic { struct1539 const ACLEIntrinsic *Int;1540 std::string Name;1541 ComparableStringVector ParamValues;1542 bool operator<(const OutputIntrinsic &rhs) const { in operator <()