Home
last modified time | relevance | path

Searched refs:test67 (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/CodeGenCXX/
Dvisibility.cpp1276 namespace test67 { namespace
/external/llvm/test/CodeGen/PowerPC/
Dvsx.ll1124 define <2 x i1> @test67(<2 x i64> %a, <2 x i64> %b) {
1128 ; CHECK-LABEL: @test67
1137 ; CHECK-LE-LABEL: @test67
/external/llvm/test/CodeGen/Hexagon/
Dalu64.ll299 ; CHECK-LABEL: @test67
301 define i32 @test67(i32 %Rs, i32 %Rt) #0 {
/external/curl/tests/data/
DMakefile.inc32 test60 test61 test62 test63 test64 test65 test66 test67 test68 test69 \
/external/libwebsockets/minimal-examples/api-tests/api-test-lecp/
Dmain.c161 test67[] = { 0xa0 }, variable
4316 { .b = test67, .blen = sizeof(test67),
/external/javassist/src/test/javassist/
DJvstTest3.java1099 public void test67() throws Exception { in test67() method in JvstTest3
/external/llvm/test/Transforms/InstCombine/
Dcast.ll845 define i1 @test67(i1 %a, i32 %b) {
846 ; CHECK-LABEL: @test67(
Dselect.ll1260 define i32 @test67(i16 %x) {
1266 ; CHECK-LABEL: @test67(
Dicmp.ll910 define i1 @test67(i32 %x) nounwind uwtable {
911 ; CHECK-LABEL: @test67(
/external/clang/test/CodeGenObjC/
Darc.m1468 void test67(void) { function
1471 // CHECK-LABEL: define void @test67()
/external/llvm/test/CodeGen/X86/
Dmmx-intrinsics.ll372 define i64 @test67(<1 x i64> %a) nounwind readnone optsize ssp {
373 ; ALL-LABEL: @test67
Dvselect-minmax.ll2037 define <4 x i32> @test67(<4 x i32> %a, <4 x i32> %b) {
2038 ; SSE2-LABEL: test67:
2048 ; SSE4-LABEL: test67:
2053 ; AVX-LABEL: test67:
/external/llvm/test/Transforms/ObjCARC/
Dbasic.ll3026 ; CHECK-LABEL: define void @test67(
3031 define void @test67(i8* %x) {
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst238 loosing_dict_ref.py (issue #1303614, test67.py); borrowed_ref_[34].py (not