HomeSort by relevance Sort by last modified time
    Searched full:testb (Results 26 - 50 of 386) sorted by null

12 3 4 5 6 7 8 91011>>

  /art/runtime/interpreter/mterp/x86/
op_new_instance.S 14 testb %al, %al # 0 means an exception is thrown
op_sput_object.S 10 testb %al, %al
op_fill_array_data.S 10 testb %al, %al # 0 means an exception is thrown
op_monitor_exit.S 16 testb %al, %al
op_sput_wide.S 17 testb %al, %al
const.S 17 testb %al, %al
  /art/runtime/interpreter/mterp/x86_64/
op_aput_object.S 11 testb %al, %al
op_check_cast.S 11 testb %al, %al
op_fill_array_data.S 7 testb %al, %al # 0 means an exception is thrown
op_new_instance.S 11 testb %al, %al # 0 means an exception is thrown
op_sput_wide.S 13 testb %al, %al
const.S 13 testb %al, %al
op_iput_wide.S 12 testb %al, %al
op_new_array.S 16 testb %al, %al # 0 means an exception is thrown
op_sput.S 15 testb %al, %al
  /external/clang/test/SemaObjCXX/
abstract-class-type-ivar.mm 8 virtual void testB() = 0; // expected-note {{unimplemented pure virtual method 'testB' in 'CppConcreteSub}}
  /external/llvm/test/CodeGen/X86/
testb-je-fusion.ll 3 ; testb should be scheduled right before je to enable macro-fusion.
5 ; CHECK: testb $2, %{{[abcd]}}h
test-shrink.ll 6 ; CHECK-64: testb $8, {{%ah|%ch}}
9 ; CHECK-32: testb $8, %ah
23 ; CHECK-64: testb $8, [[A0L:%dil|%cl]]
26 ; CHECK-32: testb $8, %al
40 ; CHECK-64: testb $8, {{%ah|%ch}}
43 ; CHECK-32: testb $8, %ah
57 ; CHECK-64: testb $8, [[A0L]]
60 ; CHECK-32: testb $8, %al
74 ; CHECK-64: testb $8, {{%ah|%ch}}
77 ; CHECK-32: testb $8, %a
    [all...]
trunc-to-bool.ll 37 ; CHECK: testb $1, (%eax)
48 ; CHECK: testb $1, 4(%esp)
59 ; CHECK: testb $1
  /external/clang/test/CXX/class/class.bit/
p2.cpp 17 void testB() {
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
test-shrink.ll 6 ; CHECK-64: testb $8, {{%ah|%ch}}
9 ; CHECK-32: testb $8, %ah
23 ; CHECK-64: testb $8, [[A0L:%dil|%cl]]
26 ; CHECK-32: testb $8, %al
40 ; CHECK-64: testb $8, {{%ah|%ch}}
43 ; CHECK-32: testb $8, %ah
57 ; CHECK-64: testb $8, [[A0L]]
60 ; CHECK-32: testb $8, %al
74 ; CHECK-64: testb $8, {{%ah|%ch}}
77 ; CHECK-32: testb $8, %a
    [all...]
trunc-to-bool.ll 37 ; CHECK: testb $1, (%eax)
48 ; CHECK: testb $1, 4(%esp)
59 ; CHECK: testb $1
  /external/clang/test/Modules/
extensions.c 3 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fdisable-module-hash -ftest-module-file-extension=clang.testA:1:5:0:user_info_for_A -ftest-module-file-extension=clang.testB:2:3:0:user_info_for_B -fmodules-cache-path=%t -I %S/Inputs %s
11 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -ftest-module-file-extension=clang.testA:1:5:0:user_info_for_A -ftest-module-file-extension=clang.testB:2:3:0:user_info_for_B -fmodules-cache-path=%t -I %S/Inputs %s
12 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -ftest-module-file-extension=clang.testA:1:3:0:user_info_for_A -ftest-module-file-extension=clang.testB:3:2:0:user_info_for_B -fmodules-cache-path=%t -I %S/Inputs %s -verify
19 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -ftest-module-file-extension=clang.testA:1:5:1:user_info_for_A -ftest-module-file-extension=clang.testB:2:3:1:user_info_for_B -fmodules-cache-path=%t -I %S/Inputs %s
20 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -ftest-module-file-extension=clang.testA:1:3:1:user_info_for_A -ftest-module-file-extension=clang.testB:3:2:1:user_info_for_B -fmodules-cache-path=%t -I %S/Inputs %s
21 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -ftest-module-file-extension=clang.testA:2:5:0:user_info_for_A -ftest-module-file-extension=clang.testB:7:3:0:user_info_for_B -fmodules-cache-path=%t -I %S/Inputs %s
24 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fdisable-module-hash -ftest-module-file-extension=clang.testA:1:5:0:user_info_for_A -ftest-module-file-extension=clang.testB:2:3:0:user_info_for_B -fmodules-cache-path=%t -I %S/Inputs %s > %t.log 2>&1
33 // expected-error@-2{{test module file extension 'clang.testB' has different version (2.3) than expected (3.2)}}
39 // CHECK-INFO: Module file extension 'clang.testB' 2.3: user_info_for_B
42 // CHECK-MESSAGE: Read extension block message: Hello from clang.testB v2.
    [all...]
  /external/clang/test/Analysis/
superclass.m 92 @interface TestB : UIViewController {}
94 @implementation TestB
100 } // expected-warning {{The 'addChildViewController:' instance method in UIViewController subclass 'TestB' is missing a [super addChildViewController:] call}}
101 - (void)viewDidAppear:(BOOL)animated {} // expected-warning {{The 'viewDidAppear:' instance method in UIViewController subclass 'TestB' is missing a [super viewDidAppear:] call}}
102 - (void)viewDidDisappear:(BOOL)animated {} // expected-warning {{The 'viewDidDisappear:' instance method in UIViewController subclass 'TestB' is missing a [super viewDidDisappear:] call}}
103 - (void)viewDidUnload {} // expected-warning {{The 'viewDidUnload' instance method in UIViewController subclass 'TestB' is missing a [super viewDidUnload] call}}
104 - (void)viewDidLoad {} // expected-warning {{The 'viewDidLoad' instance method in UIViewController subclass 'TestB' is missing a [super viewDidLoad] call}}
105 - (void)viewWillUnload {} // expected-warning {{The 'viewWillUnload' instance method in UIViewController subclass 'TestB' is missing a [super viewWillUnload] call}}
106 - (void)viewWillAppear:(BOOL)animated {} // expected-warning {{The 'viewWillAppear:' instance method in UIViewController subclass 'TestB' is missing a [super viewWillAppear:] call}}
107 - (void)viewWillDisappear:(BOOL)animated {} // expected-warning {{The 'viewWillDisappear:' instance method in UIViewController subclass 'TestB' is missing a [super viewWillDisappear:] call}
    [all...]
  /external/clang/test/CodeGenCXX/
key-function-vtable.cpp 9 struct testb { virtual void a() {} }; struct
10 testb *testbvar = new testb;

Completed in 1126 milliseconds

12 3 4 5 6 7 8 91011>>