Home
last modified time | relevance | path

Searched refs:BitwiseNegateNumericType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp71 Type *ETSChecker::BitwiseNegateNumericType(Type *type, ir::Expression *node) in BitwiseNegateNumericType() function in panda::es2panda::checker::ETSChecker
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h233 Type *BitwiseNegateNumericType(Type *type, ir::Expression *node);
DETSAnalyzer.cpp1576 expr->SetTsType(checker->BitwiseNegateNumericType(operandType, expr)); in SetTsTypeForUnaryExpression()