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 | 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()
|
D | InstructionsTest.cpp | 34 IntegerType* Int1 = IntegerType::get(C, 1); in TEST() local 35 Constant* One = ConstantInt::get(Int1, 1, true); in TEST() 72 IntegerType* Int1 = IntegerType::get(C, 1); in TEST() local 73 Constant* One = ConstantInt::get(Int1, 1, true); in TEST()
|