HomeSort by relevance Sort by last modified time
    Searched refs:Int1 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Index/
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/llvm/unittests/IR/
ConstantsTest.cpp 22 IntegerType* Int1 = IntegerType::get(getGlobalContext(), 1);
23 Constant* One = ConstantInt::get(Int1, 1, true);
24 Constant* Zero = ConstantInt::get(Int1, 0);
25 Constant* NegOne = ConstantInt::get(Int1, static_cast<uint64_t>(-1), true);
26 EXPECT_EQ(NegOne, ConstantInt::getSigned(Int1, -1));
27 Constant* Undef = UndefValue::get(Int1);
InstructionsTest.cpp 37 IntegerType* Int1 = IntegerType::get(C, 1);
38 Constant* One = ConstantInt::get(Int1, 1, true);
127 IntegerType* Int1 = IntegerType::get(C, 1);
128 Constant* One = ConstantInt::get(Int1, 1, true);

Completed in 170 milliseconds