Searched defs:UnboundConversion (Results 1 – 2 of 2) sorted by relevance
29 struct UnboundConversion { struct30 UnboundConversion() in UnboundConversion() argument37 void set_value(int value) { in set_value()41 int value() const { return value_; } in value()48 void set_from_arg(int value) { in set_from_arg()52 bool is_from_arg() const { return value_ < -1; } in is_from_arg()53 int get_from_arg() const { in get_from_arg()79 UnboundConversion* conv, int* next_arg); argument
43 struct UnboundConversion { struct44 UnboundConversion() {} in UnboundConversion() function48 void set_value(int value) { in set_value()52 int value() const { return value_; } in value()59 void set_from_arg(int value) { in set_from_arg()63 bool is_from_arg() const { return value_ < -1; } in is_from_arg()64 int get_from_arg() const { in get_from_arg()90 UnboundConversion* conv, int* next_arg); argument