Searched defs:Int1 (Results 1 – 2 of 2) sorted by relevance
1240 struct Int1 { struct1242 Int1(int i) : i(i) {} // NOLINT(runtime/explicit) in Int1() function1243 int i;
118 Type *Int1 = Type::getInt1Ty(Context); in createCallbackEncoding() local