Lines Matching refs:spv_result_t
39 spv_result_t advanceLine(spv_text text, spv_position position) { in advanceLine()
63 spv_result_t advance(spv_text text, spv_position position) { in advance()
71 if (spv_result_t error = advanceLine(text, position)) return error; in advance()
96 spv_result_t getWord(spv_text text, spv_position position, std::string* word) { in getWord()
190 spv_result_t AssemblyContext::advance() { in advance()
194 spv_result_t AssemblyContext::getWord(std::string* word, in getWord()
236 spv_result_t AssemblyContext::binaryEncodeU32(const uint32_t value, in binaryEncodeU32()
242 spv_result_t AssemblyContext::binaryEncodeNumericLiteral( in binaryEncodeNumericLiteral()
243 const char* val, spv_result_t error_code, const IdType& type, in binaryEncodeNumericLiteral()
299 spv_result_t AssemblyContext::binaryEncodeString(const char* value, in binaryEncodeString()
318 spv_result_t AssemblyContext::recordTypeDefinition( in recordTypeDefinition()
357 spv_result_t AssemblyContext::recordTypeIdForValue(uint32_t value, in recordTypeIdForValue()
367 spv_result_t AssemblyContext::recordIdAsExtInstImport( in recordIdAsExtInstImport()