Searched refs:cdecl1 (Results 1 – 2 of 2) sorted by relevance
/external/python/cffi/c/ |
D | ffi_obj.c | 703 PyObject *cdecl1, *python_buf = NULL; in ffi_from_buffer() local 710 &cdecl1, &python_buf, &require_writable)) in ffi_from_buffer() 714 python_buf = cdecl1; in ffi_from_buffer() 718 ct = _ffi_type(self, cdecl1, ACCEPT_STRING|ACCEPT_CTYPE); in ffi_from_buffer()
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | fpo-argsize.ll | 7 ; void cdecl1(int a) { g += a; } 58 define void @cdecl1(i32 %a) #0 !dbg !8 { 303 !8 = distinct !DISubprogram(name: "cdecl1", scope: !1, file: !1, line: 4, type: !9, isLocal: false,…
|