Home
last modified time | relevance | path

Searched refs:test13 (Results 1 – 25 of 241) sorted by relevance

12345678910

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dswitch-dce.c227 void test13(int x) { in test13() function
229 case 42: test13(97); // fallthrough in test13()
231 default: test13(42); break; in test13()
H A Dmemccpy-libcall.c7 void test13(char *d, char *s, int c, size_t n) { in test13() function
H A Dconditional.c73 void test13(void) { in test13() function
H A Dalias.c116 void test13(enum a_type y) {} in test13() function
H A Dbuiltin-constant-p.c136 struct { int a; } test13 = { __builtin_constant_p(test13_v) }; variable
H A Dunaligned-expr.c112 void test13(void) { in test13() function
H A Dbuiltin-memfns.c124 void test13(char *d, char *s, int c, size_t n) { in test13() function
H A Dbuiltins-hexagon-v67-audio.c78 int test13(long long rss, long long rtt) { in test13() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconversion.cpp262 namespace test13 { namespace
265 #define test13(condition) if (condition) return; macro
267 #define CHECK13(condition) test13(identity13(!(condition)))
H A Dlong-virtual-inheritance-chain.cpp16 class test13 : virtual test12 { virtual void f(); }; class
17 class test14 : virtual test13 { virtual void f(); };
H A Dopenmp_default_simd_align.cpp39 auto test13() -> char(&)[__builtin_omp_required_simd_align(decltype(s2.x))];
H A Dalignof.cpp41 auto test13() -> char(&)[__alignof__(s2.x)];
H A Dast-print.cpp150 void test13() { in test13() function
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dbranch.ll44 ; RV32I-NEXT: # %bb.12: # %test13
114 br i1 %tst12, label %end, label %test13
118 test13:
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dapint-and.ll118 define i1024 @test13(i1024 %A) {
119 ; CHECK-LABEL: @test13(
/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Ddefault.fail.cpp43 std::tuple<Explicit, Implicit, Explicit> test13() { return {}; } // expected-error 1 {{chosen const… in test13() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dc89.c68 struct test13 { struct
H A Dstatements.c125 void test13(void) { in test13() function
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmovw-consts.ll120 define void @test13() {
121 ; CHECK-LABEL: test13:
H A Darm64-rounding.ll131 ; CHECK-LABEL: test13:
134 define float @test13(float %a) #1 {
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp281 namespace test13 { namespace
289 void foo(Role<N, test13::Foo> &role) { in foo()
/llvm-project-15.0.7/clang/test/Parser/
H A Dchar-literal-printing.c19 char test13(void) { return '\n'; } in test13() function
H A Ddeclarators.c89 struct test13 { int a; } (test13x); struct
/llvm-project-15.0.7/clang/test/Analysis/
H A Dunreachable-code-path.c206 void test13(int i) { in test13() function
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Deh.cpp322 namespace test13 { namespace

12345678910