Home
last modified time | relevance | path

Searched refs:EXTERN_C (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/clang/test/Sema/
Dcalling-conv-complete-params.c6 #ifndef EXTERN_C
7 #define EXTERN_C macro
19 EXTERN_C void __stdcall fwd_std(struct Foo p);
25 EXTERN_C void __fastcall fwd_fast(struct Foo p);
31 EXTERN_C void __vectorcall fwd_vector(struct Foo p);
45 EXTERN_C void __vectorcall tpl_ok(TemplateWrapper<int> p);
48 EXTERN_C void __vectorcall tpl_fast(TemplateWrapper<Foo> p);
Dformat-strings-enum.c8 # define EXTERN_C extern "C" macro
10 # define EXTERN_C extern macro
13 EXTERN_C int printf(const char *,...);
14 EXTERN_C int scanf(const char *, ...);
Dformat-strings-enum-fixed-type.cpp6 # define EXTERN_C extern "C" macro
8 # define EXTERN_C extern macro
11 EXTERN_C int printf(const char *,...);
/external/llvm-project/clang/lib/Driver/ToolChains/
DMSVCSetupApi.h127 EXTERN_C const IID IID_ISetupInstance;
225 EXTERN_C const IID IID_ISetupInstance2;
276 EXTERN_C const IID IID_IEnumSetupInstances;
327 EXTERN_C const IID IID_ISetupConfiguration;
364 EXTERN_C const IID IID_ISetupConfiguration2;
382 EXTERN_C const IID IID_ISetupPackageReference;
445 EXTERN_C const IID IID_ISetupHelper;
488 EXTERN_C const CLSID CLSID_SetupConfiguration;
/external/capstone/contrib/windows_kernel/
Dlibc.h10 EXTERN_C
18 EXTERN_C
26 EXTERN_C
34 EXTERN_C
Dlibc.cpp28 EXTERN_C
58 EXTERN_C
74 EXTERN_C
100 EXTERN_C
/external/OpenCL-CTS/test_common/harness/
Dcompat.h24 #define EXTERN_C extern "C" macro
26 #define EXTERN_C macro
38 EXTERN_C inline long long llabs(long long __x) { return __x >= 0 ? __x : -__x; } in llabs()
272 EXTERN_C unsigned int sleep(unsigned int sec);
273 EXTERN_C int usleep(int usec);
301 EXTERN_C uint64_t ReadTime(void);
302 EXTERN_C double SubtractTime(uint64_t endTime, uint64_t startTime);
308 EXTERN_C int __builtin_clz(unsigned int pattern);
/external/llvm-project/clang/test/Modules/
Dextern_c.cpp25 #ifdef EXTERN_C
44 #elif defined(EXTERN_C) && !defined(EXTERN_CXX) && defined(CXX_HEADER) && !defined(NO_EXTERN_C_ERRO…
53 #ifdef EXTERN_C
/external/clang/test/Modules/
Dextern_c.cpp25 #ifdef EXTERN_C
44 #elif defined(EXTERN_C) && !defined(EXTERN_CXX) && defined(CXX_HEADER) && !defined(NO_EXTERN_C_ERRO…
53 #ifdef EXTERN_C
/external/clang/test/Sema/
Dformat-strings-enum.c8 # define EXTERN_C extern "C" macro
10 # define EXTERN_C extern macro
13 EXTERN_C int printf(const char *,...);
Dformat-strings-enum-fixed-type.cpp6 # define EXTERN_C extern "C" macro
8 # define EXTERN_C extern macro
11 EXTERN_C int printf(const char *,...);
/external/capstone/tests/
Dtest_winkernel.cpp19 EXTERN_C DRIVER_INITIALIZE DriverEntry;
151 EXTERN_C NTSTATUS DriverEntry(PDRIVER_OBJECT DriverObject, PUNICODE_STRING RegistryPath) in DriverEntry()
/external/capstone/contrib/cs_driver/cs_driver/
Dcs_driver.c33 EXTERN_C NTSTATUS DriverEntry(PDRIVER_OBJECT DriverObject, in DriverEntry()
/external/mesa3d/src/gallium/targets/libgl-gdi/
Dlibgl_gdi.c175 EXTERN_C BOOL WINAPI
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dwindows_user.h5 EXTERN_C IMAGE_DOS_HEADER __ImageBase;
/external/lzma/CPP/7zip/Archive/
DIArchive.h587 #define API_FUNC_IsArc EXTERN_C UInt32 WINAPI
/external/arm-optimized-routines/math/test/
Dmathtest.c25 #define EXTERN_C extern "C" macro
27 #define EXTERN_C extern macro
/external/llvm-project/libc/AOR_v20.02/math/test/
Dmathtest.c26 #define EXTERN_C extern "C" macro
28 #define EXTERN_C extern macro