Searched defs:cdecl (Results 1 – 7 of 7) sorted by relevance
/external/python/cffi/cffi/ |
D | api.py | 162 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 …]
|
D | cparser.py | 551 def parse_type(self, cdecl): argument 554 def parse_type_and_quals(self, cdecl): argument
|
/external/clang/test/Parser/ |
D | x64-windows-calling-convention-handling.c | 3 int __cdecl cdecl(int a, int b, int c, int d) { // expected-no-diagnostics in cdecl() function
|
D | arm-windows-calling-convention-handling.c | 3 int __cdecl cdecl(int a, int b, int c, int d) { // expected-no-diagnostics in cdecl() function
|
/external/python/pycparser/examples/ |
D | cdecl.py | 130 def expand_struct_typedef(cdecl, file_ast, argument
|
/external/python/cffi/testing/cffi0/ |
D | test_cdata.py | 33 def __init__(self, cdecl): argument
|
D | test_parsing.py | 55 def __init__(self, cdecl): argument
|