Searched defs:Int1 (Results 1 – 12 of 12) sorted by relevance
3 @interface Int1 @end interface
12 @interface Int1 { interface18 @implementation Int1 implementation
17 enum Kinds { Float, Int1, Int2 }; enumerator
26 IntegerType *Int1 = IntegerType::get(Context, 1); in TEST() local360 Constant *Int1 = ConstantExpr::getPtrToInt(G1, IntTy); in TEST() local
37 IntegerType* Int1 = IntegerType::get(C, 1); in TEST() local127 IntegerType* Int1 = IntegerType::get(C, 1); in TEST() local
1240 struct Int1 { struct1242 Int1(int i) : i(i) {} // NOLINT(runtime/explicit) in Int1() argument1243 int i;
118 Type *Int1 = Type::getInt1Ty(Context); in createCallbackEncoding() local
1266 struct Int1 { struct1268 Int1(int i) : i(i) {} // NOLINT(runtime/explicit) in Int1() function1269 int i;