Home
last modified time | relevance | path

Searched defs:Literal (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dassembly-literals.h28 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()
[all …]
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsLiteralType.h36 const Expression *Literal() const in Literal() function
/arkcompiler/ets_frontend/es2panda/ir/
Dexpression.h23 class Literal; variable
/arkcompiler/runtime_core/docs/
Dfile_format.md760 ### Literal subsection
764 #### ByteOne
774 #### ByteTwo
784 #### ByteFour
794 #### ByteEight
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.h58 using Literal = panda::pandasm::LiteralArray::Literal; variable
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dliterals.h25 class Literal; variable
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyLiterals.proto40 message Literal { message
/arkcompiler/ets_frontend/es2panda/ir/expressions/
Dliteral.h70 explicit Literal(AstNodeType type) : Expression(type) {} in Literal() function
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.h138 using Literal = panda::pandasm::LiteralArray::Literal; variable
/arkcompiler/ets_frontend/ts2panda/src/base/
Dliteral.ts33 export class Literal { class
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dexcluded_keys_test.cpp24 using Literal = LiteralArray::Literal; typedef
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument