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

1 2

  /external/clang/test/Sema/
attr-deprecated.c 105 enum __attribute__((deprecated)) Test20 { // expected-note {{declared here}}
109 void test20() { function
110 enum Test20 f; // expected-warning {{'Test20' is deprecated}}
block-misc.c 203 void test20() {
return.c 109 int test20() { function
exprs.c 194 int test20(int x) { function
  /external/clang/test/SemaCXX/
long-virtual-inheritance-chain.cpp 23 class test20 : virtual test19 { virtual void f(); }; class in inherits:test19
24 class test21 : virtual test20 { virtual void f(); };
  /external/clang/test/Parser/
char-literal-printing.c 26 wchar_t test20(void) { return L'\v'; } function
  /external/llvm/test/CodeGen/X86/
cmov-fp.ll 350 define x86_fp80 @test20(i32 %a, i32 %b, x86_fp80 %x) nounwind {
355 ; SSE-LABEL: test20:
358 ; NOSSE2-LABEL: test20:
361 ; NOSSE1-LABEL: test20:
364 ; NOCMOV-LABEL: test20:
fast-isel-x86-64.ll 252 define void @test20() nounwind ssp {
257 ; CHECK-LABEL: test20:
  /external/llvm/test/Transforms/InstCombine/
apint-shift.ll 201 ; CHECK-LABEL: @test20(
203 define i1 @test20(i13 %A) {
apint-sub.ll 131 define i1 @test20(i33 %g, i33 %h) {
or.ll 190 define i32 @test20(i32 %x) {
194 ; CHECK-LABEL: @test20(
sub.ll 187 define i1 @test20(i32 %g, i32 %h) {
191 ; CHECK-LABEL: @test20(
set.ll 128 define i32 @test20(i32 %A) {
xor.ll 133 define void @test20(i32 %A, i32 %B) {
and.ll 149 define i8 @test20(i8 %A) {
getelementptr.ll 188 define i32 @test20(i32* %P, i32 %A, i32 %B) {
193 ; CHECK-LABEL: @test20(
phi.ll 456 define i1 @test20(i1 %cond) {
469 ; CHECK-LABEL: @test20(
  /external/llvm/test/Transforms/ObjCARC/
rv.ll 239 ; CHECK: define i8* @test20(i8* %p) {
243 define i8* @test20(i8* %p) {
  /external/clang/test/CodeGenCXX/
vtable-layout.cpp 953 namespace Test20 {
964 // CHECK-27: Vtable for 'Test20::C' (9 entries).
966 // CHECK-27-NEXT: 1 | Test20::C RTTI
967 // CHECK-27-NEXT: -- (Test20::A, 0) vtable address --
968 // CHECK-27-NEXT: -- (Test20::C, 0) vtable address --
969 // CHECK-27-NEXT: 2 | void Test20::C::f() [pure]
970 // CHECK-27-NEXT: 3 | void Test20::A::g()
971 // CHECK-27-NEXT: 4 | void Test20::C::h()
973 // CHECK-27-NEXT: 6 | Test20::C RTTI
974 // CHECK-27-NEXT: -- (Test20::A, 8) vtable address -
    [all...]
microsoft-abi-vbtables.cpp 371 namespace Test20 {
380 // CHECK-DAG: @"\01??_8E@Test20@@7BC@1@@" = linkonce_odr unnamed_addr constant [3 x i32] [i32 0, i32 20, i32 24]
381 // CHECK-DAG: @"\01??_8E@Test20@@7BD@1@@" = linkonce_odr unnamed_addr constant [2 x i32] [i32 0, i32 16]
382 // CHECK-DAG: @"\01??_8D@Test20@@7B@" = linkonce_odr unnamed_addr constant [2 x i32] [i32 0, i32 8]
383 // CHECK-DAG: @"\01??_8C@Test20@@7B@" = linkonce_odr unnamed_addr constant [2 x i32] [i32 0, i32 8]
  /external/llvm/test/ExecutionEngine/MCJIT/
test-setcond-int.ll 39 %test20 = icmp uge i64 %ulong1, %ulong2 ; <i1> [#uses=0]
  /external/llvm/test/ExecutionEngine/
test-interp-vec-setcond-int.ll 39 %test20 = icmp uge <2 x i64> %ulong1, %ulong2
test-setcond-int.ll 39 %test20 = icmp uge i64 %ulong1, %ulong2 ; <i1> [#uses=0]
  /external/llvm/test/Transforms/DeadStoreElimination/
simple.ll 254 define void @test20() {
259 ; CHECK-LABEL: @test20(
  /external/clang/test/CodeGen/
mmx-builtins.c 105 __m64 test20(__m64 a, __m64 b) { function

Completed in 3068 milliseconds

1 2