Home
last modified time | relevance | path

Searched refs:_ns (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dboost_concept_check.h67 #define _GLIBCPP_CLASS_REQUIRES(_type_var, _ns, _concept) \ argument
68 typedef void (_ns::_concept <_type_var>::* _func##_type_var##_concept)(); \
72 &_ns::_concept <_type_var>::__constraints> \
75 #define _GLIBCPP_CLASS_REQUIRES2(_type_var1, _type_var2, _ns, _concept) \ argument
76 …typedef void (_ns::_concept <_type_var1,_type_var2>::* _func##_type_var1##_type_var2##_concept)();…
80 &_ns::_concept <_type_var1,_type_var2>::__constraints> \
83 #define _GLIBCPP_CLASS_REQUIRES3(_type_var1, _type_var2, _type_var3, _ns, _concept) \ argument
84 …typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3>::* _func##_type_var1##_type_var2##_…
88 &_ns::_concept <_type_var1,_type_var2,_type_var3>::__constraints> \
91 #define _GLIBCPP_CLASS_REQUIRES4(_type_var1, _type_var2, _type_var3, _type_var4, _ns, _concept) \ argument
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dboost_concept_check.h74 #define _GLIBCXX_CLASS_REQUIRES(_type_var, _ns, _concept) \ argument
75 typedef void (_ns::_concept <_type_var>::* _func##_type_var##_concept)(); \
79 &_ns::_concept <_type_var>::__constraints> \
82 #define _GLIBCXX_CLASS_REQUIRES2(_type_var1, _type_var2, _ns, _concept) \ argument
83 …typedef void (_ns::_concept <_type_var1,_type_var2>::* _func##_type_var1##_type_var2##_concept)();…
87 &_ns::_concept <_type_var1,_type_var2>::__constraints> \
90 #define _GLIBCXX_CLASS_REQUIRES3(_type_var1, _type_var2, _type_var3, _ns, _concept) \ argument
91 …typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3>::* _func##_type_var1##_type_var2##_…
95 &_ns::_concept <_type_var1,_type_var2,_type_var3>::__constraints> \
98 #define _GLIBCXX_CLASS_REQUIRES4(_type_var1, _type_var2, _type_var3, _type_var4, _ns, _concept) \ argument
[all …]
/openbsd/src/distrib/miniroot/
Dinstall.sub2198 if $_autoconf_ns && [[ -n $_ns ]]; then
2199 echo "Using DNS nameservers at $_ns"
2207 if ifconfig dhcp >/dev/null 2>&1 && [[ $NIFS == 1 && -n $_ns ]]; then
2216 for _ns in $resp; do
2217 echo "nameserver $_ns" >>/tmp/resolv.conf
/openbsd/src/lib/libexpat/lib/
Dxmltok.c1654 # define ns(x) x##_ns
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64SchedFalkorDetails.td1154 def : InstRW<[FalkorWr_1VXVY_0cyc], (instregex "^FMOV(Sr|Dr|v.*_ns)$")>; // imm fwd
DAArch64SchedKryoDetails.td867 (instregex "FMOV(Di|Dr|Si|Sr|SWr|WSr|XDr|v.*_ns)")>;