/external/clang/test/CodeGen/ |
D | switch-dce.c | 227 void test13(int x) { in test13() function 229 case 42: test13(97); // fallthrough in test13() 231 default: test13(42); break; in test13()
|
D | conditional.c | 72 void test13() { in test13() function
|
D | object-size.c | 103 void test13() { in test13() function
|
D | init.c | 129 void test13(int x) { in test13() function
|
/external/clang/test/SemaCXX/ |
D | long-virtual-inheritance-chain.cpp | 16 class test13 : virtual test12 { virtual void f(); }; class 17 class test14 : virtual test13 { virtual void f(); };
|
D | alignof.cpp | 41 auto test13() -> char(&)[__alignof__(s2.x)];
|
D | ast-print.cpp | 150 void test13() { in test13() function
|
D | linkage2.cpp | 139 namespace test13 { namespace
|
/external/llvm/test/CodeGen/AArch64/ |
D | movw-consts.ll | 90 define void @test13() { 91 ; CHECK-LABEL: test13:
|
D | arm64-rounding.ll | 133 ; CHECK: test13 136 define float @test13(float %a) #1 {
|
/external/llvm/test/CodeGen/X86/ |
D | narrow-shl-cst.ll | 115 define i64 @test13(i64 %x, i64* %y) nounwind { 120 ; CHECK-LABEL: test13:
|
D | cmov-fp.ll | 224 define float @test13(i32 %a, i32 %b, float %x) nounwind { 229 ; SSE-LABEL: test13: 232 ; NOSSE2-LABEL: test13: 235 ; NOSSE1-LABEL: test13: 238 ; NOCMOV-LABEL: test13:
|
D | viabs.ll | 256 define <8 x i64> @test13(<8 x i64>* %a.ptr) nounwind { 257 ; AVX2-LABEL: test13: 262 ; AVX512-LABEL: test13:
|
/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
D | p1.cpp | 281 namespace test13 { namespace 289 void foo(Role<N, test13::Foo> &role) { in foo()
|
/external/clang/test/Sema/ |
D | c89.c | 72 struct test13 { struct
|
D | asm.c | 126 void test13(void) { in test13() function
|
D | block-misc.c | 121 void *test13 = ^{
|
D | switch.c | 240 int test13(my_type_t t) { in test13() function
|
D | attr-deprecated.c | 93 int test13(foo_dep *foo) __attribute__((deprecated));
|
D | return.c | 81 int test13() { in test13() function
|
/external/llvm/test/Transforms/ConstProp/ |
D | loads.ll | 186 define i1 @test13() { 190 ; LE-LABEL: @test13( 193 ; BE-LABEL: @test13(
|
/external/clang/test/Analysis/inlining/ |
D | inline-defensive-checks.c | 57 int test13(int *q) { in test13() function
|
/external/clang/test/Parser/ |
D | char-literal-printing.c | 19 char test13(void) { return '\n'; } in test13() function
|
D | declarators.c | 86 struct test13 { int a; } (test13x); struct
|
/external/clang/test/CodeGenCXX/ |
D | eh.cpp | 319 namespace test13 { namespace
|