OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isEqual
(Results
1 - 25
of
121
) sorted by relevancy
1
2
3
4
5
/src/external/gpl3/gcc/dist/libobjc/
Object.m
36
- (BOOL)
isEqual
: (id)anObject
Protocol.m
30
- (BOOL)
isEqual
: (id)obj
/src/external/gpl3/gcc.old/dist/libobjc/
Object.m
36
- (BOOL)
isEqual
: (id)anObject
Protocol.m
30
- (BOOL)
isEqual
: (id)obj
/src/external/gpl3/gcc/dist/libobjc/objc/
Object.h
55
- (BOOL)
isEqual
: (id)anObject;
/src/external/gpl3/gcc.old/dist/libobjc/objc/
Object.h
55
- (BOOL)
isEqual
: (id)anObject;
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseMapInfo.h
51
//static bool
isEqual
(const T &LHS, const T &RHS);
84
static bool
isEqual
(const T *LHS, const T *RHS) { return LHS == RHS; }
93
static bool
isEqual
(const char &LHS, const char &RHS) {
104
static bool
isEqual
(const unsigned char &LHS, const unsigned char &RHS) {
115
static bool
isEqual
(const unsigned short &LHS, const unsigned short &RHS) {
126
static bool
isEqual
(const unsigned& LHS, const unsigned& RHS) {
140
static bool
isEqual
(const unsigned long& LHS, const unsigned long& RHS) {
154
static bool
isEqual
(const unsigned long long& LHS,
165
static bool
isEqual
(const short &LHS, const short &RHS) { return LHS == RHS; }
174
static bool
isEqual
(const int& LHS, const int& RHS)
[
all
...]
CachedHashString.h
57
assert(!
isEqual
(S, getEmptyKey()) && "Cannot hash the empty key!");
58
assert(!
isEqual
(S, getTombstoneKey()) && "Cannot hash the tombstone key!");
61
static bool
isEqual
(const CachedHashStringRef &LHS,
64
DenseMapInfo<StringRef>::
isEqual
(LHS.val(), RHS.val());
162
assert(!
isEqual
(S, getEmptyKey()) && "Cannot hash the empty key!");
163
assert(!
isEqual
(S, getTombstoneKey()) && "Cannot hash the tombstone key!");
166
static bool
isEqual
(const CachedHashString &LHS,
DenseMap.h
130
if (!KeyInfoT::
isEqual
(P->getFirst(), EmptyKey)) {
131
if (!KeyInfoT::
isEqual
(P->getFirst(), TombstoneKey)) {
172
/// getHashValue(LookupKeyT) and
isEqual
(LookupKeyT, KeyT) for each key
270
/// getHashValue(LookupKeyT) and
isEqual
(LookupKeyT, KeyT) for each key
366
if (!KeyInfoT::
isEqual
(P->getFirst(), EmptyKey) &&
367
!KeyInfoT::
isEqual
(P->getFirst(), TombstoneKey))
402
if (!KeyInfoT::
isEqual
(B->getFirst(), EmptyKey) &&
403
!KeyInfoT::
isEqual
(B->getFirst(), TombstoneKey)) {
437
if (!KeyInfoT::
isEqual
(getBuckets()[i].getFirst(), getEmptyKey()) &&
438
!KeyInfoT::
isEqual
(getBuckets()[i].getFirst(), getTombstoneKey())
[
all
...]
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_dense_map_info.h
67
// static bool
isEqual
(const T &LHS, const T &RHS);
99
static constexpr bool
isEqual
(const T *LHS, const T *RHS) {
111
static constexpr bool
isEqual
(const char &LHS, const char &RHS) {
125
static constexpr bool
isEqual
(const unsigned char &LHS,
140
static constexpr bool
isEqual
(const unsigned short &LHS,
155
static constexpr bool
isEqual
(const unsigned &LHS, const unsigned &RHS) {
170
static constexpr bool
isEqual
(const unsigned long &LHS,
186
static constexpr bool
isEqual
(const unsigned long long &LHS,
198
static constexpr bool
isEqual
(const short &LHS, const short &RHS) {
212
static constexpr bool
isEqual
(const int &LHS, const int &RHS)
[
all
...]
sanitizer_dense_map.h
58
if (!KeyInfoT::
isEqual
(P->getFirst(), EmptyKey)) {
59
if (!KeyInfoT::
isEqual
(P->getFirst(), TombstoneKey)) {
94
/// getHashValue(LookupKeyT) and
isEqual
(LookupKeyT, KeyT) for each key
170
/// getHashValue(LookupKeyT) and
isEqual
(LookupKeyT, KeyT) for each key
237
if (!KeyInfoT::
isEqual
(K, EmptyKey) &&
238
!KeyInfoT::
isEqual
(K, TombstoneKey)) {
260
if (!KeyInfoT::
isEqual
(P->getFirst(), EmptyKey) &&
261
!KeyInfoT::
isEqual
(P->getFirst(), TombstoneKey))
295
if (!KeyInfoT::
isEqual
(B->getFirst(), EmptyKey) &&
296
!KeyInfoT::
isEqual
(B->getFirst(), TombstoneKey))
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeOrdering.h
52
static bool
isEqual
(clang::QualType LHS, clang::QualType RHS) {
72
static bool
isEqual
(clang::CanQualType LHS, clang::CanQualType RHS) {
BaseSubobject.h
77
static bool
isEqual
(const clang::BaseSubobject &LHS,
ASTTypeTraits.h
115
static bool
isEqual
(const ASTNodeKind &LHS, const ASTNodeKind &RHS) {
379
static bool
isEqual
(const DynTypedNode &LHS, const DynTypedNode &RHS) {
382
return (ASTNodeKind::DenseMapInfo::
isEqual
(LHS.NodeKind, Empty) &&
383
ASTNodeKind::DenseMapInfo::
isEqual
(RHS.NodeKind, Empty)) ||
384
(ASTNodeKind::DenseMapInfo::
isEqual
(LHS.NodeKind, TombStone) &&
385
ASTNodeKind::DenseMapInfo::
isEqual
(RHS.NodeKind, TombStone)) ||
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
WasmTraits.h
43
static bool
isEqual
(const wasm::WasmSignature &LHS,
60
static bool
isEqual
(const wasm::WasmGlobalType &LHS,
/src/external/apache2/llvm/dist/llvm/include/llvm/Linker/
IRMover.h
39
static bool
isEqual
(const KeyTy &LHS, const StructType *RHS);
40
static bool
isEqual
(const StructType *LHS, const StructType *RHS);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h
70
static bool
isEqual
(const ValueKeyT1 &C1, const ValueKeyT2 &C2) {
75
static bool
isEqual
(const ValueKeyT &C, PoolEntry *P) {
78
return
isEqual
(C, P->getValue());
81
static bool
isEqual
(PoolEntry *P1, PoolEntry *P2) {
84
return
isEqual
(P1->getValue(), P2);
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCRegister.h
104
static bool
isEqual
(const MCRegister &LHS, const MCRegister &RHS) {
105
return DenseMapInfo<unsigned>::
isEqual
(LHS.id(), RHS.id());
/src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumCXXABI.cpp
79
return llvm::DenseMapInfo<T>::
isEqual
(
83
return llvm::DenseMapInfo<T>::
isEqual
(
112
assert(!
isEqual
(Key, getEmptyKey()) && !
isEqual
(Key, getTombstoneKey()));
115
static bool
isEqual
(DecompositionDeclName LHS, DecompositionDeclName RHS) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
Register.h
158
static bool
isEqual
(const Register &LHS, const Register &RHS) {
159
return DenseMapInfo<unsigned>::
isEqual
(LHS.id(), RHS.id());
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
FileEntry.h
60
static bool
isEqual
(const gsym::FileEntry &LHS, const gsym::FileEntry &RHS) {
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
BypassSlowDivision.h
42
static bool
isEqual
(const DivRemMapKey &Val1, const DivRemMapKey &Val2) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
DWPStringPool.h
24
static bool
isEqual
(const char *LHS, const char *RHS) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ValueHandle.h
192
static bool
isEqual
(const WeakVH &LHS, const WeakVH &RHS) {
193
return DenseMapInfo<Value *>::
isEqual
(LHS, RHS);
543
static bool
isEqual
(const PoisoningVH<T> &LHS, const PoisoningVH<T> &RHS) {
544
return DenseMapInfo<Value *>::
isEqual
(LHS.getRawValPtr(),
555
static bool
isEqual
(const T *LHS, const PoisoningVH<T> &RHS) {
556
return DenseMapInfo<Value *>::
isEqual
(LHS, RHS.getRawValPtr());
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TokenKinds.h
113
static bool
isEqual
(const clang::tok::PPKeywordKind &LHS,
Completed in 30 milliseconds
1
2
3
4
5
Indexes created Thu Jun 11 00:25:07 UTC 2026