/external/clang/test/SemaCXX/ |
D | long-virtual-inheritance-chain.cpp | 25 class test22 : virtual test21 { virtual void f(); }; class 26 class test23 : virtual test22 { virtual void f(); };
|
/external/clang/test/Sema/ |
D | exprs.c | 243 void test22() { in test22() function 247 if (test22) in test22()
|
D | attr-deprecated.c | 117 struct test22 { struct
|
D | return.c | 125 int test22() { in test22() function
|
D | uninit-variables.c | 167 int test22() { in test22() function
|
/external/llvm/test/CodeGen/X86/ |
D | cmov-fp.ll | 390 define x86_fp80 @test22(i32 %a, i32 %b, x86_fp80 %x) nounwind { 395 ; SSE-LABEL: test22: 399 ; NOSSE2-LABEL: test22: 403 ; NOSSE1-LABEL: test22: 407 ; NOCMOV-LABEL: test22:
|
D | fast-isel-x86-64.ll | 275 define void @test22() nounwind { 282 ; CHECK-LABEL: test22:
|
D | vselect.ll | 221 define <4 x float> @test22(<4 x float> %a, <4 x float> %b) { 225 ; CHECK-LABEL: test22
|
D | avx512-shuffle.ll | 250 ; CHECK-LABEL: test22 253 define <4 x i32> @test22(<4 x i32> %a, <4 x i32> %b) nounwind {
|
/external/clang/test/Parser/ |
D | char-literal-printing.c | 29 wchar_t test22(void) { return L'c'; } in test22() function
|
/external/clang/test/Analysis/inlining/ |
D | inline-defensive-checks.c | 72 int test22(int *q, int *x) { in test22() function
|
/external/llvm/test/Transforms/InstCombine/ |
D | apint-shift.ll | 217 ; CHECK-LABEL: @test22( 219 define i1 @test22(i14 %A) {
|
D | set.ll | 142 define i1 @test22(i32 %A, i32 %X) {
|
D | or.ll | 210 define i32 @test22(i32 %B) { 215 ; CHECK-LABEL: @test22(
|
D | xor.ll | 148 define i32 @test22(i1 %X) {
|
D | sub.ll | 206 define zeroext i1 @test22(i32 %a, i32 %b) nounwind { 211 ; CHECK-LABEL: @test22(
|
D | and.ll | 156 define i1 @test22(i32 %A) {
|
D | phi.ll | 492 define void @test22() { 493 ; CHECK-LABEL: @test22(
|
/external/llvm/test/Transforms/ObjCARC/ |
D | rv.ll | 263 ; CHECK: define i8* @test22(i8* %p) { 267 define i8* @test22(i8* %p) {
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | test-setcond-int.ll | 41 %test22 = icmp ule i64 %ulong1, %ulong2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/ |
D | test-setcond-int.ll | 41 %test22 = icmp ule i64 %ulong1, %ulong2 ; <i1> [#uses=0]
|
D | test-interp-vec-setcond-int.ll | 41 %test22 = icmp ule <2 x i64> %ulong1, %ulong2
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | simple.ll | 279 ; CHECK-LABEL: @test22( 280 define void @test22(i1 %i, i32 %k, i32 %m) nounwind {
|
/external/clang/test/CodeGen/ |
D | mmx-builtins.c | 115 __m64 test22(__m64 a, __m64 b) { in test22() function
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx.ll | 225 define <4 x float> @test22(<4 x float> %a, <4 x float> %b, <4 x float> %c, <4 x float> %d) { 231 ; CHECK-LABEL: @test22
|