/external/clang/test/Sema/ |
D | c89.c | 82 int test14() { return (&*test14)(); } in test14() function
|
D | asm.c | 132 void test14(struct S *s) { in test14() function
|
D | switch.c | 256 int test14(int a) { in test14() function
|
D | block-misc.c | 129 void test14() { in test14() function
|
D | attr-deprecated.c | 94 int test14(foo_dep *foo); // expected-warning {{'foo_dep' is deprecated}}
|
D | return.c | 85 int test14() { in test14() function
|
D | scope-check.c | 203 int test14(int n) { in test14() function
|
/external/clang/test/SemaCXX/ |
D | alignof.cpp | 62 long long int test14[2]; variable 64 static_assert(alignof(test14) == 8, "foo"); // expected-warning {{'alignof' applied to an expressio…
|
D | long-virtual-inheritance-chain.cpp | 17 class test14 : virtual test13 { virtual void f(); }; class 18 class test15 : virtual test14 { virtual void f(); };
|
D | err_init_conversion_failed.cpp | 42 void test14(const float2 in, const float2 out) { in test14() function
|
D | ast-print.cpp | 164 void test14() { in test14() function
|
D | linkage2.cpp | 145 namespace test14 { namespace
|
/external/llvm/test/CodeGen/X86/ |
D | fmul-zero.ll | 4 define void @test14(<4 x float>*) nounwind {
|
D | cmov-fp.ll | 242 define float @test14(i32 %a, i32 %b, float %x) nounwind { 247 ; SSE-LABEL: test14: 250 ; NOSSE2-LABEL: test14: 253 ; NOSSE1-LABEL: test14: 256 ; NOCMOV-LABEL: test14:
|
D | avx512-mov.ll | 112 ; CHECK-LABEL: @test14 115 define <4 x i32> @test14(i32 %x) {
|
/external/llvm/test/CodeGen/AArch64/ |
D | movw-consts.ll | 97 define void @test14() { 98 ; CHECK-LABEL: test14:
|
D | arm64-rounding.ll | 142 ; CHECK: test14 145 define double @test14(double %a) #1 {
|
/external/llvm/test/Transforms/InstSimplify/ |
D | undef.ll | 122 ; @test14 124 define i1 @test14() {
|
/external/clang/test/CodeGen/ |
D | object-size.c | 110 void test14() { in test14() function
|
/external/llvm/test/Transforms/LoopIdiom/ |
D | basic-address-space.ll | 63 define i32 @test14() nounwind { 64 ; CHECK-LABEL: @test14(
|
/external/llvm/test/Transforms/ConstProp/ |
D | loads.ll | 185 define i64 @test14() nounwind { 190 ; LE-LABEL: @test14( 193 ; BE-LABEL: @test14(
|
/external/clang/test/Parser/ |
D | char-literal-printing.c | 20 wchar_t test14(void) { return L'\n'; } in test14() function
|
D | declarators.c | 93 void test14() // expected-error {{expected ';' after top level declarator}}
|
/external/clang/test/CodeGenCXX/ |
D | eh.cpp | 351 namespace test14 { namespace
|
D | mangle-template.cpp | 188 namespace test14 { namespace
|