Home
last modified time | relevance | path

Searched refs:test8b (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/Sema/
Dblock-return.c144 void test8b(void) { in test8b() function
/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp303 UCharCharacterIterator* test8b = new UCharCharacterIterator(testText, -1, 2, 100, 5); in TestConstructionAndEqualityUChariter() local
308 if (test8b->endIndex() != u_strlen(testText)) in TestConstructionAndEqualityUChariter()
353 test8b->setIndex32(5); in TestConstructionAndEqualityUChariter()
354 if (test8b->getIndex()!=5) in TestConstructionAndEqualityUChariter()
371 delete test8b; in TestConstructionAndEqualityUChariter()
/external/llvm/test/Transforms/SCCP/
Dipsccp-basic.ll191 define void @test8b(i32* %P) {
194 ; CHECK-LABEL: define void @test8b(
/external/llvm/test/Transforms/JumpThreading/
Dbasic.ll215 define i32 @test8b(i1 %cond, i1 %cond2) {
216 ; CHECK-LABEL: @test8b(
/external/llvm/test/CodeGen/X86/
Dstack-protector.ll921 ; test8b: Passing addr-of to function call
925 define void @test8b() #0 {
927 ; LINUX-I386-LABEL: test8b:
931 ; LINUX-X64-LABEL: test8b:
935 ; LINUX-KERNEL-X64-LABEL: test8b:
939 ; DARWIN-X64-LABEL: test8b:
/external/llvm/test/Transforms/ObjCARC/
Dbasic.ll682 ; CHECK-LABEL: define void @test8b(
685 define void @test8b(i32* %x, i1 %p, i1 %q) nounwind {