/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
|
/external/clang/test/SemaCXX/ |
D | conversion.cpp | 264 namespace test13 { namespace 267 #define test13(condition) if (condition) return; macro 269 #define CHECK13(condition) test13(identity13(!(condition)))
|
D | long-virtual-inheritance-chain.cpp | 16 class test13 : virtual test12 { virtual void f(); }; class 17 class test14 : virtual test13 { virtual void f(); };
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstSimplify/ |
D | undef.ll | 94 ; @test13 96 define i64 @test13() {
|
/external/llvm/test/CodeGen/X86/ |
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 | add.ll | 175 define void @test13(i64* inreg %a) nounwind { 181 ; X32-LABEL: test13: 184 ; X64-LABEL: test13:
|
D | narrow-shl-cst.ll | 115 define i64 @test13(i64 %x, i64* %y) nounwind { 120 ; CHECK-LABEL: test13:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
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 | narrow-shl-cst.ll | 115 define i64 @test13(i64 %x, i64* %y) nounwind { 120 ; CHECK-LABEL: test13:
|
D | vec_shift5.ll | 177 define <4 x i32> @test13() { 178 ; X32-LABEL: test13: 183 ; X64-LABEL: test13:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | movw-consts.ll | 90 define void @test13() { 91 ; CHECK-LABEL: test13:
|
D | arm64-rounding.ll | 131 ; CHECK-LABEL: test13: 134 define float @test13(float %a) #1 {
|
/external/llvm/test/CodeGen/AArch64/ |
D | movw-consts.ll | 90 define void @test13() { 91 ; CHECK-LABEL: test13:
|
/external/ltp/lib/newlib_tests/ |
D | .gitignore | 13 test13
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | apint-and.ll | 117 define i1024 @test13(i1024 %A) { 118 ; CHECK-LABEL: @test13(
|
/external/ltp/testcases/kernel/fs/fs_bind/move/ |
D | 00_Descriptions.txt | 37 test13 - uncloneable subtree to shared parent. 109 test13:
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | div.ll | 107 define i32 @test13(i32 %x) nounwind { 110 ; CHECK: @test13
|
/external/swiftshader/third_party/LLVM/test/Transforms/ConstProp/ |
D | loads.ll | 117 define i1 @test13() { 120 ; CHECK: @test13
|
/external/llvm/test/Transforms/InstCombine/ |
D | compare-udiv.ll | 100 ; CHECK-LABEL: @test13 102 define i1 @test13(i32 %d) {
|
/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/ltp/testcases/kernel/fs/fs_bind/bind/ |
D | 00_Descriptions.txt | 38 test13 - uncloneable child to shared parent. 117 test13:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstProp/ |
D | loads.ll | 189 define i1 @test13() { 193 ; LE-LABEL: @test13( 196 ; BE-LABEL: @test13(
|
/external/llvm/test/Transforms/ConstProp/ |
D | loads.ll | 189 define i1 @test13() { 193 ; LE-LABEL: @test13( 196 ; BE-LABEL: @test13(
|
/external/clang/test/Sema/ |
D | c89.c | 72 struct test13 { struct
|