Searched refs:NE (Results 1 - 25 of 93) sorted by relevance

1234

/freebsd-11.0-release/usr.bin/m4/
H A Dparser.y35 %left EQ NE
72 | expr NE expr { $$ = $1 != $3; }
H A Dtokenizer.l59 "!=" { return(NE); }
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTX.h36 NE, enumerator in enum:llvm::NVPTXCC::CondCodes
144 NE, enumerator in enum:llvm::NVPTX::PTXCmpMode::CmpMode
/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dintpcm.h121 INTPCM_DECLARE_OP_8(S, NE) \
128 INTPCM_DECLARE_OP_8(U, NE) \
H A Dfeeder_volume.c83 FEEDVOLUME_DECLARE(S, 8, NE)
86 FEEDVOLUME_DECLARE(U, 8, NE)
122 FEEDVOLUME_ENTRY(S, 8, NE),
125 FEEDVOLUME_ENTRY(U, 8, NE),
H A Dfeeder_mixer.c79 FEEDMIXER_DECLARE(S, 8, NE)
82 FEEDMIXER_DECLARE(U, 8, NE)
104 FEEDMIXER_ENTRY(S, 8, NE),
116 FEEDMIXER_ENTRY(U, 8, NE),
H A Dfeeder_format.c90 FEEDFORMAT_ENTRY(S, 8, NE),
97 FEEDFORMAT_ENTRY(U, 8, NE),
H A Dfeeder_eq.c223 FEEDEQ_DECLARE(S, 8, NE)
226 FEEDEQ_DECLARE(U, 8, NE)
255 FEEDEQ_ENTRY(S, 8, NE),
258 FEEDEQ_ENTRY(U, 8, NE),
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h31 NE, // Not equal Not equal, or unordered enumerator in enum:llvm::ARMCC::CondCodes
50 case EQ: return NE;
51 case NE: return EQ;
71 case ARMCC::NE: return "ne";
/freebsd-11.0-release/usr.bin/xlint/lint1/
H A Dop.h86 NE, enumerator in enum:__anon13870
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h232 EdgeEntry &NE = getEdge(EId);
235 NE.connect(*this, EId);
332 AdjEdgeIdSet(const NodeEntry &NE) : NE(NE) { }
334 return NE.getAdjEdgeIds().begin();
337 return NE.getAdjEdgeIds().end();
339 bool empty() const { return NE.getAdjEdgeIds().empty(); }
341 return NE.getAdjEdgeIds().size();
344 const NodeEntry ≠
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Djump.c406 case NE:
408 /* It is always safe to reverse EQ and NE, even for the floating
525 return NE;
526 case NE:
572 return NE;
573 case NE:
614 case NE:
661 case NE:
690 case NE:
741 if (code2 == UNLE || code2 == NE)
[all...]
H A Ddojump.c384 && !can_compare_p (NE, TYPE_MODE (inner_type), ccp_jump))
387 do_compare_and_jump (exp, NE, NE, if_false_label, if_true_label);
602 NE, TYPE_UNSIGNED (TREE_TYPE (exp)),
656 do_compare_rtx_and_jump (op0_word, op1_word, NE, unsignedp, word_mode,
959 case NE:
H A Dcombine.c3686 && (GET_CODE (*split) == EQ || GET_CODE (*split) == NE)
3701 case NE:
3702 /* If STORE_FLAG_VALUE is -1, this is (NE X 0) and only one bit of X
4222 enum rtx_code cond_code = simplify_comparison (NE, &cond, &cop1);
4224 if (cond_code == NE && COMPARISON_P (cond))
4650 case EQ: case NE:
4677 known to be either 0 or -1, NE becomes a NEG and EQ becomes
4686 && new_code == NE && GET_MODE_CLASS (mode) == MODE_INT
4694 && new_code == NE && GET_MODE_CLASS (mode) == MODE_INT
4732 && new_code == NE
[all...]
H A Dloop-doloop.c133 /* We expect a GE or NE comparison with 0 or 1. */
135 && GET_CODE (condition) != NE)
327 case NE:
328 /* Currently only NE tests against zero and one are supported. */
/freebsd-11.0-release/contrib/one-true-awk/
H A Dmaketab.c46 { NE, "relop", " != " },
H A Dawkgram.y54 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
81 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|'
232 | pattern NE pattern { $$ = op2($2, $1, $3); }
469 case LE: case LT: case EQ: case NE: case GT: case GE:
473 return op2(NE, n, nullnode);
H A Dlex.c235 input(); yylval.i = NE; RET(NE);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp201 void checkPostStmt(const CXXNewExpr *NE, CheckerContext &C) const;
862 else if (const CXXNewExpr *NE = dyn_cast<CXXNewExpr>(E)) {
863 if (NE->isArray())
864 Arg = NE->getArraySize();
924 static bool treatUnusedNewEscaped(const CXXNewExpr *NE) { argument
926 const CXXConstructExpr *ConstructE = NE->getConstructExpr();
930 if (!NE->getAllocatedType()->getAsCXXRecordDecl())
951 void MallocChecker::checkPostStmt(const CXXNewExpr *NE, argument
954 if (NE->getNumPlacementArgs())
955 for (CXXNewExpr::const_arg_iterator I = NE
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp94 NE = dstLocation.end(); NI!=NE; ++NI) {
H A DCheckerManager.cpp121 for (ExplodedNodeSet::iterator NI = PrevSet->begin(), NE = PrevSet->end();
122 NI != NE; ++NI) {
557 NI = Src.begin(), NE = Src.end(); NI != NE; ++NI) {
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h191 NE = currentNode->end();
192 NI != NE; ++NI) {
/freebsd-11.0-release/contrib/binutils/ld/
H A Dpe-dll.c653 #undef NE macro
654 #define NE pe_def_file->num_exports macro
659 for (i = 0; i < NE; i++)
682 for (i = 0; i < NE; i++)
706 exported_symbol_offsets = xmalloc (NE * sizeof (bfd_vma));
707 exported_symbol_sections = xmalloc (NE * sizeof (struct bfd_section *));
709 memset (exported_symbol_sections, 0, NE * sizeof (struct bfd_section *));
716 qsort (pe_def_file->exports, NE, sizeof (pe_def_file->exports[0]),
718 for (i = 0, j = 0; i < NE; i++)
754 pe_def_file->num_exports = j; /* == NE */
[all...]
/freebsd-11.0-release/bin/expr/
H A Dexpr.y87 %left <val> '=' '>' '<' GE LE NE
108 | expr NE expr { $$ = op_ne($1, $3); }
250 case '!': return (NE);
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCExpr.h429 NE, ///< Inequality comparison. enumerator in enum:llvm::MCBinaryExpr::Opcode
501 return create(NE, LHS, RHS, Ctx);

Completed in 155 milliseconds

1234