Home
last modified time | relevance | path

Searched defs:EQ (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project/compiler-rt/test/fuzzer/
H A DRepeatedBytesTest.cpp20 int EQ = Data[i] == 'A'; in LLVMFuzzerTestOneInput() local
/llvm-project/clang/test/CodeGen/
H A D2005-04-09-ComplexOps.c7 _Bool EQ(double __complex A, double __complex B) { return A == B; } in EQ() function
/llvm-project/libc/test/UnitTest/
H A DErrnoSetterMatcher.h24 enum class CompareAction { EQ = 0, GE, GT, LE, LT, NE }; global() enumerator
142 template <typename T> internal::Comparator<T> EQ(T val) { EQ() function
H A DLibcTest.h43 enum class TestCond { EQ, NE, LT, LE, GT, GE }; global() enumerator
/llvm-project/clang/test/SemaCXX/
H A Dwarn-assignment-condition.cpp120 #define EQ(x,y) ((x) == (y)) in test() macro
H A Dwarn-unused-comparison.cpp83 #define EQ(x,y) (x) == (y) in test() macro
/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h26 EQ = 0x1, enumerator
/llvm-project/lldb/unittests/Utility/
H A DSupportFileTest.cpp41 auto EQ = [&](const SupportFile &LHS, const SupportFile &RHS, in TEST() local
/llvm-project/clang/test/Preprocessor/
H A Dmacro_with_initializer_list.cpp19 #define EQ(x,y) (void)(x == y) // expected-note 6{{defined here}} macro
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-starts-ends-with.cpp212 #define EQ( test() macro
/llvm-project/mlir/include/mlir/Interfaces/
H A DValueBoundsOpInterface.h232 enum ComparisonOperator { LT, LE, EQ, GT, GE }; enumerator
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h29 EQ, global() enumerator
155 EQ = 0, global() enumerator
/llvm-project/clang/tools/clang-fuzzer/
H A Dcxx_loop_proto.proto43 EQ = 6; enumerator
H A Dcxx_proto.proto39 EQ = 8; enumerator
/llvm-project/llvm/lib/Support/
H A Dregexec.c65 #define EQ(a, b) ((a) == (b)) macro
112 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) macro
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DPWMAFunction.h28 enum class OrderingKind { EQ, NE, LT, LE, GT, GE }; enumerator
H A DIntegerRelation.h43 enum class BoundType { EQ, LB, UB }; enumerator
/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h31 EQ, // Equal Equal enumerator
/llvm-project/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp695 void EQ(const std::vector<T> &A, const std::vector<T> &B) { in EQ() function
699 template <typename T> void EQ(const std::set<T> &A, const std::vector<T> &B) { in EQ() function
703 void EQ(const std::vector<MergeFileInfo> &A, in EQ() function
/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h88 EQ = 2, enumerator
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h267 enum class OMPAtomicCompareOp : unsigned { EQ, MIN, MAX }; enumerator
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2500 for (const auto EQ : EQClassesVector) FlushReports() local
2949 BugReportEquivClass* EQ = EQClasses.FindNodeOrInsertPos(ID, InsertPos); emitReport() local
2998 findReportInEquivalenceClass(BugReportEquivClass & EQ,SmallVectorImpl<BugReport * > & bugReports) findReportInEquivalenceClass() argument
3101 FlushReport(BugReportEquivClass & EQ) FlushReport() argument
[all...]
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx1z.cpp235 using EQ = E<int[short(42)]>::Q; typedef
236 using EQ = decltype(sizeof 0); typedef
/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h256 EQ = 0x0, // Equal Equal global() enumerator
/llvm-project/llvm/lib/IR/
H A DType.cpp669 VectorType(Type * ElType,unsigned EQ,Type::TypeID TID) VectorType() argument

12