Home
last modified time | relevance | path

Searched refs:BuiltinTypeIndexLiteral (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DnumberLiteral.h85 class BuiltinTypeIndexLiteral : public NumberLiteral {
87 explicit BuiltinTypeIndexLiteral(double num) : NumberLiteral(num) {} in BuiltinTypeIndexLiteral() function
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h269 buffer_->Add(recorder_->Allocator()->New<ir::BuiltinTypeIndexLiteral>(typeIndex)); in FillTypeIndexLiteralBuffer()