OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cdecl
(Results
1 - 25
of
86
) sorted by null
1
2
3
4
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
error.h
29
#include <pulse/
cdecl
.h>
version.h
30
#include <pulse/
cdecl
.h>
utf8.h
28
#include <pulse/
cdecl
.h>
glib-mainloop.h
31
#include <pulse/
cdecl
.h>
operation.h
27
#include <pulse/
cdecl
.h>
mainloop-signal.h
29
#include <pulse/
cdecl
.h>
subscribe.h
32
#include <pulse/
cdecl
.h>
util.h
30
#include <pulse/
cdecl
.h>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
error.h
29
#include <pulse/
cdecl
.h>
version.h
30
#include <pulse/
cdecl
.h>
utf8.h
28
#include <pulse/
cdecl
.h>
glib-mainloop.h
31
#include <pulse/
cdecl
.h>
operation.h
27
#include <pulse/
cdecl
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
error.h
29
#include <pulse/
cdecl
.h>
version.h
30
#include <pulse/
cdecl
.h>
utf8.h
28
#include <pulse/
cdecl
.h>
glib-mainloop.h
31
#include <pulse/
cdecl
.h>
operation.h
27
#include <pulse/
cdecl
.h>
/external/clang/test/Sema/
stdcall-fastcall-x64.c
13
void rdar8876096foo1(int i, int j) __attribute__((fastcall,
cdecl
)); // expected-warning{{calling convention 'fastcall' ignored for this target}}
16
void rdar8876096foo4(int i, int j) __attribute__((stdcall,
cdecl
)); // expected-warning{{calling convention 'stdcall' ignored for this target}}
18
void rdar8876096foo6(int i, int j) __attribute__((
cdecl
, fastcall)); // expected-warning {{calling convention 'fastcall' ignored for this target}}
19
void rdar8876096foo7(int i, int j) __attribute__((
cdecl
, stdcall)); // expected-warning{{calling convention 'stdcall' ignored for this target}}
stdcall-fastcall.c
13
void rdar8876096foo1(int i, int j) __attribute__((fastcall,
cdecl
)); // expected-error {{not compatible}}
16
void rdar8876096foo4(int i, int j) __attribute__((stdcall,
cdecl
)); // expected-error {{not compatible}}
18
void rdar8876096foo6(int i, int j) __attribute__((
cdecl
, fastcall)); // expected-error {{not compatible}}
19
void rdar8876096foo7(int i, int j) __attribute__((
cdecl
, stdcall)); // expected-error {{not compatible}}
callingconv.c
21
void __attribute__((
cdecl
)) ctest0() {}
23
void __attribute__((
cdecl
(1))) ctest1(float x) {} // expected-error {{'
cdecl
' attribute takes no arguments}}
29
void (__attribute__((
cdecl
)) *ptest1)(void) = test1; // expected-warning {{incompatible pointer types}}
34
void (__attribute__((
cdecl
)) *pctest2)() = ctest2;
50
void __attribute__((
cdecl
)) ctest3() {}
54
PROC __attribute__((
cdecl
)) ctest4(const char *x) {}
/external/clang/test/CodeGenCXX/
microsoft-abi-default-cc.cpp
7
# define METHOD_CC __attribute__ ((
cdecl
))
2007-01-06-PtrMethodInit.cpp
36
__attribute__ ((regparm (0),
cdecl
)) HandleEvent (nsIDOMEvent * event) =
48
cdecl
)) MouseDown (nsIDOMEvent * aMouseEvent) = 0;
/external/clang/test/SemaCXX/
virtual-override-x64.cpp
14
void __attribute__((
cdecl
)) f();
virtual-override-x86.cpp
11
void __attribute__((
cdecl
)) f(); // expected-error{{virtual function 'f' has different calling convention attributes ('void () __attribute__((
cdecl
))') than the function it overrides (which has calling convention 'void () __attribute__((thiscall))'}}
Completed in 2227 milliseconds
1
2
3
4