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
515 … ProcessExclamationMark(ETSChecker *checker, ir::UnaryExpression *expr, checker::Type *operandType) in ProcessExclamationMark() argument540 …sTypeForUnaryExpression(ETSChecker *checker, ir::UnaryExpression *expr, checker::Type *operandType) in SetTsTypeForUnaryExpression() argument
989 checker::Type *operandType = expr->argument_->Check(checker); in Check() local1046 checker::Type *operandType = expr->argument_->Check(checker); in Check() local
2595 …checker::Type *operandType = checker->ApplyUnaryOperatorPromotion(argType, true, true, isCondExpr); in Check() local2649 checker::Type *operandType = expr->argument_->Check(checker); in Check() local
291 Type *Checker::GetUnaryResultType(Type *operandType) in GetUnaryResultType()
309 Type *TSChecker::GetUnaryResultType(Type *operandType) in GetUnaryResultType()
364 static uint64_t ToValue(ParamType operandType, TypedBinOp binOp) in ToValue()
1245 PrimType operandType = cmpNode.GetOpndType(); in SelectCondSpecialCase2() local