Searched refs:Int1 (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/Index/ |
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}
|
/external/clang/test/CodeGenObjC/ |
D | compatibility-alias.m | 3 @interface Int1 @end interface 5 typedef Int1 Int1Typedef;
|
D | encode-test.m | 6 @class Int1; 12 @interface Int1 { interface 18 @implementation Int1 implementation 55 Int1 *sBase;
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 25 IntegerType* Int1 = IntegerType::get(getGlobalContext(), 1); in TEST() local 26 Constant* One = ConstantInt::get(Int1, 1, true); in TEST() 27 Constant* Zero = ConstantInt::get(Int1, 0); in TEST() 28 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true); in TEST() 29 EXPECT_EQ(NegOne, ConstantInt::getSigned(Int1, -1)); in TEST() 30 Constant* Undef = UndefValue::get(Int1); in TEST() 335 Constant *Int1 = ConstantExpr::getPtrToInt(G1, IntTy); in TEST() local 337 ASSERT_NE(Int1, Int2); in TEST() 340 new GlobalVariable(*M, IntTy, false, GlobalValue::ExternalLinkage, Int1); in TEST() 341 ASSERT_EQ(Int1, Ref->getInitializer()); in TEST()
|
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()
|