Home
last modified time | relevance | path

Searched refs:Int3 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-interfaces.m4 @class Int1, Int2, Int3, Int4;
6 @interface Int3 interface
11 @interface Int2 : Int3
19 @implementation Int3 implementation
25 // CHECK-CC1: ObjCInterfaceDecl:{TypedText Int3}
30 // CHECK-CC2-NEXT: ObjCInterfaceDecl:{TypedText Int3}
34 // CHECK-CC3-NEXT: ObjCInterfaceDecl:{TypedText Int3}
39 // CHECK-CC4-NEXT: ObjCInterfaceDecl:{TypedText Int3}
43 // CHECK-CC5-NEXT: ObjCInterfaceDecl:{TypedText Int3}
52 [Int3 message:1];
[all …]
/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp121 using Int3 = int[3]; in referenced_type() typedef
122 using Int3 = decltype(b2); in referenced_type() typedef
123 using Int3 = decltype(br2); in referenced_type() typedef
124 using Int3 = decltype(brr2); in referenced_type() typedef
/llvm-project-15.0.7/clang-tools-extra/test/clang-move/Inputs/
H A Dtype_alias.h10 typedef int Int3; typedef
/llvm-project-15.0.7/llvm/test/TableGen/
H A Dcompare.td64 // CHECK: def Int3
69 def Int3 : IntCompare<108, 42>;
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dencode.mm45 class Int3 { int x, y, z; };
49 - (void) foo: (int (Int3::*)) member; argument
52 - (void) foo: (int (Int3::*)) member { argument
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPIntTest.cpp2670 APInt Int3(4, 0x3ULL); in TEST() local
2672 EXPECT_EQ(0x31, Int3.concat(Int1)); in TEST()
2673 EXPECT_EQ(APInt(12, 0x313), Int3.concat(Int1).concat(Int3)); in TEST()
2674 EXPECT_EQ(APInt(16, 0x3313), Int3.concat(Int3).concat(Int1).concat(Int3)); in TEST()