OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Eq
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
GtestMatchers.h
25
Eq
,
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h
64
bool
Eq
(const AsanChunkView &c) const { return chunk_ == c.chunk_; }
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.h
64
bool
Eq
(const AsanChunkView &c) const { return chunk_ == c.chunk_; }
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.h
64
bool
Eq
(const AsanChunkView &c) const { return chunk_ == c.chunk_; }
/src/external/apache2/llvm/dist/libcxx/benchmarks/
string.bench.cpp
395
enum class Relation {
Eq
, Less, Compare };
397
static constexpr const char* Names[] = {"
Eq
", "Less", "Compare"};
409
case Relation::
Eq
:
423
//
Eq
is commutative, so skip half the matrix.
424
if (Rel() == Relation::
Eq
&& LHLength() > RHLength())
453
case Relation::
Eq
:
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-matchers.h
72
// to write "v" instead of "
Eq
(v)" where a Matcher is expected, which
344
// EXPECT_CALL(foo, Bar(5)) instead of EXPECT_CALL(foo, Bar(
Eq
(5))) sometimes
349
// instead of
Eq
(str) and "foo" instead of
Eq
("foo") when a std::string
360
// Allows the user to write str instead of
Eq
(str) sometimes, where
364
// Allows the user to write "foo" instead of
Eq
("foo") sometimes.
379
// Allows the user to write str instead of
Eq
(str) sometimes, where
383
// Allows the user to write "foo" instead of
Eq
("foo") sometimes.
389
// instead of
Eq
(str) and "foo" instead of
Eq
("foo") when a absl::string_vie
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h
356
EqualsComparator
Eq
;
357
return
Eq
.compare(E1, E2);
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml
145
|
Eq
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp
490
static bool node_eq(GepNode *N1, GepNode *N2, NodePairSet &
Eq
,
498
NodePairSet::iterator FEq =
Eq
.find(NP);
499
if (FEq !=
Eq
.end())
518
if (Root1 || node_eq(N1->Parent, N2->Parent,
Eq
, Ne)) {
519
Eq
.insert(P);
542
NodePairSet
Eq
, Ne; // Caches.
557
if (node_eq(N, *NJ,
Eq
, Ne))
572
for (NodePairSet::iterator I =
Eq
.begin(), E =
Eq
.end(); I != E; ++I)
/src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h
91
// to write "v" instead of "
Eq
(v)" where a Matcher is expected, which
125
// Matcher but is not one yet; for example,
Eq
(value)) or a value (for
175
// polymorphic matcher
Eq
(value) in this case.
178
// only fall back to the polymorphic
Eq
() matcher afterwards because the
183
// We don't define this method inline as we need the declaration of
Eq
().
703
const bool
eq
= case_sensitive_ ? s2 == string_ :
local
705
return expect_eq_ ==
eq
;
907
// The matcher defined here is polymorphic (for example,
Eq
() can be
1279
// (e.g.
Eq
(5)).
1286
// polymorphic, e.g.
Eq
(5)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp
1117
llvm::ICmpInst::Predicate
Eq
;
1120
Eq
= llvm::ICmpInst::ICMP_NE;
1124
Eq
= llvm::ICmpInst::ICMP_EQ;
1132
return Builder.CreateICmp(
Eq
, L, R);
1149
llvm::Value *PtrEq = Builder.CreateICmp(
Eq
, LPtr, RPtr, "cmp.ptr");
1155
llvm::Value *EqZero = Builder.CreateICmp(
Eq
, LPtr, Zero, "cmp.ptr.null");
1161
llvm::Value *AdjEq = Builder.CreateICmp(
Eq
, LAdj, RAdj, "cmp.adj");
1171
llvm::Value *OrAdjAnd1EqZero = Builder.CreateICmp(
Eq
, OrAdjAnd1, Zero,
1179
Inequality ? "memptr.ne" : "memptr.
eq
");
MicrosoftCXXABI.cpp
2897
llvm::ICmpInst::Predicate
Eq
;
2900
Eq
= llvm::ICmpInst::ICMP_NE;
2904
Eq
= llvm::ICmpInst::ICMP_EQ;
2915
return Builder.CreateICmp(
Eq
, L, R);
2920
llvm::Value *Cmp0 = Builder.CreateICmp(
Eq
, L0, R0, "memptr.cmp.first");
2928
llvm::Value *Cmp = Builder.CreateICmp(
Eq
, LF, RF, "memptr.cmp.rest");
2939
llvm::Value *IsZero = Builder.CreateICmp(
Eq
, L0, Zero, "memptr.cmp.iszero");
/src/external/gpl3/binutils/dist/opcodes/
i386-dis.c
437
#define
Eq
{ OP_E, q_mode }
4745
{ "senduipi", {
Eq
}, 0 },
13688
{ STRING_COMMA_LEN ("
eq
") },
14289
{ STRING_COMMA_LEN ("
eq
") },
/src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c
437
#define
Eq
{ OP_E, q_mode }
4706
{ "senduipi", {
Eq
}, 0 },
13649
{ STRING_COMMA_LEN ("
eq
") },
14250
{ STRING_COMMA_LEN ("
eq
") },
/src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c
438
#define
Eq
{ OP_E, q_mode }
4556
{ "senduipi", {
Eq
}, 0 },
13347
{ STRING_COMMA_LEN ("
eq
") },
13945
{ STRING_COMMA_LEN ("
eq
") },
/src/external/gpl3/gdb/dist/opcodes/
i386-dis.c
437
#define
Eq
{ OP_E, q_mode }
4713
{ "senduipi", {
Eq
}, 0 },
13656
{ STRING_COMMA_LEN ("
eq
") },
14257
{ STRING_COMMA_LEN ("
eq
") },
Completed in 92 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026