HomeSort by: relevance | last modified time | path
    Searched defs:builtin_type_pylong (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/python/
py-value.c 47 #define builtin_type_pylong \ macro
1877 type = builtin_type_pylong;
2018 value = value_from_longest (builtin_type_pylong, l);
  /src/external/gpl3/gdb/dist/gdb/python/
py-value.c 47 #define builtin_type_pylong \ macro
1878 type = builtin_type_pylong;
2058 value = value_from_longest (builtin_type_pylong, l);

Completed in 45 milliseconds