Home
last modified time | relevance | path

Searched defs:col_offset (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Python/
DPython-ast.c1042 decorator_list, int lineno, int col_offset, PyArena *arena) in FunctionDef()
1070 decorator_list, int lineno, int col_offset, PyArena *arena) in ClassDef()
1092 Return(expr_ty value, int lineno, int col_offset, PyArena *arena) in Return()
1106 Delete(asdl_seq * targets, int lineno, int col_offset, PyArena *arena) in Delete()
1120 Assign(asdl_seq * targets, expr_ty value, int lineno, int col_offset, PyArena in Assign()
1142 col_offset, PyArena *arena) in AugAssign()
1173 Print(expr_ty dest, asdl_seq * values, bool nl, int lineno, int col_offset, in Print()
1191 lineno, int col_offset, PyArena *arena) in For()
1219 col_offset, PyArena *arena) in While()
1241 col_offset, PyArena *arena) in If()
[all …]
Dast.c808 int lineno, col_offset; in ast_for_dotted_name() local
2545 int col_offset; in ast_for_import_stmt() local
/external/python/cpython2/Parser/
Dparser.c108 shift(register stack *s, int type, char *str, int newstate, int lineno, int col_offset) in shift()
120 push(register stack *s, int type, dfa *d, int newstate, int lineno, int col_offset) in push()
221 int lineno, int col_offset, int *expected_ret) in PyParser_AddToken()
Dnode.c79 PyNode_AddChild(register node *n1, int type, char *str, int lineno, int col_offset) in PyNode_AddChild()
Dparsetok.c157 int col_offset; in parsetok() local
/external/eigen/unsupported/test/
Dcxx11_tensor_image_patch.cpp153 int col_offset = c*stride + j - col_padding; in test_simple_patch() local
233 int col_offset = c + j - col_padding; in test_patch_padding_valid() local
306 int col_offset = c + j - col_padding; in test_patch_padding_valid_same_value() local
383 int col_offset = c*stride + j - col_padding; in test_patch_padding_same() local
530 int col_offset = c*stride + j - col_padding; in test_patch_no_extra_dim() local
/external/python/cpython2/Lib/
Dast.py133 def _fix(node, lineno, col_offset): argument
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c570 nir_ssa_def *col_offset = in _vtn_block_load_store() local
619 nir_ssa_def *col_offset = in _vtn_block_load_store() local
/external/python/cpython2/Modules/
Dparsermodule.c86 int col_offset) /* include column offsets? */ in node2tuple()
351 int col_offset = 0; in parser_st2tuple() local
406 int col_offset = 0; in parser_st2list() local
/external/pdfium/third_party/libtiff/
Dtiffio.h232 int col_offset; member
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
D_ast_util.py149 def _fix(node, lineno, col_offset): argument
/external/python/cpython2/Include/
DPython-ast.h184 int col_offset; member
312 int col_offset; member
354 int col_offset; member