Searched refs:negation (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAny.h66 llvm::negation<std::is_same<typename std::decay<T>::type, Any>>,
76 llvm::negation<std::is_convertible<Any, typename std::decay<T>::type>>,
H A DSTLExtras.h60 struct negation : std::integral_constant<bool, !bool(T::value)> {}; struct in namespace:llvm
/freebsd-11-stable/contrib/ldns/
H A Dstr2host.c479 bool negation; local
497 negation = true;
500 negation = false;
566 if (negation) {
H A Dhost2str.c955 bool negation; local
965 negation = data[pos + 3] & LDNS_APL_NEGATION;
969 if (negation) {
990 if (negation) {
/freebsd-11-stable/contrib/unbound/sldns/
H A Dstr2wire.c1126 int negation; local
1147 negation = 1;
1150 negation = 0;
1193 if (negation) {
H A Dwire2str.c1159 uint8_t negation, prefix, adflength; local
1163 negation = ((*d)[3] & LDNS_APL_NEGATION);
1168 if(negation)

Completed in 87 milliseconds