Home
last modified time | relevance | path

Searched refs:test1b (Results 1 – 20 of 20) sorted by relevance

/external/llvm/test/Transforms/AlignmentFromAssumptions/
Dstart-unk.ll110 for.body137: ; preds = %test1b.exit, %for.body137.lr.ph
111 %ShndxTable.0309 = phi %type1* [ %1, %for.body137.lr.ph ], [ %incdec.ptr, %test1b.exit ]
130 br i1 undef, label %test1b.exit, label %cond.false.i.i
135 test1b.exit: ; preds = %cond.end.i
138 if.end150: ; preds = %test1b.exit, %test1a.exit, %if.then126…
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
Dforward_as_tuple.pass.cpp39 test1b(const Tuple& t) in test1b() function
76 test1b(std::forward_as_tuple(i)); in main()
/external/clang/test/SemaObjCXX/
Ddebugger-cast-result-to-id.mm6 extern __unknown_anytype test1b(); function
39 A *x4 = test1b();
Darc-0x.mm44 void test1b() { function
/external/llvm/test/Transforms/GlobalOpt/
Dcleanup-pointer-root-users.ll13 define void @test1b(i8* %p) {
14 ; CHECK-LABEL: @test1b(
/external/llvm/test/CodeGen/Generic/
Daddr-label.ll6 ret i8* blockaddress(@test1b, %test_label)
9 define i32 @test1b() nounwind {
/external/llvm/test/Transforms/SimplifyCFG/PowerPC/
Dcttz-ctlz-spec.ll24 define i64 @test1b(i64 %A) {
25 ; CHECK-LABEL: @test1b(
/external/clang/test/PCH/
Dcxx11-inheriting-ctors.cpp33 Test test1b(nullptr);
/external/llvm/test/CodeGen/X86/
Dsse3-avx-addsub.ll89 define <4 x float> @test1b(<4 x float> %A, <4 x float>* %B) {
96 ; CHECK-LABEL: test1b
Dmovtopush.ll29 ; NORMAL-LABEL: test1b:
37 ; X64-LABEL: test1b:
43 define void @test1b() optsize {
Dstack-protector.ll54 ; test1b: array of [16 x i8]
58 define void @test1b(i8* %a) #0 {
60 ; LINUX-I386-LABEL: test1b:
64 ; LINUX-X64-LABEL: test1b:
68 ; LINUX-KERNEL-X64-LABEL: test1b:
72 ; DARWIN-X64-LABEL: test1b:
76 ; OPENBSD-AMD64-LABEL: test1b:
/external/clang/test/CodeGenCXX/
Dnew.cpp249 void test1b(void *p) { in test1b() function
/external/llvm/test/Transforms/SCCP/
Dipsccp-basic.ll12 define i32 @test1b() {
16 ; CHECK-LABEL: define i32 @test1b(
/external/clang/test/CodeGenObjC/
Darc-precise-lifetime.m56 // CHECK-LABEL: define void @test1b()
57 void test1b(void) { function
/external/llvm/test/Transforms/SimplifyCFG/R600/
Dcttz-ctlz.ll65 define i64 @test1b(i64 %A) {
66 ; ALL-LABEL: @test1b(
/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp200 CharacterIterator* test1b= new StringCharacterIterator(testText, -1); in TestConstructionAndEquality() local
232 test1b->getText(result2); in TestConstructionAndEquality()
250 delete test1b; in TestConstructionAndEquality()
/external/llvm/test/Transforms/SimplifyCFG/X86/
Dspeculate-cttz-ctlz.ll71 define i64 @test1b(i64 %A) {
72 ; ALL-LABEL: @test1b(
/external/llvm/test/Transforms/InstCombine/
Dselect-cmp-cttz-ctlz.ll73 define i16 @test1b(i16 %x) {
74 ; CHECK-LABEL: @test1b(
/external/llvm/test/Transforms/ObjCARC/
Dallocas.ll67 ; CHECK: define void @test1b(i8* %x)
74 define void @test1b(i8* %x) {
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp5040 void test1b() { in test1b() function in AcquiredBeforeAfterText::Foo6