Searched refs:CreateIntType (Results 1 – 4 of 4) sorted by relevance
61 IntType *ETSChecker::CreateIntType(int32_t value) in CreateIntType() function in panda::es2panda::checker::ETSChecker78 return CreateIntType(static_cast<int32_t>(type->AsCharType()->GetValue())); in CreateIntTypeFromType()81 return CreateIntType(static_cast<int32_t>(type->AsByteType()->GetValue())); in CreateIntTypeFromType()84 return CreateIntType(static_cast<int32_t>(type->AsShortType()->GetValue())); in CreateIntTypeFromType()
47 result = CreateIntType(-(type->AsIntType()->GetValue())); in NegateNumericType()93 …result = CreateIntType(static_cast<int32_t>(~static_cast<uint32_t>(type->AsIntType()->GetValue()))… in BitwiseNegateNumericType()101 result = CreateIntType( in BitwiseNegateNumericType()
196 IntType *CreateIntType(int32_t value);
1738 expr->SetTsType(checker->CreateIntType(expr->Number().GetInt())); in Check()