Searched refs:isEqual (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DDenseMapInfo.h27 //static bool isEqual(const T &LHS, const T &RHS);
47 static bool isEqual(const T *LHS, const T *RHS) { return LHS == RHS; } function in struct:llvm::DenseMapInfo
55 static bool isEqual(const char &LHS, const char &RHS) { function in struct:llvm::DenseMapInfo
65 static bool isEqual(const unsigned& LHS, const unsigned& RHS) { function in struct:llvm::DenseMapInfo
77 static bool isEqual(const unsigned long& LHS, const unsigned long& RHS) { function in struct:llvm::DenseMapInfo
89 static bool isEqual(const unsigned long long& LHS, function in struct:llvm::DenseMapInfo
100 static bool isEqual(const int& LHS, const int& RHS) { function in struct:llvm::DenseMapInfo
114 static bool isEqual(const long& LHS, const long& RHS) { function in struct:llvm::DenseMapInfo
126 static bool isEqual(const long long& LHS, function in struct:llvm::DenseMapInfo
160 static bool isEqual(cons function in struct:llvm::DenseMapInfo
[all...]
H A DDenseMap.h88 if (!KeyInfoT::isEqual(P->first, EmptyKey)) {
89 if (!KeyInfoT::isEqual(P->first, TombstoneKey)) {
122 /// getHashValue(LookupKeyT) and isEqual(LookupKeyT, KeyT) for each key
254 if (!KeyInfoT::isEqual(P->first, EmptyKey) &&
255 !KeyInfoT::isEqual(P->first, TombstoneKey))
283 if (!KeyInfoT::isEqual(B->first, EmptyKey) &&
284 !KeyInfoT::isEqual(B->first, TombstoneKey)) {
320 if (!KeyInfoT::isEqual(getBuckets()[i].first, getEmptyKey()) &&
321 !KeyInfoT::isEqual(getBuckets()[i].first, getTombstoneKey()))
452 if (!KeyInfoT::isEqual(TheBucke
[all...]
H A DImmutableList.h113 /// isEqual - Returns true if two lists are equal. Because all lists created
118 bool isEqual(const ImmutableList& L) const { return X == L.X; } function in class:llvm::ImmutableList
120 bool operator==(const ImmutableList& L) const { return isEqual(L); }
218 static bool isEqual(ImmutableList<T> X1, ImmutableList<T> X2) { function in struct:llvm::DenseMapInfo
H A DImmutableMap.h23 /// only the first element (the key) is used by isEqual and isLess.
41 static inline bool isEqual(key_type_ref L, key_type_ref R) { function in struct:llvm::ImutKeyValueInfo
42 return ImutContainerInfo<T>::isEqual(L,R);
49 return ImutContainerInfo<S>::isEqual(L,R);
134 return Root && RHS.Root ? Root->isEqual(*RHS.Root) : Root == RHS.Root;
360 return Root && RHS.Root ? Root->isEqual(*RHS.Root) : Root == RHS.Root;
H A DImmutableSet.h77 if (ImutInfo::isEqual(K,CurrentKey))
118 if (!ImutInfo::isEqual(ImutInfo::KeyOfValue(getValue()),
134 /// isEqual - Compares two trees for structural equality and returns true
137 bool isEqual(const ImutAVLTree& RHS) const { function in class:llvm::ImutAVLTree
162 /// is the same is isEqual.
163 bool isNotEqual(const ImutAVLTree& RHS) const { return !isEqual(RHS); }
546 if (ImutInfo::isEqual(K,KCurrent))
566 if (ImutInfo::isEqual(K,KCurrent)) {
889 static inline bool isEqual(key_type_ref LHS, key_type_ref RHS) { function in struct:llvm::ImutContainerInfo
915 static inline bool isEqual(key_type_re function in struct:llvm::ImutContainerInfo
[all...]
H A DImmutableIntervalMap.h50 static bool isEqual(key_type_ref L, key_type_ref R) { function in struct:llvm::ImutIntervalInfo
55 return ImutContainerInfo<T>::isEqual(L,R);
H A DValueMap.h267 static bool isEqual(const VH &LHS, const VH &RHS) { function in struct:llvm::DenseMapInfo
270 static bool isEqual(const KeyT &LHS, const VH &RHS) { function in struct:llvm::DenseMapInfo
H A DPointerIntPair.h172 static bool isEqual(const Ty &LHS, const Ty &RHS) { return LHS == RHS; }
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeOrdering.h51 static bool isEqual(clang::QualType LHS, clang::QualType RHS) { function in struct:llvm::DenseMapInfo
71 static bool isEqual(clang::CanQualType LHS, clang::CanQualType RHS) { function in struct:llvm::DenseMapInfo
H A DBaseSubobject.h74 static bool isEqual(const clang::BaseSubobject &LHS, function in struct:llvm::DenseMapInfo
H A DGlobalDecl.h109 static bool isEqual(clang::GlobalDecl LHS, function in struct:llvm::DenseMapInfo
H A DCharUnits.h216 static bool isEqual(const clang::CharUnits &LHS, function in struct:llvm::DenseMapInfo
H A DDeclarationName.h582 isEqual(clang::DeclarationName LHS, clang::DeclarationName RHS) { function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DLLVMContextImpl.h64 static bool isEqual(const KeyTy &LHS, const KeyTy &RHS) { function in struct:llvm::DenseMapAPIntKeyInfo
92 static bool isEqual(const KeyTy &LHS, const KeyTy &RHS) { function in struct:llvm::DenseMapAPFloatKeyInfo
131 static bool isEqual(const KeyTy& LHS, const StructType *RHS) { function in struct:llvm::AnonStructTypeKeyInfo
136 static bool isEqual(const StructType *LHS, const StructType *RHS) { function in struct:llvm::AnonStructTypeKeyInfo
180 static bool isEqual(const KeyTy& LHS, const FunctionType *RHS) { function in struct:llvm::FunctionTypeKeyInfo
185 static bool isEqual(const FunctionType *LHS, const FunctionType *RHS) { function in struct:llvm::FunctionTypeKeyInfo
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDebugLoc.h108 static bool isEqual(DebugLoc LHS, DebugLoc RHS) { return LHS == RHS; } function in struct:llvm::DenseMapInfo
H A DValueHandle.h251 static bool isEqual(const AssertingVH<T> &LHS, const AssertingVH<T> &RHS) { function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp294 while (OptionIdx != e && OptionsToMatch[OptionIdx]->isEqual(Optn))
310 if (Optn->isEqual(ScanMatcher)) {
333 (M2->isEqual(Optn) || M2->isContradictory(Optn))) {
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp88 static bool isEqual(SimpleValue LHS, SimpleValue RHS);
146 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { function in class:DenseMapInfo
236 static bool isEqual(CallValue LHS, CallValue RHS);
253 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { function in class:DenseMapInfo
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.h150 static bool isEqual(const clang::CodeGen::TBAAPathTag &LHS, function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp49 static bool isEqual(const DivOpInfo &Val1, const DivOpInfo &Val2) { function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h374 static bool isEqual(AttributeSet LHS, AttributeSet RHS) { return LHS == RHS; } function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h413 static bool isEqual(clang::FileID LHS, clang::FileID RHS) { function in struct:llvm::DenseMapInfo
H A DIdentifierTable.h785 static bool isEqual(clang::Selector LHS, clang::Selector RHS) {
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h575 static bool isEqual(const AliasAnalysis::Location &LHS, function in struct:llvm::DenseMapInfo
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h220 static bool isEqual(const WeakObjectProfileTy &LHS, function in class:clang::sema::FunctionScopeInfo::WeakObjectProfileTy::DenseMapInfo

Completed in 225 milliseconds

12