Searched defs:Literal (Results 1 – 12 of 12) sorted by relevance
28 struct Literal { struct30 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()[all …]
36 const Expression *Literal() const in Literal() function
23 class Literal; variable
760 ### Literal subsection764 #### ByteOne774 #### ByteTwo784 #### ByteFour794 #### ByteEight
58 using Literal = panda::pandasm::LiteralArray::Literal; variable
25 class Literal; variable
40 message Literal { message
70 explicit Literal(AstNodeType type) : Expression(type) {} in Literal() function
138 using Literal = panda::pandasm::LiteralArray::Literal; variable
33 export class Literal { class
24 using Literal = LiteralArray::Literal; typedef
2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument