Home
last modified time | relevance | path

Searched refs:test8c (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp304 UCharCharacterIterator* test8c = new UCharCharacterIterator(testText, -1, 2, 20, 100); in TestConstructionAndEqualityUChariter() local
310 if (test8c->getIndex() < test8c->startIndex() || test8c->endIndex() < test8c->getIndex()) in TestConstructionAndEqualityUChariter()
372 delete test8c; in TestConstructionAndEqualityUChariter()
/external/llvm/test/CodeGen/X86/
Dstack-protector.ll947 ; test8c: Passing addr-of to function call
951 define void @test8c() #1 {
953 ; LINUX-I386-LABEL: test8c:
957 ; LINUX-X64-LABEL: test8c:
961 ; LINUX-KERNEL-X64-LABEL: test8c:
965 ; DARWIN-X64-LABEL: test8c:
/external/llvm/test/Transforms/ObjCARC/
Dbasic.ll720 ; CHECK-LABEL: define void @test8c(
733 define void @test8c(i32* %x, i1 %p, i1 %q) nounwind {