Searched defs:Int3 (Results 1 – 5 of 5) sorted by relevance
6 @interface Int3 interface19 @implementation Int3 implementation
10 typedef int Int3; typedef
49 - (void) foo: (int (Int3::*)) member;52 - (void) foo: (int (Int3::*)) member {
121 using Int3 = int[3]; in referenced_type() typedef122 using Int3 = decltype(b2); in referenced_type() typedef123 using Int3 = decltype(br2); in referenced_type() typedef124 using Int3 = decltype(brr2); in referenced_type() typedef
2878 APInt Int3(4, 0x3ULL); TEST() local