Home
last modified time | relevance | path

Searched defs:Int1 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc1240 struct Int1 { struct
1242 Int1(int i) : i(i) {} // NOLINT(runtime/explicit) in Int1() function
1243 int i;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMDBuilder.cpp118 Type *Int1 = Type::getInt1Ty(Context); in createCallbackEncoding() local