Home
last modified time | relevance | path

Searched defs:is_explicit (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_node_options.h38 static const bool is_explicit = IsExplicit; member
40 typedef explicitness<true> is_explicit; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node_options.h40 static const bool is_explicit = IsExplicit; member
42 typedef explicitness<true> is_explicit; typedef
/third_party/rust/crates/clap/src/parser/matches/
Dvalue_source.rs14 pub(crate) fn is_explicit(self) -> bool { in is_explicit() method