Searched defs:Eq (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/sync/internal_api/public/base/
H A Dinvalidation_test_util.cc109 Matcher<const AckHandle&> Eq(const AckHandle& expected) { function in namespace:syncer
117 Matcher<const Invalidation&> Eq(const Invalidation& expected) { function in namespace:syncer
H A Dobject_id_invalidation_map_test_util.cc123 Matcher<const ObjectIdInvalidationMap&> Eq( function in namespace:syncer
/external/chromium_org/sync/notifier/
H A Dunacked_invalidation_set_test_util.cc169 Matcher<const UnackedInvalidationSet&> Eq( function in namespace:syncer::test_util
174 Matcher<const UnackedInvalidationsMap&> Eq( function in namespace:syncer::test_util
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp518 Value *Eq = Builder.CreateFCmpOEQ(V, V, "iseq"); local
528 V = Builder.CreateAnd(Eq, IsLessThanInf, "and");
536 Value *Eq = Builder.CreateFCmpOEQ(V, V, "iseq"); local
542 V = Builder.CreateAnd(Eq, IsNotInf, "and");
H A DItaniumCXXABI.cpp615 llvm::ICmpInst::Predicate Eq; local
618 Eq = llvm::ICmpInst::ICMP_NE;
622 Eq = llvm::ICmpInst::ICMP_EQ;
630 return Builder.CreateICmp(Eq, L, R);
647 llvm::Value *PtrEq = Builder.CreateICmp(Eq, LPtr, RPtr, "cmp.ptr");
653 llvm::Value *EqZero = Builder.CreateICmp(Eq, LPtr, Zero, "cmp.ptr.null");
659 llvm::Value *AdjEq = Builder.CreateICmp(Eq, LAdj, RAdj, "cmp.adj");
669 llvm::Value *OrAdjAnd1EqZero = Builder.CreateICmp(Eq, OrAdjAnd1, Zero,
H A DMicrosoftCXXABI.cpp853 llvm::ICmpInst::Predicate Eq; local
856 Eq = llvm::ICmpInst::ICMP_NE;
860 Eq = llvm::ICmpInst::ICMP_EQ;
870 return Builder.CreateICmp(Eq, L, R);
875 llvm::Value *Cmp0 = Builder.CreateICmp(Eq, L0, R0, "memptr.cmp.first");
883 llvm::Value *Cmp = Builder.CreateICmp(Eq, LF, RF, "memptr.cmp.rest");
894 llvm::Value *IsZero = Builder.CreateICmp(Eq, L0, Zero, "memptr.cmp.iszero");
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h62 // to write "v" instead of "Eq(v)" where a Matcher is expected, which
263 // EXPECT_CALL(foo, Bar(5)) instead of EXPECT_CALL(foo, Bar(Eq(5))) sometimes
268 // instead of Eq(str) and "foo" instead of Eq("foo") when a string
279 // Allows the user to write str instead of Eq(str) sometimes, where
283 // Allows the user to write "foo" instead of Eq("foo") sometimes.
296 // Allows the user to write str instead of Eq(str) sometimes, where
300 // Allows the user to write "foo" instead of Eq("foo") sometimes.
306 // than one type, e.g. Eq(n) and NotNull()).
611 // Matcher but is not one yet; for example, Eq(valu
2584 inline internal::EqMatcher<T> Eq(T x) { return internal::EqMatcher<T>(x); } function in namespace:testing
2879 inline internal::Eq2Matcher Eq() { return internal::Eq2Matcher(); } function in namespace:testing
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml105 | Eq Constructor in type:Icmp/t

Completed in 352 milliseconds