Searched defs:combined_type (Results 1 – 4 of 4) sorted by relevance
209 Type* combined_type; in VisitSwitchStatement() local741 Type* combined_type; in VisitCompareOperation() local
5057 Type* combined_type = clause->compare_type(); in VisitSwitchStatement() local11454 Type* combined_type = expr->combined_type(); in VisitCompareOperation() local11514 Type* right_type, Type* combined_type, SourcePosition left_position, in BuildCompareInstruction()
199 Type** combined_type) { in CompareType()
2337 Type* combined_type() const { return combined_type_; } in combined_type() function