Home
last modified time | relevance | path

Searched refs:builtin_type_pyint (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-value.c42 #define builtin_type_pyint builtin_type (python_gdbarch)->builtin_long macro
819 res_val = value_from_longest (builtin_type_pyint, in valpy_binop()
1273 value = value_from_longest (builtin_type_pyint, l); in convert_value_from_python()