Searched defs:RHS (Results 1 - 25 of 214) sorted by relevance

123456789

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp27 static int SortSymbolPair(const void *LHS, const void *RHS) { argument
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DCmpInstAnalysis.cpp72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeOrdering.h53 static bool isEqual(clang::QualType LHS, clang::QualType RHS) { argument
73 static bool isEqual(clang::CanQualType LHS, clang::CanQualType RHS) { argument
H A DBaseSubobject.h46 friend bool operator==(const BaseSubobject &LHS, const BaseSubobject &RHS) { argument
74 isEqual(const clang::BaseSubobject &LHS, const clang::BaseSubobject &RHS) argument
H A DGlobalDecl.h72 friend bool operator==(const GlobalDecl &LHS, const GlobalDecl &RHS) { argument
110 isEqual(clang::GlobalDecl LHS, clang::GlobalDecl RHS) argument
H A DDeclContextInternals.h49 StoredDeclsList(const StoredDeclsList &RHS) : Data(RHS.Data) { argument
61 StoredDeclsList &operator=(const StoredDeclsList &RHS) { argument
H A DRawCommentList.h171 bool operator()(const RawComment &LHS, const RawComment &RHS) { argument
175 bool operator()(const RawComment *LHS, const RawComment *RHS) { argument
H A DStmtIterator.h80 StmtIteratorImpl(const StmtIteratorBase& RHS) : StmtIteratorBase(RHS) {} argument
136 ConstStmtIterator(const StmtIterator& RHS) argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DDeltaAlgorithm.cpp32 changeset_ty LHS, RHS; local
H A DStringRef.cpp42 static int ascii_strncasecmp(const char *LHS, const char *RHS, size_t Length) { argument
[all...]
H A DTargetRegistry.cpp138 TargetArraySortFn(const std::pair<StringRef, const Target *> *LHS, const std::pair<StringRef, const Target *> *RHS) argument
/freebsd-10.3-release/contrib/llvm/include/llvm/Object/
H A DYAML.h95 inline bool operator==(const BinaryRef &LHS, const BinaryRef &RHS) { argument
/freebsd-10.3-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h65 static inline RemapFlags operator|(RemapFlags LHS, RemapFlags RHS) { argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h50 bool operator()(const CondDirectiveLoc &LHS, SourceLocation RHS) { argument
53 bool operator()(SourceLocation LHS, const CondDirectiveLoc &RHS) { argument
46 operator ()(const CondDirectiveLoc &LHS, const CondDirectiveLoc &RHS) argument
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DUse.cpp23 void Use::swap(Use &RHS) { argument
/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
H A DDenseMapInfo.h47 static bool isEqual(const T *LHS, const T *RHS) { return LHS == RHS; } argument
55 static bool isEqual(const char &LHS, const char &RHS) { argument
65 static bool isEqual(const unsigned& LHS, const unsigned& RHS) { argument
77 static bool isEqual(const unsigned long& LHS, const unsigned long& RHS) { argument
89 isEqual(const unsigned long long& LHS, const unsigned long long& RHS) argument
100 isEqual(const int& LHS, const int& RHS) argument
114 isEqual(const long& LHS, const long& RHS) argument
126 isEqual(const long long& LHS, const long long& RHS) argument
160 isEqual(const Pair &LHS, const Pair &RHS) argument
[all...]
H A DSparseBitVector.h437 SparseBitVectorIterator(const SparseBitVector<ElementSize> *RHS, bool end = false) argument
[all...]
H A DOwningPtr.h77 void swap(OwningPtr &RHS) { argument
139 void swap(OwningArrayPtr &RHS) { argument
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DDebugLoc.h110 static bool isEqual(DebugLoc LHS, DebugLoc RHS) { return LHS == RHS; } argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Edit/
H A DFileOffset.h37 friend bool operator==(FileOffset LHS, FileOffset RHS) { argument
40 friend bool operator!=(FileOffset LHS, FileOffset RHS) { argument
43 friend bool operator<(FileOffset LHS, FileOffset RHS) { argument
48 friend bool operator>(FileOffset LHS, FileOffset RHS) { argument
53 operator >=(FileOffset LHS, FileOffset RHS) argument
56 operator <=(FileOffset LHS, FileOffset RHS) argument
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h197 operator ==(const TargetOptions &LHS, const TargetOptions &RHS) argument
222 operator !=(const TargetOptions &LHS, const TargetOptions &RHS) argument
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp99 const MCExpr *RHS = MCSymbolRefExpr::Create(RSym, Ctx); local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.h150 isEqual(const clang::CodeGen::TBAAPathTag &LHS, const clang::CodeGen::TBAAPathTag &RHS) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp159 compareEntry(const Table::MapEntryTy *const *LHS, const Table::MapEntryTy *const *RHS) argument
H A DIdenticalExprChecker.cpp75 const Expr *RHS = B->getRHS()->IgnoreParenImpCasts(); local

Completed in 379 milliseconds

123456789