| D | bigintLiteralType.h | 25 BigintLiteralType(util::StringView value, bool negative) in BigintLiteralType() argument 26 : Type(TypeFlag::BIGINT_LITERAL), value_(value), negative_(negative) in BigintLiteralType() 35 bool Negative() const in Negative() function
|