Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dstandard_policies.hpp95 typedef hash_exponential_size_policy<size_type> iftrue; typedef
123 typedef linear_probe_fn<size_type> iftrue; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dstandard_policies.hpp95 typedef hash_exponential_size_policy<size_type> iftrue; typedef
123 typedef linear_probe_fn<size_type> iftrue; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go979 func ConstSelect(cond, iftrue, iffalse Value) (rv Value) { argument