Home
last modified time | relevance | path

Searched refs:Int1 (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dcomplete-interfaces.m4 @class Int1, Int2, Int3, Int4;
23 // CHECK-CC1: ObjCInterfaceDecl:{TypedText Int1}
28 // CHECK-CC2: ObjCInterfaceDecl:{TypedText Int1}
33 // CHECK-CC3: ObjCInterfaceDecl:{TypedText Int1}
37 // CHECK-CC4: ObjCInterfaceDecl:{TypedText Int1}
42 // CHECK-CC5: ObjCInterfaceDecl:{TypedText Int1}
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dcompatibility-alias.m3 @interface Int1 @end interface
5 typedef Int1 Int1Typedef;
H A Dencode-test.m6 @class Int1;
12 @interface Int1 { interface
18 @implementation Int1 implementation
55 Int1 *sBase;
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DConstantsTest.cpp22 IntegerType* Int1 = IntegerType::get(getGlobalContext(), 1); in TEST() local
23 Constant* One = ConstantInt::get(Int1, 1, true); in TEST()
24 Constant* Zero = ConstantInt::get(Int1, 0); in TEST()
25 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true); in TEST()
26 EXPECT_EQ(NegOne, ConstantInt::getSigned(Int1, -1)); in TEST()
27 Constant* Undef = UndefValue::get(Int1); in TEST()
313 Constant *Int1 = ConstantExpr::getPtrToInt(G1, IntTy); in TEST() local
315 ASSERT_NE(Int1, Int2); in TEST()
318 new GlobalVariable(*M, IntTy, false, GlobalValue::ExternalLinkage, Int1); in TEST()
319 ASSERT_EQ(Int1, Ref->getInitializer()); in TEST()
H A DInstructionsTest.cpp37 IntegerType* Int1 = IntegerType::get(C, 1); in TEST() local
38 Constant* One = ConstantInt::get(Int1, 1, true); in TEST()
127 IntegerType* Int1 = IntegerType::get(C, 1); in TEST() local
128 Constant* One = ConstantInt::get(Int1, 1, true); in TEST()