Searched refs:spvOperandTypeStr (Results 1 – 15 of 15) sorted by relevance
48 EXPECT_STREQ("unknown", spvOperandTypeStr(type)) in TEST()50 << spvOperandTypeStr(type) << "'when it should not"; in TEST()52 EXPECT_STRNE("unknown", spvOperandTypeStr(type)) in TEST()
166 << spvOperandTypeStr(type) << " operand at word offset " in exhaustedInputDiagnostic()493 if (!word) return diagnostic() << spvOperandTypeStr(type) << " is 0"; in parseOperand()523 << "Invalid " << spvOperandTypeStr(type) << ": " << word; in parseOperand()678 << "Invalid " << spvOperandTypeStr(parsed_operand.type) in parseOperand()714 << "Invalid " << spvOperandTypeStr(parsed_operand.type) in parseOperand()
58 const char* spvOperandTypeStr(spv_operand_type_t type);
284 return context->diagnostic() << "Invalid " << spvOperandTypeStr(type) in spvTextEncodeOperand()408 << "Invalid " << spvOperandTypeStr(type) << " operand '" in spvTextEncodeOperand()444 return context->diagnostic() << "Invalid " << spvOperandTypeStr(type) in spvTextEncodeOperand()448 return context->diagnostic() << "Invalid " << spvOperandTypeStr(type) in spvTextEncodeOperand()
146 const char* spvOperandTypeStr(spv_operand_type_t type) { in spvOperandTypeStr() function
284 return context->diagnostic() << "Invalid " << spvOperandTypeStr(type) in spvTextEncodeOperand()407 return context->diagnostic() << "Invalid " << spvOperandTypeStr(type) in spvTextEncodeOperand()443 return context->diagnostic() << "Invalid " << spvOperandTypeStr(type) in spvTextEncodeOperand()447 return context->diagnostic() << "Invalid " << spvOperandTypeStr(type) in spvTextEncodeOperand()
142 const char* spvOperandTypeStr(spv_operand_type_t type) { in spvOperandTypeStr() function