Lines Matching refs:result
89 // is a result id of an instruction with |expected_opcode|.
105 << "expected operand " << operand_name << " must be a result id of "
112 // instruction |inst| at |word_index| is a result id of a 32-bit integer
122 << " must be a result id of 32-bit unsigned OpConstant";
129 auto result = ValidateOperandForDebugInfo(_, NAME, opcode, inst, index, \
131 if (result != SPV_SUCCESS) return result; \
136 auto result = ValidateUint32ConstantOperandForDebugInfo( \
138 if (result != SPV_SUCCESS) return result; \
179 // is a result id of an debug info instruction whose debug instruction type
202 << "expected operand " << debug_inst_name << " must be a result id of "
208 auto result = ValidateDebugInfoOperand(_, NAME, debug_opcode, inst, index, \
210 if (result != SPV_SUCCESS) return result; \
214 // is a result id of an debug info instruction with DebugTypeBasic.
223 // is a result id of a debug lexical scope instruction which is one of
243 << " must be a result id of a lexical scope";
247 // is a result id of a debug type instruction (See DebugTypeXXX in
3043 << "expected result type must be a result id of "
3522 << "expected operand Variable must be a result id of "
3621 << "expected operand Variable must be a result id of "