Searched refs:InstantiatedValue (Results 1 – 2 of 2) sorted by relevance
202 struct InstantiatedValue { struct206 std::optional<InstantiatedValue> argument209 inline bool operator==(InstantiatedValue LHS, InstantiatedValue RHS) {212 inline bool operator!=(InstantiatedValue LHS, InstantiatedValue RHS) {215 inline bool operator<(InstantiatedValue LHS, InstantiatedValue RHS) {219 inline bool operator>(InstantiatedValue LHS, InstantiatedValue RHS) {222 inline bool operator<=(InstantiatedValue LHS, InstantiatedValue RHS) {225 inline bool operator>=(InstantiatedValue LHS, InstantiatedValue RHS) {232 InstantiatedValue From, To;241 InstantiatedValue IValue;[all …]
76 std::optional<InstantiatedValue>81 return InstantiatedValue{V, IValue.DerefLevel}; in instantiateInterfaceValue()