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