Searched refs:col_number (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Parser/ |
D | pegen_errors.c | 341 Py_ssize_t col_number = col_offset; in _PyPegen_raise_error_known_location() local 345 col_number = _PyPegen_byte_offset_to_character_offset(error_line, col_offset); in _PyPegen_raise_error_known_location() 346 if (col_number < 0) { in _PyPegen_raise_error_known_location() 358 …tmp = Py_BuildValue("(OiiNii)", p->tok->filename, lineno, col_number, error_line, end_lineno, end_… in _PyPegen_raise_error_known_location()
|
D | pegen.c | 528 Py_ssize_t col_number = col_offset; in _PyPegen_raise_error_known_location() local 532 col_number = byte_offset_to_character_offset(error_line, col_offset); in _PyPegen_raise_error_known_location() 537 …tmp = Py_BuildValue("(OiiNii)", p->tok->filename, lineno, col_number, error_line, end_lineno, end_… in _PyPegen_raise_error_known_location()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | replace_invalid_opc.cpp | 121 uint32_t col_number = last_line_dbg_inst->GetSingleWordInOperand(2); in RewriteFunction() local 124 ReplaceInstruction(inst, source, line_number, col_number); in RewriteFunction()
|
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/ |
D | replace_invalid_opc.cpp | 121 uint32_t col_number = last_line_dbg_inst->GetSingleWordInOperand(2); in RewriteFunction() local 124 ReplaceInstruction(inst, source, line_number, col_number); in RewriteFunction()
|
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/ |
D | replace_invalid_opc.cpp | 111 uint32_t col_number = last_line_dbg_inst->GetSingleWordInOperand(2); in RewriteFunction() local 114 ReplaceInstruction(inst, source, line_number, col_number); in RewriteFunction()
|
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()
|