/external/python/cffi/cffi/ |
D | api.py | 158 def _typeof_locked(self, cdecl): argument 176 def _typeof(self, cdecl, consider_function_as_funcptr=False): argument 190 def typeof(self, cdecl): argument 209 def sizeof(self, cdecl): argument 219 def alignof(self, cdecl): argument 227 def offsetof(self, cdecl, *fields_or_indexes): argument 238 def new(self, cdecl, init=None): argument 283 def allocate(cdecl, init=None): argument 289 def cast(self, cdecl, source): argument 346 def from_buffer(self, cdecl, python_buffer=_unspecified, argument [all …]
|
D | cparser.py | 507 def parse_type(self, cdecl): argument 510 def parse_type_and_quals(self, cdecl): argument
|
/external/llvm-project/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 | 4 int __cdecl cdecl(int a, int b, int c, int d) { // expected-no-diagnostics in cdecl() function
|
/external/clang/test/Parser/ |
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
|
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
|
/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
|
/external/llvm-project/clang/test/SemaCXX/ |
D | lambda-conversion-op-cc.cpp | 15 auto cdecl = [](int, float, double) __attribute__((cdecl)){}; in useage() local
|