| 5119 | } |
| 5120 | |
| 5121 | BfIRValue BfIRBuilder::CreateValueScopeStart() |
| 5122 | { |
| 5123 | BfIRValue retVal = WriteCmd(BfIRCmd_ValueScopeStart); |
| 5124 | NEW_CMD_INSERTED; |
| 5125 | return retVal; |
| 5126 | } |
| 5127 | |
| 5128 | void BfIRBuilder::CreateValueScopeRetain(BfIRValue val) |
| 5129 | { |
no outgoing calls
no test coverage detected