Searched defs:Int2 (Results 1 – 11 of 11) sorted by relevance
11 @interface Int2 : Int3 interface16 @implementation Int2 implementation
17 enum Kinds { Float, Int1, Int2 }; enumerator
1246 struct Int2 { struct1248 Int2(int i) : i(i) {} // NOLINT(runtime/explicit) in Int2() argument1249 int i;
1246 struct Int2 { struct1248 Int2(int i) : i(i) {} // NOLINT(runtime/explicit) in Int2() function1249 int i;
1272 struct Int2 { struct1274 Int2(int i) : i(i) {} // NOLINT(runtime/explicit) in Int2() argument1275 int i;
361 Constant *Int2 = ConstantExpr::getPtrToInt(G2, IntTy); in TEST() local
2948 Int2::Int2(RValue<Int4> cast) in Int2() function in rr::Int22953 Int2::Int2(int x, int y) in Int2() function in rr::Int22959 Int2::Int2(RValue<Int2> rhs) in Int2() function in rr::Int22964 Int2::Int2(const Int2 &rhs) in Int2() function in rr::Int22969 Int2::Int2(const Reference<Int2> &rhs) in Int2() function in rr::Int22974 Int2::Int2(RValue<Int> lo, RValue<Int> hi) in Int2() function in rr::Int2
1407 class Int2 : public LValue<Int2> class