Home
last modified time | relevance | path

Searched refs:explicitness (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A Dilist_node_options.h37 template <bool IsExplicit> struct explicitness { struct
40 typedef explicitness<true> is_explicit; argument
41 typedef explicitness<false> is_implicit;
/llvm-project-15.0.7/mlir/docs/Bindings/
H A DPython.md994 of explicitness. Users are encouraged to find an example and duplicate it if