/llvm-project/compiler-rt/test/fuzzer/ |
H A D | RepeatedBytesTest.cpp | 20 int EQ = Data[i] == 'A'; in LLVMFuzzerTestOneInput() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2005-04-09-ComplexOps.c | 7 _Bool EQ(double __complex A, double __complex B) { return A == B; } in EQ() function
|
/llvm-project/libc/test/UnitTest/ |
H A D | ErrnoSetterMatcher.h | 24 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 D | LibcTest.h | 43 enum class TestCond { EQ, NE, LT, LE, GT, GE }; global() enumerator
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-assignment-condition.cpp | 120 #define EQ(x,y) ((x) == (y)) in test() macro
|
H A D | warn-unused-comparison.cpp | 83 #define EQ(x,y) (x) == (y) in test() macro
|
/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/ |
H A D | ARCInfo.h | 26 EQ = 0x1, enumerator
|
/llvm-project/lldb/unittests/Utility/ |
H A D | SupportFileTest.cpp | 41 auto EQ = [&](const SupportFile &LHS, const SupportFile &RHS, in TEST() local
|
/llvm-project/clang/test/Preprocessor/ |
H A D | macro_with_initializer_list.cpp | 19 #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 D | use-starts-ends-with.cpp | 212 #define EQ( test() macro
|
/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | ValueBoundsOpInterface.h | 232 enum ComparisonOperator { LT, LE, EQ, GT, GE }; enumerator
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 29 EQ, global() enumerator 155 EQ = 0, global() enumerator
|
/llvm-project/clang/tools/clang-fuzzer/ |
H A D | cxx_loop_proto.proto | 43 EQ = 6; enumerator
|
H A D | cxx_proto.proto | 39 EQ = 8; enumerator
|
/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
|
/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | PWMAFunction.h | 28 enum class OrderingKind { EQ, NE, LT, LE, GT, GE }; enumerator
|
H A D | IntegerRelation.h | 43 enum class BoundType { EQ, LB, UB }; enumerator
|
/llvm-project/llvm/lib/Target/ARM/Utils/ |
H A D | ARMBaseInfo.h | 31 EQ, // Equal Equal enumerator
|
/llvm-project/compiler-rt/lib/fuzzer/tests/ |
H A D | FuzzerUnittest.cpp | 695 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 D | DependenceAnalysis.h | 88 EQ = 2, enumerator
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPConstants.h | 267 enum class OMPAtomicCompareOp : unsigned { EQ, MIN, MAX }; enumerator
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 2500 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 D | temp_arg_nontype_cxx1z.cpp | 235 using EQ = E<int[short(42)]>::Q; typedef 236 using EQ = decltype(sizeof 0); typedef
|
/llvm-project/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 256 EQ = 0x0, // Equal Equal global() enumerator
|
/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 669 VectorType(Type * ElType,unsigned EQ,Type::TypeID TID) VectorType() argument
|