Searched defs:Int1 (Results 1 – 14 of 14) 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
1200 struct Int1 { struct1202 Int1(int i) : i(i) {} // NOLINT(runtime/explicit) in Int1() argument1203 int i;
1240 struct Int1 { struct1242 Int1(int i) : i(i) {} // NOLINT(runtime/explicit) in Int1() function1243 int i;
1200 struct Int1 { struct1202 Int1(int i) : i(i) {} // NOLINT(runtime/explicit) in Int1() function1203 int i;
1258 struct Int1 { struct1260 Int1(int i) : i(i) {} // NOLINT(runtime/explicit) in Int1() argument1261 int i;
118 Type *Int1 = Type::getInt1Ty(Context); in createCallbackEncoding() local
919 auto *Int1 = dyn_cast<ConstantInt>(Elem1); in isNonTargetIntrinsicMatch() local
1694 Int1 = 0, enumerator