/external/clang/test/SemaCXX/ |
D | long-virtual-inheritance-chain.cpp | 18 class test15 : virtual test14 { virtual void f(); }; class 19 class test16 : virtual test15 { virtual void f(); };
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstSimplify/ |
D | undef.ll | 108 ; @test15 110 define i1 @test15() {
|
/external/llvm/test/CodeGen/X86/ |
D | cmov-fp.ll | 260 define float @test15(i32 %a, i32 %b, float %x) nounwind { 265 ; SSE-LABEL: test15: 268 ; NOSSE2-LABEL: test15: 271 ; NOSSE1-LABEL: test15: 274 ; NOCMOV-LABEL: test15:
|
D | vec_shift5.ll | 208 define <4 x i32> @test15() { 209 ; X32-LABEL: test15: 214 ; X64-LABEL: test15:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | cmov-fp.ll | 260 define float @test15(i32 %a, i32 %b, float %x) nounwind { 265 ; SSE-LABEL: test15: 268 ; NOSSE2-LABEL: test15: 271 ; NOSSE1-LABEL: test15: 274 ; NOCMOV-LABEL: test15:
|
D | vec_shift5.ll | 205 define <4 x i32> @test15() { 206 ; X32-LABEL: test15: 211 ; X64-LABEL: test15:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | movw-consts.ll | 104 define void @test15() { 105 ; CHECK-LABEL: test15:
|
D | arm64-rounding.ll | 149 ; CHECK-LABEL: test15: 152 define float @test15(float %a) #1 {
|
/external/llvm/test/CodeGen/AArch64/ |
D | movw-consts.ll | 104 define void @test15() { 105 ; CHECK-LABEL: test15:
|
D | arm64-rounding.ll | 149 ; CHECK-LABEL: test15: 152 define float @test15(float %a) #1 {
|
/external/ltp/lib/newlib_tests/ |
D | .gitignore | 15 test15
|
D | Makefile | 10 test15: CFLAGS+=-pthread target
|
/external/ltp/testcases/kernel/fs/fs_bind/move/ |
D | 00_Descriptions.txt | 39 test15 - uncloneable subtree to slave parent. 119 test15:
|
/external/clang/test/Misc/ |
D | diag-template-diffing-color.cpp | 24 void test15() { in test15() function
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | div.ll | 123 define i32 @test15(i32 %a, i32 %b) nounwind { 128 ; CHECK: @test15
|
/external/swiftshader/third_party/LLVM/test/Transforms/ConstProp/ |
D | loads.ll | 133 define i64 @test15() nounwind { 137 ; CHECK: @test15
|
/external/llvm/test/Transforms/InstCombine/ |
D | compare-udiv.ll | 117 ; CHECK-LABEL: @test15 119 define i1 @test15(i32 %d) {
|
/external/ltp/testcases/kernel/fs/fs_bind/bind/ |
D | 00_Descriptions.txt | 40 test15 - uncloneable child to slave parent. 127 test15:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstProp/ |
D | loads.ll | 227 define i64 @test15() nounwind { 232 ; LE-LABEL: @test15( 235 ; BE-LABEL: @test15(
|
/external/llvm/test/Transforms/ConstProp/ |
D | loads.ll | 227 define i64 @test15() nounwind { 232 ; LE-LABEL: @test15( 235 ; BE-LABEL: @test15(
|
/external/clang/test/Sema/ |
D | c89.c | 84 int test15[5] = { [2] = 1 }; /* expected-warning {{designated initializers are a C99 feature}} */ variable
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | atomic.ll | 123 define i32 @test15() { 124 ; CHECK-LABEL: test15
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadStoreElimination/ |
D | atomic.ll | 123 define i32 @test15() { 124 ; CHECK-LABEL: test15
|
/external/clang/test/Parser/ |
D | char-literal-printing.c | 21 char test15(void) { return '\r'; } in test15() function
|
D | declarators.c | 100 long struct X { int x; } test15(); // expected-error {{'long struct' is invalid}}
|