Searched refs:hasResult (Results 1 – 14 of 14) sorted by relevance
33 const bool hasResult; // Does the instruction have a result ID operand? member
274 assert(opcodeEntry->hasResult); in spvTextEncodeOperand()544 if (opcodeEntry->hasResult && result_id.empty()) { in spvTextEncodeOpcode()633 assert(opcodeEntry->hasResult && in spvTextEncodeOpcode()
496 assert(opcode_entry->hasResult); in parseOperand()
500 assert(opcode_entry->hasResult); in parseOperand()
233 bool hasResult() const { return resultPresent != 0; } in hasResult() function
431 if (spv::InstructionDesc[opCode].hasResult()) { in buildLocalMaps()539 if (spv::InstructionDesc[opCode].hasResult()) { in processInstruction()754 if (spv::InstructionDesc[opCode].hasResult()) { in mapFnBodies()
205 if (InstructionDesc[opCode].hasResult()) { in processInstructions()
238 bool hasResult() const { return resultPresent != 0; } in hasResult() function
157 if (resp.hasResult()) { in handleResponse()
12044 boolean hasResult(); in hasResult() method12239 public boolean hasResult() { in hasResult() method in Handshaker.HandshakerResp12366 result = result && (hasResult() == other.hasResult()); in equals()12367 if (hasResult()) { in equals()12391 if (hasResult()) { in hashCode()12625 if (other.hasResult()) { in mergeFrom()12766 public boolean hasResult() { in hasResult() method in Handshaker.HandshakerResp.Builder