HomeSort by relevance Sort by last modified time
    Searched defs:LINENO (Results 1 - 10 of 10) sorted by null

  /external/python/cpython3/Include/
node.h 21 char *str, int lineno, int col_offset);
34 #define LINENO(n) ((n)->n_lineno)
  /libcore/ojluni/src/main/java/java/io/
StreamTokenizer.java 88 private int LINENO = 1;
335 * lines. The {@code lineno} method may no longer reflect
558 LINENO++;
568 LINENO++;
712 LINENO++;
719 LINENO++;
775 public int lineno() {
776 return LINENO;
831 return "Token[" + ret + "], line " + LINENO;
  /toolchain/binutils/binutils-2.27/include/coff/
external.h 127 #define LINENO struct external_lineno
i960.h 149 #define LINENO struct external_lineno
rs6k64.h 114 #define LINENO struct external_lineno
rs6000.h 115 #define LINENO struct external_lineno
ti.h 383 #define LINENO struct external_lineno
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 43 #ifndef LINENO
44 #define LINENO(n) ((n)->n_lineno)
71 PyObject *u = Py_BuildValue("zi", errstr, LINENO(n));
83 long lineno; local
94 lineno = PyInt_AsLong(PyTuple_GetItem(value, 1));
95 if (lineno == -1) {
101 loc = PyErr_ProgramText(filename, lineno);
106 tmp = Py_BuildValue("(zlOO)", filename, lineno, Py_None, loc);
123 if (PyErr_WarnExplicit(PyExc_SyntaxWarning, msg, c->c_filename, LINENO(n),
460 e->kind, e->lineno);
808 int lineno, col_offset; local
2544 int lineno; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 43 #ifndef LINENO
44 #define LINENO(n) ((n)->n_lineno)
71 PyObject *u = Py_BuildValue("zi", errstr, LINENO(n));
83 long lineno; local
94 lineno = PyInt_AsLong(PyTuple_GetItem(value, 1));
95 if (lineno == -1) {
101 loc = PyErr_ProgramText(filename, lineno);
106 tmp = Py_BuildValue("(zlOO)", filename, lineno, Py_None, loc);
123 if (PyErr_WarnExplicit(PyExc_SyntaxWarning, msg, c->c_filename, LINENO(n),
460 e->kind, e->lineno);
808 int lineno, col_offset; local
2539 int lineno; local
    [all...]
  /external/python/cpython2/Python/
ast.c 43 #ifndef LINENO
44 #define LINENO(n) ((n)->n_lineno)
71 PyObject *u = Py_BuildValue("zi", errstr, LINENO(n));
83 long lineno; local
94 lineno = PyInt_AsLong(PyTuple_GetItem(value, 1));
95 if (lineno == -1) {
101 loc = PyErr_ProgramText(filename, lineno);
106 tmp = Py_BuildValue("(zlOO)", filename, lineno, Py_None, loc);
123 if (PyErr_WarnExplicit(PyExc_SyntaxWarning, msg, c->c_filename, LINENO(n),
460 e->kind, e->lineno);
808 int lineno, col_offset; local
2544 int lineno; local
    [all...]

Completed in 3266 milliseconds