Home
last modified time | relevance | path

Searched refs:GlobalETSBigIntType (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DopAssignment.cpp277 std::string suffix = (argument->TsType() == checker->GlobalETSBigIntType()) ? "n" : ""; in ConstructUpdateResult()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.cpp393 Type *ETSChecker::GlobalETSBigIntType() const in GlobalETSBigIntType() function in ark::es2panda::checker::ETSChecker
H A DETSchecker.h113 Type *GlobalETSBigIntType() const;
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp2371 SetAccumulatorType(Checker()->GlobalETSBigIntType()); in UnaryTilde()
2535 SetAccumulatorType(Checker()->GlobalETSBigIntType()); in CallBigIntUnaryOperator()
2542 SetAccumulatorType(Checker()->GlobalETSBigIntType()); in CallBigIntBinaryOperator()
H A DETSGen.h356 SetAccumulatorType(Checker()->GlobalETSBigIntType()); in LoadAccumulatorBigInt()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeCheckingHelpers.cpp326 return GlobalETSBigIntType();

Completed in 11 milliseconds