| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 45 case GtestCmp::Ne: in getComparisonDecl() 75 case GtestCmp::Ne: in getComparisonTypeName()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | GtestMatchers.h | 27 Ne, enumerator
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 1185 auto Ne = Vs.traverse(Expr0, Vs.subExprCtx(Ctx)); in traverse() local 1186 return Vs.reduceUnaryOp(*this, Ne); in traverse() 1271 auto Ne = Vs.traverse(Expr0, Vs.subExprCtx(Ctx)); in traverse() local 1272 return Vs.reduceCast(*this, Ne); in traverse() 1473 auto Ne = Vs.traverse(Retval, Vs.subExprCtx(Ctx)); in traverse() local 1474 return Vs.reduceReturn(*this, Ne); in traverse() 1622 auto Ne = Vs.traverse(E, Vs.subExprCtx(Ctx)); in traverse() local 1623 Nas.push_back(Ne); in traverse() 1626 auto Ne = Vs.traverse(E, Vs.subExprCtx(Ctx)); in traverse() local 1627 Nis.push_back(Ne); in traverse() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 496 NodePairSet &Ne) { in node_eq() argument 506 NodePairSet::iterator FNe = Ne.find(NP); in node_eq() 507 if (FNe != Ne.end()) in node_eq() 519 Ne.insert(P); in node_eq() 525 if (Root1 || node_eq(N1->Parent, N2->Parent, Eq, Ne)) { in node_eq() 548 NodePairSet Eq, Ne; // Caches. in common() local 562 if (node_eq(N, *NJ, Eq, Ne)) in common()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | GtestMatchersTest.cpp | 250 matches(wrapGtest(Input), gtestExpect(GtestCmp::Ne, expr(), expr()))); in TEST()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ml/ |
| H A D | named_operators.asm | 121 xor eax, 5 Ne 6
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest-matchers.h | 743 inline internal::NeMatcher<Rhs> Ne(Rhs x) { in Ne() function
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 3139 auto *Ne = DIImportedEntity::get(Context, Tag, Scope, Entity, File, Line, in TEST_F() local 3142 EXPECT_EQ(Elements1, Ne->getElements().get()); in TEST_F() 3144 EXPECT_EQ(Ne, DIImportedEntity::get(Context, Tag, Scope, Entity, File, Line, in TEST_F() 3146 EXPECT_NE(Ne, DIImportedEntity::get(Context, Tag, Scope, Entity, File, Line, in TEST_F() 3148 EXPECT_NE(Ne, DIImportedEntity::get(Context, Tag, Scope, Entity, File, Line, in TEST_F() 3151 Ne, DIImportedEntity::get(Context, Tag, Scope, Entity, File, Line, Name)); in TEST_F() 3153 TempDIImportedEntity Tempe = Ne->clone(); in TEST_F() 3154 EXPECT_EQ(Ne, MDNode::replaceWithUniqued(std::move(Tempe))); in TEST_F()
|
| /llvm-project-15.0.7/llvm/test/Bindings/OCaml/ |
| H A D | debuginfo.ml | 168 let cmpi = Llvm.build_icmp Llvm.Icmp.Ne zero arg0 "cmpi" builder in
|
| H A D | core.ml | 1045 let c = build_icmp Icmp.Ne p1 p2 "build_icmp_ne" atentry in 1046 insist (Some Icmp.Ne = icmp_predicate c);
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 1582 Value *Ne = in runImpl() local 1585 Ne, Pos, /*Unreachable=*/false, ColdCallWeights)); in runImpl()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 146 | Ne Constructor
|
| H A D | llvm.mli | 165 | Ne (** Not equal *) Constructor
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 3962 inline internal::Ne2Matcher Ne() { return internal::Ne2Matcher(); }
|