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

1 2

  /external/clang/test/SemaObjCXX/
debugger-cast-result-to-id.mm 6 extern __unknown_anytype test1b();
39 A *x4 = test1b();
arc-0x.mm 44 void test1b() {
parameterized_classes_arc.mm 24 void test1b(PC1<__strong id> *obj) { // expected-error {{type argument '__strong id' cannot be qualified with '__strong'}}
  /external/llvm/test/Transforms/GlobalOpt/
cleanup-pointer-root-users.ll 13 define void @test1b(i8* %p) {
14 ; CHECK-LABEL: @test1b(
  /external/clang/test/CodeGenCXX/
vtable-key-function-ios.cpp 70 /*** Test1b ******************************************************************/
72 struct Test1b {
73 Test1b();
79 inline void Test1b::foo() {}
82 Test1b::Test1b() { use(typeid(Test1b)); }
vtable-key-function-arm.cpp 66 /*** Test1b ******************************************************************/
68 struct Test1b {
69 Test1b();
75 inline void Test1b::foo() {}
78 Test1b::Test1b() { use(typeid(Test1b)); }
  /external/llvm/test/CodeGen/Generic/
addr-label.ll 6 ret i8* blockaddress(@test1b, %test_label)
9 define i32 @test1b() nounwind {
  /external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
addr-label.ll 6 ret i8* blockaddress(@test1b, %test_label)
9 define i32 @test1b() nounwind {
  /external/llvm/test/Transforms/SimplifyCFG/PowerPC/
cttz-ctlz-spec.ll 24 define i64 @test1b(i64 %A) {
25 ; CHECK-LABEL: @test1b(
  /external/llvm/test/Transforms/AlignmentFromAssumptions/
start-unk.ll 111 for.body137: ; preds = %test1b.exit, %for.body137.lr.ph
112 %ShndxTable.0309 = phi %type1* [ %1, %for.body137.lr.ph ], [ %incdec.ptr, %test1b.exit ]
131 br i1 undef, label %test1b.exit, label %cond.false.i.i
136 test1b.exit: ; preds = %cond.end.i
139 if.end150: ; preds = %test1b.exit, %test1a.exit, %if.then126, %if.end123
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
forward_as_tuple.pass.cpp 41 test1b(const Tuple& t) function
78 test1b(std::forward_as_tuple(i));
  /external/llvm/test/Transforms/DeadStoreElimination/
fence.ll 24 define void @test1b(i32* %addr.i) {
25 ; CHECK-LABEL: @test1b
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.creation/
forward_as_tuple.pass.cpp 41 test1b(const Tuple& t) function
78 test1b(std::forward_as_tuple(i));
  /external/clang/test/PCH/
cxx11-inheriting-ctors.cpp 43 Test test1b(nullptr);
  /external/clang/test/SemaObjC/
parameterized_classes_arc.m 24 void test1b(PC1<__strong id> *obj) { // expected-error {{type argument '__strong id' cannot be qualified with '__strong'}}
  /external/swiftshader/third_party/LLVM/test/Transforms/SCCP/
ipsccp-basic.ll 12 define i32 @test1b() {
16 ; CHECK: define i32 @test1b
  /external/llvm/test/CodeGen/X86/
sse3-avx-addsub.ll 160 define <4 x float> @test1b(<4 x float> %A, <4 x float>* %B) {
161 ; SSE-LABEL: test1b:
166 ; AVX-LABEL: test1b:
  /external/llvm/test/Transforms/SCCP/
ipsccp-basic.ll 12 define i32 @test1b() {
16 ; CHECK-LABEL: define i32 @test1b(
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleterTest.java 72 public void test1b() throws Exception { method in class:ValueCompleterTest
  /external/llvm/test/Transforms/SimplifyCFG/AMDGPU/
cttz-ctlz.ll 65 define i64 @test1b(i64 %A) {
66 ; ALL-LABEL: @test1b(
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
MessageFormatTest.java 137 assertEquals("Test1B:wrong format for pattern index " + i + ":", correctFormats[i], formats[i]);
243 assertEquals("Test1B:wrong format for argument index " + i + ":", correctFormats[i], formats[i]);
699 assertEquals("Test1B:wrong format for argument index " + i + ":",
    [all...]
  /external/llvm/test/CodeGen/MIR/Lanai/
peephole-compare.mir 18 # CHECK-LABEL: name: test1b
68 define i32 @test1b(i32 inreg %a, i32 inreg %b, i32 inreg %c, i32 inreg %d) {
319 name: test1b
  /external/llvm/test/Transforms/InstCombine/
select-cmp-cttz-ctlz.ll 73 define i16 @test1b(i16 %x) {
74 ; CHECK-LABEL: @test1b(
  /external/llvm/test/Transforms/ObjCARC/
allocas.ll 67 ; CHECK: define void @test1b(i8* %x)
74 define void @test1b(i8* %x) {
  /external/llvm/test/Transforms/SimplifyCFG/X86/
speculate-cttz-ctlz.ll 65 define i64 @test1b(i64 %A) {
66 ; ALL-LABEL: @test1b(

Completed in 1200 milliseconds

1 2