Home
last modified time | relevance | path

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

/external/python/cffi/demo/
Dmanual.c28 _CFFI_OP(_CFFI_OP_FUNCTION_END, 0),
31 _CFFI_OP(_CFFI_OP_FUNCTION_END, 0),
/external/python/cffi/cffi/
Dparse_c_type.h18 #define _CFFI_OP_FUNCTION_END 15 macro
/external/python/cffi/c/
Dlib_obj.c146 while (_CFFI_GETOP(opcodes[i]) != _CFFI_OP_FUNCTION_END) in lib_build_cpython_func()
150 while (_CFFI_GETOP(opcodes[i]) != _CFFI_OP_FUNCTION_END) { in lib_build_cpython_func()
Drealize_c_type.c577 _CFFI_OP_FUNCTION_END) in realize_c_type_or_func()
Dparse_c_type.c357 tok->output[arg_next] = _CFFI_OP(_CFFI_OP_FUNCTION_END, flags); in parse_sequel()