Searched refs:NotEq (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libc/mips/string/
H A Dstrcmp.S55 bne t0, t1, NotEq
62 NotEq: label
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp69 if (auto *NotEq = dyn_cast<UnaryOperator>(E)) {
70 assert(NotEq->getOpcode() == UO_LNot);
71 E = NotEq->getSubExpr()->IgnoreImplicit();

Completed in 115 milliseconds