Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A 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);
H A 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 *, ...);
H A 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 *,...);
/llvm-project-15.0.7/clang/test/CodeGen/
H A Daarch64-ls64.c10 #define EXTERN_C extern "C" macro
12 #define EXTERN_C macro
95 EXTERN_C void test_ld64b(void) in test_ld64b()
158 EXTERN_C void test_st64b(void) in test_st64b()
223 EXTERN_C void test_st64bv(void) in test_st64bv()
288 EXTERN_C void test_st64bv0(void) in test_st64bv0()
H A Dhomogeneous-aggregates.c58 #ifdef EXTERN_C
/llvm-project-15.0.7/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h132 EXTERN_C const IID IID_ISetupInstance;
230 EXTERN_C const IID IID_ISetupInstance2;
281 EXTERN_C const IID IID_IEnumSetupInstances;
332 EXTERN_C const IID IID_ISetupConfiguration;
369 EXTERN_C const IID IID_ISetupConfiguration2;
387 EXTERN_C const IID IID_ISetupPackageReference;
450 EXTERN_C const IID IID_ISetupHelper;
493 EXTERN_C const CLSID CLSID_SetupConfiguration;
/llvm-project-15.0.7/clang/test/Modules/
H A 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
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Ddeprecated-headers-extern-c.cpp23 #define EXTERN_C extern "C" macro
68 EXTERN_C {
/llvm-project-15.0.7/openmp/libompd/src/
H A DTargetValue.h254 #define EXTERN_C extern "C" macro
256 #define EXTERN_C macro
/llvm-project-15.0.7/libc/AOR_v20.02/math/test/
H A Dmathtest.c26 #define EXTERN_C extern "C" macro
28 #define EXTERN_C extern macro