HomeSort by relevance Sort by last modified time
    Searched full:cdecl (Results 26 - 50 of 255) sorted by null

12 3 4 5 6 7 8 91011

  /external/clang/test/SemaCXX/
virtual-override-x64.cpp 14 void __attribute__((cdecl)) f();
  /external/expat/lib/
expat_external.h 21 "library boundary." This will default to cdecl, and
33 compiled with the cdecl calling convention as the default since
34 system headers may assume the cdecl convention.
40 #define XMLCALL __attribute__((cdecl))
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 75 #ifndef CDECL
77 # define CDECL __cdecl
80 # define CDECL /* not actual on x86_64 platform */
82 # define CDECL __attribute__ ((cdecl))
85 #endif /* CDECL */
99 #define ITTAPI CDECL
100 #define LIBITTAPI CDECL
103 #define ITTAPI_CALL CDECL
104 #define LIBITTAPI_CALL CDECL
    [all...]
  /external/chromium_org/v8/src/third_party/vtune/
jitprofiling.h 263 #ifndef CDECL
265 # define CDECL __cdecl
268 # define CDECL /* not actual on x86_64 platform */
270 # define CDECL __attribute__ ((cdecl))
273 #endif /* CDECL */
275 #define JITAPI CDECL
ittnotify_config.h 114 #ifndef CDECL
116 # define CDECL __cdecl
119 # define CDECL /* not actual on x86_64 platform */
121 # define CDECL __attribute__ ((cdecl))
124 #endif /* CDECL */
138 #define ITTAPI CDECL
139 #define LIBITTAPI CDECL
142 #define ITTAPI_CALL CDECL
143 #define LIBITTAPI_CALL CDECL
    [all...]
  /external/clang/test/Misc/
ast-dump-attr.cpp 120 int __attribute__((cdecl)) TestOne(void), TestTwo(void);
121 // CHECK: FunctionDecl{{.*}}TestOne{{.*}}__attribute__((cdecl))
122 // CHECK: FunctionDecl{{.*}}TestTwo{{.*}}__attribute__((cdecl))
  /external/clang/test/SemaObjC/
method-attributes.m 90 __attribute__((cdecl)) // expected-warning {{'cdecl' attribute only applies to functions and methods}}
  /external/zlib/src/contrib/pascal/
zlibpas.pas 18 cdecl;
20 cdecl;
23 cdecl;
25 cdecl;
256 function _malloc(Size: Integer): Pointer; cdecl;
261 procedure _free(Block: Pointer); cdecl;
266 procedure _memset(P: Pointer; B: Byte; count: Integer); cdecl;
271 procedure _memcpy(dest, source: Pointer; count: Integer); cdecl;
  /hardware/ti/omap3/dspbridge/inc/
dspapi.h 49 #define WBKERNEL_API CDECL
dbdcddef.h 93 typedef DSP_STATUS(CDECL * DCD_REGISTERFXN) (IN struct DSP_UUID * pUuid,
97 typedef DSP_STATUS(CDECL * DCD_UNREGISTERFXN) (IN struct DSP_UUID * pUuid,
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dspapi.h 49 #define WBKERNEL_API CDECL
dbdcddef.h 93 typedef DSP_STATUS(CDECL * DCD_REGISTERFXN) (IN struct DSP_UUID * pUuid,
97 typedef DSP_STATUS(CDECL * DCD_UNREGISTERFXN) (IN struct DSP_UUID * pUuid,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
error.h 27 #include <pulse/cdecl.h>
operation.h 25 #include <pulse/cdecl.h>
rtclock.h 25 #include <pulse/cdecl.h>
glib-mainloop.h 29 #include <pulse/cdecl.h>
subscribe.h 30 #include <pulse/cdecl.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
error.h 27 #include <pulse/cdecl.h>
operation.h 25 #include <pulse/cdecl.h>
rtclock.h 25 #include <pulse/cdecl.h>
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 657 ObjCInterfaceDecl *CDecl = dyn_cast_or_null<ObjCInterfaceDecl>(CDeclU);
658 if (!CDecl) {
667 ObjCCompatibleAliasDecl::Create(Context, CurContext, AtLoc, AliasName, CDecl);
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 56 void migrateAllMethodInstaceType(ASTContext &Ctx, ObjCContainerDecl *CDecl);
57 void migrateMethodInstanceType(ASTContext &Ctx, ObjCContainerDecl *CDecl,
62 void migrateFactoryMethod(ASTContext &Ctx, ObjCContainerDecl *CDecl,
77 void migrateARCSafeAnnotation(ASTContext &Ctx, ObjCContainerDecl *CDecl);
    [all...]
  /external/zlib/src/contrib/delphi/
ZLib.pas 19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
20 TFree = procedure (AppData, Block: Pointer); cdecl;
218 function _malloc(Size: Integer): Pointer; cdecl;
223 procedure _free(Block: Pointer); cdecl;
228 procedure _memset(P: Pointer; B: Byte; count: Integer); cdecl;
233 procedure _memcpy(dest, source: Pointer; count: Integer); cdecl;
254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
260 procedure zlibFreeMem(AppData, Block: Pointer); cdecl;
  /external/chromium_org/base/
compiler_specific.h 207 #if !defined(CDECL)
209 #define CDECL __cdecl
211 #define CDECL
213 #endif // !defined(CDECL)
  /external/clang/test/CodeGenCXX/
microsoft-abi-default-cc.cpp 7 # define METHOD_CC __attribute__ ((cdecl))

Completed in 1529 milliseconds

12 3 4 5 6 7 8 91011