Searched defs:Int2 (Results 1 – 10 of 10) sorted by relevance
11 @interface Int2 : Int3 interface16 @implementation Int2 implementation
2 using Int2 = int; variable
53 gcc_int_2 FloatToIntConversion(gcc_int_2 Int2, float f) { in FloatToIntConversion() argument
113 using Int2 = int[2]; in referenced_type() typedef114 using Int2 = decltype(b1); in referenced_type() typedef115 using Int2 = decltype(br1); in referenced_type() typedef116 using Int2 = decltype(brr1); in referenced_type() typedef
16 enum Kinds { Float, Int1, Int2 }; enumerator
105 using Int2 = int; in f4() typedef
147 auto *Int2 = createTree(*Arena, {{Leaf2, NodeRole::LiteralToken}}, TEST_P() local
18 DocNode Int1 = Doc.getNode(1), Int2 = Doc.getNode(2); in TEST() local
1386 const auto *Int2 = cast<BitIntType>(T2); IsStructurallyEquivalent() local 1395 const auto *Int2 = cast<DependentBitIntType>(T2); IsStructurallyEquivalent() local
303 ASSERT_NE(Int1, Int2); in TEST() local