HomeSort by relevance Sort by last modified time
    Searched full:test22 (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/test/Parser/
char-literal-printing.c 29 wchar_t test22(void) { return L'c'; } function
  /external/clang/test/Sema/
exprs.c 234 void test22() { function
238 if (test22)
return.c 125 int test22() { function
uninit-variables.c 165 int test22() { function
  /external/llvm/test/CodeGen/X86/
fast-isel-x86-64.ll 269 define void @test22() nounwind {
276 ; CHECK: test22:
  /external/llvm/test/Transforms/InstCombine/
apint-shift.ll 207 ; CHECK: @test22
209 define i1 @test22(i14 %A) {
or.ll 210 define i32 @test22(i32 %B) {
215 ; CHECK: @test22
sub.ll 206 define zeroext i1 @test22(i32 %a, i32 %b) nounwind {
211 ; CHECK: @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) {
getelementptr.ll 212 define i1 @test22() {
216 ; CHECK: @test22
icmp.ll 207 define i1 @test22(i8 %x, i8 %y) {
208 ; CHECK: @test22
phi.ll 492 define void @test22() {
493 ; CHECK: @test22
shift.ll 259 define i1 @test22(i8 %A) {
260 ; CHECK: @test22
add.ll 157 define i32 @test22(i32 %V) {
select.ll 358 define i16 @test22(i32 %x) {
362 ; CHECK: @test22
  /external/llvm/test/ExecutionEngine/
test-setcond-int.ll 41 %test22 = icmp ule i64 %ulong1, %ulong2 ; <i1> [#uses=0]
  /external/llvm/test/Transforms/ObjCARC/
rv.ll 313 ; CHECK: define i8* @test22(i8* %p) {
317 define i8* @test22(i8* %p) {
  /external/clang/test/CodeGen/
mmx-builtins.c 115 __m64 test22(__m64 a, __m64 b) { function
  /external/clang/test/CodeGenCXX/
vtable-layout.cpp 940 namespace Test22 {
951 // CHECK-29: Vtable for 'Test22::C' (8 entries).
955 // CHECK-29-NEXT: 3 | Test22::C RTTI
956 // CHECK-29-NEXT: -- (Test22::C, 0) vtable address --
957 // CHECK-29-NEXT: 4 | void Test22::C::f()
960 // CHECK-29-NEXT: 7 | Test22::C RTTI
961 // CHECK-29-NEXT: -- (Test22::V2, 16) vtable address --
963 // CHECK-29: Construction vtable for ('Test22::V2', 16) in 'Test22::C' (3 entries).
966 // CHECK-29-NEXT: 2 | Test22::V2 RTT
    [all...]
visibility.cpp 468 namespace test22 { namespace
mangle.cpp 631 namespace test22 { namespace
  /external/icu4c/test/testdata/
ssearch.xml 156 <test-case id="test22" strength="PRIMARY" locale="es">
  /external/clang/test/SemaObjC/
arc.m 443 void test22(id x[]) { // expected-error {{must explicitly describe intended ownership of an object array parameter}}

Completed in 1613 milliseconds

1 2