Lines Matching defs:Literal
28 struct Literal { struct
30 panda_file::LiteralTag tag_;
32 … std::variant<bool, uint8_t, uint16_t, uint32_t, uint64_t, float, double, std::string> value_;
34 bool IsBoolValue() const in IsBoolValue()
45 bool IsByteValue() const in IsByteValue()
59 bool IsShortValue() const in IsShortValue()
70 bool IsIntegerValue() const in IsIntegerValue()
82 bool IsLongValue() const in IsLongValue()
93 bool IsFloatValue() const in IsFloatValue()
104 bool IsDoubleValue() const in IsDoubleValue()
132 std::vector<panda::pandasm::LiteralArray::Literal>