Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dapi.py158 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 …]
Dcparser.py507 def parse_type(self, cdecl): argument
510 def parse_type_and_quals(self, cdecl): argument
/external/llvm-project/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.c4 int __cdecl cdecl(int a, int b, int c, int d) { // expected-no-diagnostics in cdecl() function
/external/clang/test/Parser/
Darm-windows-calling-convention-handling.c3 int __cdecl cdecl(int a, int b, int c, int d) { // expected-no-diagnostics in cdecl() function
Dx64-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
/external/llvm-project/clang/test/SemaCXX/
Dlambda-conversion-op-cc.cpp15 auto cdecl = [](int, float, double) __attribute__((cdecl)){}; in useage() local