/freebsd/contrib/tcsh/ |
H A D | tw.spell.c | 91 #define EQ(s,t) (StrQcmp(s,t) == 0) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/ |
H A D | ARCInfo.h | 26 EQ = 0x1, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 29 EQ, enumerator 155 EQ = 0, enumerator
|
/freebsd/contrib/nvi/regex/ |
H A D | regexec.c | 68 #define EQ(a, b) ((a) == (b)) macro 115 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regexec.c | 65 #define EQ(a, b) ((a) == (b)) macro 112 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) macro
|
/freebsd/contrib/kyua/utils/format/ |
H A D | formatter_test.cpp | 95 #define EQ(expected, formatter) ATF_REQUIRE_EQ(expected, (formatter).str()) macro
|
/freebsd/lib/libc/regex/ |
H A D | regexec.c | 99 #define EQ(a, b) ((a) == (b)) macro 151 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/ |
H A D | ARMBaseInfo.h | 31 EQ, // Equal Equal enumerator
|
/freebsd/sys/contrib/libsodium/src/libsodium/sodium/ |
H A D | codecs.c | 109 #define EQ(x, y) \ macro
|
/freebsd/contrib/ncurses/progs/ |
H A D | tset.c | 213 #define EQ 0x02 macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 88 EQ = 2, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPConstants.h | 267 enum class OMPAtomicCompareOp : unsigned { EQ, MIN, MAX }; enumerator
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 2500 for (const auto EQ : EQClassesVector) in FlushReports() local 2949 BugReportEquivClass* EQ = EQClasses.FindNodeOrInsertPos(ID, InsertPos); in emitReport() local 2998 BugReportEquivClass &EQ, SmallVectorImpl<BugReport *> &bugReports) { in findReportInEquivalenceClass() 3101 void BugReporter::FlushReport(BugReportEquivClass& EQ) { in FlushReport()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 256 EQ = 0x0, // Equal Equal enumerator
|
/freebsd/contrib/bmake/ |
H A D | cond.c | 130 LT, LE, GT, GE, EQ, NE enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 669 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) in VectorType()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 494 EQ, ///< Equality comparison. enumerator
|
/freebsd/contrib/lua/src/ |
H A D | ltests.c | 1378 #define EQ(s1) (strcmp(s1, inst) == 0) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 132 EQ = 0x01, enumerator
|
H A D | HexagonConstPropagation.cpp | 331 EQ = 0x01, enumerator [all...] |
/freebsd/contrib/bearssl/src/ |
H A D | inner.h | 779 EQ(uint32_t x, uint32_t y) in EQ() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 919 EQ, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.h | 1064 bool EQ(InterpState &S, CodePtr OpPC) { in EQ() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 9842 EQ = 0x10, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 23635 SDValue EQ = DAG.getNode(X86ISD::PCMPEQ, dl, MVT::v4i32, Op0, Op1); in LowerVSETCC() local
|