Home
last modified time | relevance | path

Searched defs:redecl1 (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dattr-target-mv-bad-target.c3 int __attribute__((target("sse4.2"))) redecl1(void) { return 1; } in redecl1() function
6 int __attribute__((target("avx"))) redecl1(void) { return 2; } in redecl1() function
H A Dattr-target-mv.c27 int __attribute__((target("sse4.2"))) redecl1(void) { return 1; } in redecl1() function
28 int __attribute__((target("arch=sandybridge"))) redecl1(void) { return 2; } in redecl1() function
H A Dattr-cpuspecific.c32 int __attribute__((cpu_specific(atom))) redecl1(void) { return 1; } in redecl1() function
/llvm-project/clang/test/SemaCXX/
H A Dcxx1z-noexcept-function-type.cpp8 template<typename T> void redecl1() noexcept(noexcept(T())) {} // expected-note {{previous}} in redecl1() function
10 template<typename T> void redecl1() noexcept(noexcept(T())) {} // expected-error {{redefinition}} in redecl1() function
H A Ddllexport.cpp209 __declspec(dllexport) void redecl1() {} in redecl1() function
/llvm-project/clang/test/CodeGen/
H A Ddllexport.c60 __declspec(dllexport) void redecl1(void) {} in redecl1() function
/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport.cpp280 __declspec(dllexport) void redecl1() {} in redecl1() function