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

1 2 3

  /external/clang/test/Parser/
char-literal-printing.c 20 wchar_t test16(void) { return L'\r'; } function
  /external/llvm/test/Transforms/InstSimplify/
undef.ll 115 ; @test16
117 define i64 @test16(i64 %a) {
  /dalvik/dx/tests/070-dex-multianewarray/
Blort.java 87 public static short[][][][] test16() { method in class:Blort
  /dalvik/dx/tests/078-dex-local-variable-table/
Blort.java 104 public static void test16(String x) { method in class:Blort
  /external/clang/test/Sema/
attr-deprecated.c 97 unsigned long test16 __attribute__((deprecated)) variable
builtins.c 100 int test16() { function
block-misc.c 152 void test16(__block int i) { // expected-error {{__block attribute not allowed, only allowed on local variables}}
return.c 93 int test16() { function
scope-check.c 234 int test16(int [sizeof &&z]); // expected-error {{use of address-of-label extension outside of a function body}}
switch.c 274 void test16() { function
  /external/clang/test/CodeGen/
object-size.c 121 // CHECK: define void @test16
122 void test16() { function
  /external/clang/test/CXX/class.access/
p4.cpp 425 namespace test16 { namespace
427 void b() { throw A(); } // expected-error{{temporary of type 'test16::A' has private destructor}} \
428 // expected-error{{exception object of type 'test16::A' has private destructor}}
457 // The destructor is not implicitly referenced here. Contrast to test16,
  /external/llvm/test/Transforms/InstCombine/
sext.ll 176 define i32 @test16(i16 %x) nounwind {
181 ; CHECK: @test16
apint-sub.ll 104 define i51 @test16(i51 %A) {
mul.ll 101 define i32 @test16(i32 %b, i1 %c) {
or.ll 144 define i32 @test16(i32 %A) {
151 ; CHECK: @test16
sub.ll 149 define i32 @test16(i32 %A) {
153 ; CHECK: @test16
  /external/llvm/test/CodeGen/X86/
fast-isel-x86-64.ll 187 define void @test16() nounwind {
188 ; CHECK: test16:
sse2.ll 197 ; CHECK: test16:
201 define <2 x double> @test16(<4 x double> * nocapture %srcA, <2 x double>* nocapture %dst) {
  /external/llvm/test/Transforms/DeadStoreElimination/
simple.ll 194 define void @test16(i8* %P, i8* %Q) nounwind ssp {
198 ; CHECK: @test16
  /external/llvm/test/Transforms/ObjCARC/
rv.ll 241 ; CHECK: define void @test16(
245 define void @test16() {
  /external/clang/test/CodeGenCXX/
vtable-layout.cpp 616 namespace Test16 {
625 // CHECK-23: Vtable for 'Test16::D' (15 entries).
628 // CHECK-23-NEXT: 2 | Test16::D RTTI
629 // CHECK-23-NEXT: -- (Test16::D, 0) vtable address --
630 // CHECK-23-NEXT: 3 | void Test16::D::f()
631 // CHECK-23-NEXT: 4 | Test16::D::~D() [complete]
632 // CHECK-23-NEXT: 5 | Test16::D::~D() [deleting]
635 // CHECK-23-NEXT: 8 | Test16::D RTTI
636 // CHECK-23-NEXT: -- (Test16::A, 8) vtable address --
637 // CHECK-23-NEXT: -- (Test16::C, 8) vtable address -
    [all...]
  /external/llvm/test/ExecutionEngine/
test-setcond-int.ll 35 %test16 = icmp ule i32 %uint1, %uint2 ; <i1> [#uses=0]
  /external/clang/test/CodeGenObjC/
arc.m 384 @interface Test16 : Test16_super {
391 @implementation Test16
395 // CHECK: define internal void @"\01-[Test16 dealloc]"(
396 // CHECK: [[SELF:%.*]] = alloca [[TEST16:%.*]]*, align
399 // CHECK-NEXT: store [[TEST16]]* {{%.*}}, [[TEST16]]** [[SELF]], align
401 // CHECK-NEXT: [[BASE:%.*]] = load [[TEST16]]** [[SELF]]
404 // CHECK-NEXT: [[BASE2:%.*]] = bitcast [[TEST16]]* [[BASE]] to i8*
417 // CHECK: define internal void @"\01-[Test16 .cxx_destruct]"(
418 // CHECK: [[SELF:%.*]] = alloca [[TEST16:%.*]]*, alig
    [all...]
  /external/llvm/test/Transforms/ScalarRepl/
vector_promote.ll 251 define <4 x float> @test16(<4 x float> %x, i64 %y0, i64 %y1) {
262 ; CHECK: @test16

Completed in 1196 milliseconds

1 2 3