Home
last modified time | relevance | path

Searched defs:newBigintLiteralType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
H A DbigIntLiteral.cpp44 auto *newBigintLiteralType = checker->Allocator()->New<checker::BigintLiteralType>(src_, false); in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DtypeCreation.cpp39 auto *newBigintLiteralType = Allocator()->New<BigintLiteralType>(str, negative); in CreateBigintLiteralType() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp1066 auto *newBigintLiteralType = checker->Allocator()->New<checker::BigintLiteralType>(expr->Str(), false); in Check() local

Completed in 5 milliseconds