Searched refs:Int1 (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/test/Index/ |
| H A D | complete-interfaces.m | 4 @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 D | compatibility-alias.m | 3 @interface Int1 @end interface 5 typedef Int1 Int1Typedef;
|
| H A D | encode-test.m | 6 @class Int1; 12 @interface Int1 { interface 18 @implementation Int1 implementation 55 Int1 *sBase;
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/IR/ |
| H A D | ConstantsTest.cpp | 22 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 D | InstructionsTest.cpp | 37 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()
|