| 565 | } |
| 566 | |
| 567 | bool BfIRConstHolder::IsInt(BfTypeCode typeCode) |
| 568 | { |
| 569 | return (typeCode >= BfTypeCode_Int8) && (typeCode <= BfTypeCode_Char32); |
| 570 | } |
| 571 | |
| 572 | bool BfIRConstHolder::IsChar(BfTypeCode typeCode) |
| 573 | { |
no outgoing calls
no test coverage detected