Searched defs:combined_type (Results 1 – 4 of 4) sorted by relevance
210 Type* combined_type; in VisitSwitchStatement() local736 Type* combined_type; in VisitCompareOperation() local
5193 Type* combined_type = clause->compare_type(); in VisitSwitchStatement() local11713 Type* combined_type = expr->combined_type(); in VisitCompareOperation() local11788 Type* right_type, Type* combined_type, SourcePosition left_position, in BuildCompareInstruction()
199 Type** combined_type) { in CompareType()
2304 Type* combined_type() const { return combined_type_; } in combined_type() function