Home
last modified time | relevance | path

Searched defs:is_implicit (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_node_options.h41 typedef explicitness<false> is_implicit; typedef
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
Dilist_node_options.h41 typedef explicitness<false> is_implicit; typedef
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node_options.h43 typedef explicitness<false> is_implicit; typedef
/external/rust/crates/toml_edit/src/
Dinline_table.rs164 pub(crate) fn is_implicit(&self) -> bool { in is_implicit() method
Dtable.rs183 pub fn is_implicit(&self) -> bool { in is_implicit() method