Searched defs:Value_ (Results 1 – 3 of 3) sorted by relevance
338 MCLEBFragment(const MCExpr &Value_, bool IsSigned_, MCSectionData *SD) in MCLEBFragment()
1882 BoolExpr(bool Value_) : Node(KBoolExpr), Value(Value_) {} in BoolExpr()1915 IntegerLiteral(StringView Type_, StringView Value_) in IntegerLiteral()
1681 BoolExpr(bool Value_) : Value(Value_) {} in BoolExpr()1710 IntegerExpr(StringView Type_, StringView Value_) : Type(Type_), Value(Value_) {} in IntegerExpr()