Searched defs:EQ (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-export-gmake.mk90 EQ= = macro
/freebsd-current/contrib/tcsh/
H A Dtw.spell.c91 #define EQ(s,t) (StrQcmp(s,t) == 0) macro
/freebsd-current/contrib/kyua/utils/format/
H A Dformatter_test.cpp95 #define EQ(expected, formatter) ATF_REQUIRE_EQ(expected, (formatter).str()) macro
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregexec.c65 #define EQ(a, b) ((a) == (b)) macro
91 #undef EQ macro
112 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) macro
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h26 EQ = 0x1, enumerator in enum:llvm::ARCCC::CondCode
/freebsd-current/contrib/nvi/regex/
H A Dregexec.c68 #define EQ(a, b) ((a) == (b)) macro
94 #undef EQ macro
115 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) macro
/freebsd-current/lib/libc/regex/
H A Dregexec.c99 #define EQ(a, b) ((a) == (b)) macro
128 #undef EQ macro
151 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) macro
/freebsd-current/sys/contrib/libsodium/src/libsodium/sodium/
H A Dcodecs.c109 #define EQ(x, y) \ macro
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h31 EQ, // Equal Equal enumerator in enum:llvm::ARMCC::CondCodes
/freebsd-current/contrib/ncurses/progs/
H A Dtset.c211 #define EQ 0x02 macro
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h783 bool EQ(InterpState &S, CodePtr OpPC) { function in namespace:clang::interp
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp669 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h29 EQ, enumerator in enum:llvm::NVPTXCC::CondCodes
160 EQ = 0, enumerator in enum:llvm::NVPTX::PTXCmpMode::CmpMode
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h88 EQ = 2, member in struct:llvm::Dependence::DVEntry
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h265 enum class OMPAtomicCompareOp : unsigned { EQ, MIN, MAX }; member in class:llvm::omp::OMPAtomicCompareOp
/freebsd-current/contrib/bmake/
H A Dcond.c131 LT, LE, GT, GE, EQ, NE enumerator in enum:ComparisonOp
/freebsd-current/contrib/bearssl/src/
H A Dinner.h779 EQ(uint32_t x, uint32_t y) function
/freebsd-current/contrib/lua/src/
H A Dltests.c1378 #define EQ(s1) (strcmp(s1, inst) == 0) macro
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp132 EQ = 0x01, enumerator in enum:__anon2342::HexagonHardwareLoops::Comparison::Kind
[all...]
H A DHexagonConstPropagation.cpp331 EQ = 0x01, enumerator in enum:__anon2431::MachineConstEvaluator::Comparison::__anon2435
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h256 EQ = 0x0, // Equal Equal enumerator in enum:llvm::AArch64CC::CondCode
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2918 BugReportEquivClass* EQ = EQClasses.FindNodeOrInsertPos(ID, InsertPos); local
2966 findReportInEquivalenceClass( BugReportEquivClass &EQ, SmallVectorImpl<BugReport *> &bugReports) argument
3070 FlushReport(BugReportEquivClass& EQ) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14615 EQ = 0x10, enumerator in enum:__anon738::PromotedRange::ComparisonResult

Completed in 612 milliseconds