Searched defs:operandType (Results 1 – 9 of 9) sorted by relevance
60 checker::Type *operandType = argument_->Check(checker); in Check() local
121 checker::Type *operandType = argument_->Check(checker); in Check() local
414 … ProcessExclamationMark(ETSChecker *checker, ir::UnaryExpression *expr, checker::Type *operandType) in ProcessExclamationMark() argument441 …sTypeForUnaryExpression(ETSChecker *checker, ir::UnaryExpression *expr, checker::Type *operandType) in SetTsTypeForUnaryExpression() argument
979 checker::Type *operandType = expr->argument_->Check(checker); in Check() local1036 checker::Type *operandType = expr->argument_->Check(checker); in Check() local
1904 …checker::Type *operandType = checker->ApplyUnaryOperatorPromotion(argType, true, true, isCondExpr); in Check() local1958 checker::Type *operandType = expr->argument_->Check(checker); in Check() local
291 Type *Checker::GetUnaryResultType(Type *operandType) in GetUnaryResultType()
312 Type *TSChecker::GetUnaryResultType(Type *operandType) in GetUnaryResultType()
283 static uint64_t ToValue(ParamType operandType, TypedBinOp binOp) in ToValue()
1281 PrimType operandType = cmpNode.GetOpndType(); in SelectCondSpecialCase2() local