HomeSort by: relevance | last modified time | path
    Searched defs:negation (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
STLForwardCompat.h 28 struct negation // NOLINT(readability-identifier-naming) struct in namespace:llvm
  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 104 # Triple negation is so uncommon that it's not recognized, even though it has
105 # the same effect as a single negation.
106 CASES+= variable-if-triple-negation
107 LINES.variable-if-triple-negation= \
111 # expect: Parse_PushInput: variable-if-triple-negation.tmp:1
112 # expect: Parse_PushInput: variable-if-triple-negation.tmp:1
164 # the '!' would be a negation. It is syntactically valid in a '.if !defined'
  /src/external/bsd/unbound/dist/sldns/
str2wire.c 1854 int negation; local
1875 negation = 1;
1878 negation = 0;
1921 if (negation) {
wire2str.c 1494 uint8_t negation, prefix, adflength; local
1498 negation = ((*d)[3] & LDNS_APL_NEGATION);
1503 if(negation)

Completed in 29 milliseconds