Lines Matching refs:result
222 // Maps a result ID to its type ID. By convention:
223 // - a result ID that is a type definition maps to itself.
224 // - a result ID without a type maps to 0. (E.g. for OpLabel)
243 const spv_result_t result = parseModule();
248 return result;
422 // We'll fill in this result as we go along.
458 // Save the result ID to type ID mapping.
459 // In the grammar, type ID always appears before result ID.
465 // have no type Id, and will map to 0. The result Id for a
483 << " does not reference an OpExtInstImport result Id";
530 // OpSpecConstant opcodes must have a type and result. We've already
572 // Recall that by convention, a result ID that is a type definition
628 // We must have parsed a valid result ID. It's a condition
629 // of the grammar, and we only accept non-zero result Ids.
829 // The *result* Id of a type generating instruction is the type Id.