Home
last modified time | relevance | path

Searched defs:cdecl (Results 1 – 7 of 7) sorted by relevance

/external/python/cffi/cffi/
Dapi.py162 def _typeof_locked(self, cdecl): argument
180 def _typeof(self, cdecl, consider_function_as_funcptr=False): argument
194 def typeof(self, cdecl): argument
213 def sizeof(self, cdecl): argument
223 def alignof(self, cdecl): argument
231 def offsetof(self, cdecl, *fields_or_indexes): argument
242 def new(self, cdecl, init=None): argument
287 def allocate(cdecl, init=None): argument
293 def cast(self, cdecl, source): argument
350 def from_buffer(self, cdecl, python_buffer=_unspecified, argument
[all …]
Dcparser.py551 def parse_type(self, cdecl): argument
554 def parse_type_and_quals(self, cdecl): argument
/external/clang/test/Parser/
Dx64-windows-calling-convention-handling.c3 int __cdecl cdecl(int a, int b, int c, int d) { // expected-no-diagnostics in cdecl() function
Darm-windows-calling-convention-handling.c3 int __cdecl cdecl(int a, int b, int c, int d) { // expected-no-diagnostics in cdecl() function
/external/python/pycparser/examples/
Dcdecl.py130 def expand_struct_typedef(cdecl, file_ast, argument
/external/python/cffi/testing/cffi0/
Dtest_cdata.py33 def __init__(self, cdecl): argument
Dtest_parsing.py55 def __init__(self, cdecl): argument