Searched refs:col_number (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Parser/ |
H A D | pegen_errors.c | 361 Py_ssize_t col_number = col_offset; in _PyPegen_raise_error_known_location() local 365 col_number = _PyPegen_byte_offset_to_character_offset(error_line, col_offset); in _PyPegen_raise_error_known_location() 366 if (col_number < 0) { in _PyPegen_raise_error_known_location() 378 tmp = Py_BuildValue("(OnnNnn)", p->tok->filename, lineno, col_number, error_line, end_lineno, end_col_number); in _PyPegen_raise_error_known_location()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | replace_invalid_opc.cpp | 121 uint32_t col_number = last_line_dbg_inst->GetSingleWordInOperand(2); in RewriteFunction() 124 ReplaceInstruction(inst, source, line_number, col_number); in RewriteFunction()
|
H A D | ir_context.cpp | 946 uint32_t col_number = 0; in EmitErrorMessage() local 955 col_number = line_inst->GetSingleWordInOperand(2); in EmitErrorMessage() 960 consumer()(SPV_MSG_ERROR, source, {line_number, col_number, 0}, in EmitErrorMessage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | replace_invalid_opc.cpp | 121 uint32_t col_number = last_line_dbg_inst->GetSingleWordInOperand(2); in RewriteFunction() 124 ReplaceInstruction(inst, source, line_number, col_number); in RewriteFunction()
|
H A D | ir_context.cpp | 946 uint32_t col_number = 0; in EmitErrorMessage() local 955 col_number = line_inst->GetSingleWordInOperand(2); in EmitErrorMessage() 960 consumer()(SPV_MSG_ERROR, source, {line_number, col_number, 0}, in EmitErrorMessage()
|
/third_party/spirv-tools/source/opt/ |
H A D | replace_invalid_opc.cpp | 121 uint32_t col_number = last_line_dbg_inst->GetSingleWordInOperand(2); in RewriteFunction() 124 ReplaceInstruction(inst, source.c_str(), line_number, col_number); in RewriteFunction()
|
H A D | ir_context.cpp | 1020 uint32_t col_number = 0; in EmitErrorMessage() local 1029 col_number = line_inst->GetSingleWordInOperand(2); in EmitErrorMessage() 1034 consumer()(SPV_MSG_ERROR, source.c_str(), {line_number, col_number, 0}, in EmitErrorMessage()
|
Completed in 7 milliseconds