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

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp31 static int SortSymbolPair(const PairTy *LHS, const PairTy *RHS) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DUse.cpp14 void Use::swap(Use &RHS) { argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DArena.cpp18 canonicalFormulaPair(const Formula &LHS, const Formula &RHS) { argument
41 const Formula &Arena::makeAnd(const Formula &LHS, const Formula &RHS) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGUID.h25 inline bool operator==(const GUID &LHS, const GUID &RHS) { argument
29 inline bool operator<(const GUID &LHS, const GUID &RHS) { argument
33 inline bool operator<=(const GUID &LHS, const GUID &RHS) { argument
37 inline bool operator>(const GUID &LHS, const GUID &RHS) { argument
41 inline bool operator>=(const GUID &LHS, const GUID &RHS) { argument
45 operator !=(const GUID &LHS, const GUID &RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DYAML.h98 inline bool operator==(const BinaryRef &LHS, const BinaryRef &RHS) { argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemoryBufferRef.h40 operator ==(const MemoryBufferRef &LHS, const MemoryBufferRef &RHS) argument
48 operator !=(const MemoryBufferRef &LHS, const MemoryBufferRef &RHS) argument
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp19 static bool implies(const LExpr *LHS, bool LNeg, const LExpr *RHS, bool RNeg) { argument
105 implies(const LExpr *LHS, const LExpr *RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DHeader.cpp101 bool llvm::gsym::operator==(const Header &LHS, const Header &RHS) { argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DNodeIntrospection.cpp45 locationCallLessThan(const LocationCall *LHS, const LocationCall *RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Index/
H A DDeclOccurrence.h38 friend bool operator<(const DeclOccurrence &LHS, const DeclOccurrence &RHS) { argument
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DTypeOrdering.h51 static bool isEqual(clang::QualType LHS, clang::QualType RHS) { argument
71 static bool isEqual(clang::CanQualType LHS, clang::CanQualType RHS) { argument
H A DBaseSubobject.h48 friend bool operator==(const BaseSubobject &LHS, const BaseSubobject &RHS) { argument
77 isEqual(const clang::BaseSubobject &LHS, const clang::BaseSubobject &RHS) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp31 changeset_ty LHS, RHS; local
H A DStringRef.cpp27 static int ascii_strncasecmp(const char *LHS, const char *RHS, size_t Length) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h63 merge(const DWARFAddressRange &RHS) argument
75 operator <(const DWARFAddressRange &LHS, const DWARFAddressRange &RHS) argument
80 operator ==(const DWARFAddressRange &LHS, const DWARFAddressRange &RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h36 inline bool operator==(const LineEntry &LHS, const LineEntry &RHS) { argument
39 inline bool operator!=(const LineEntry &LHS, const LineEntry &RHS) { argument
42 inline bool operator<(const LineEntry &LHS, const LineEntry &RHS) { argument
H A DInlineInfo.h180 inline bool operator==(const InlineInfo &LHS, const InlineInfo &RHS) { argument
H A DFileEntry.h60 static bool isEqual(const gsym::FileEntry &LHS, const gsym::FileEntry &RHS) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp27 compareKind(const LVObject *LHS, const LVObject *RHS) argument
33 compareLine(const LVObject *LHS, const LVObject *RHS) argument
39 compareName(const LVObject *LHS, const LVObject *RHS) argument
45 compareOffset(const LVObject *LHS, const LVObject *RHS) argument
51 compareRange(const LVObject *LHS, const LVObject *RHS) argument
65 sortByKind(const LVObject *LHS, const LVObject *RHS) argument
77 sortByLine(const LVObject *LHS, const LVObject *RHS) argument
89 sortByName(const LVObject *LHS, const LVObject *RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp76 bool llvm::decomposeBitTestICmp(Value *LHS, Value *RHS, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTarget.h47 inline bool operator==(const Target &LHS, const Target &RHS) { argument
52 inline bool operator!=(const Target &LHS, const Target &RHS) { argument
56 inline bool operator<(const Target &LHS, const Target &RHS) { argument
61 inline bool operator==(const Target &LHS, const Architecture &RHS) { argument
65 operator !=(const Target &LHS, const Architecture &RHS) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMapInfoVariant.h49 static bool isEqual(const Variant &LHS, const Variant &RHS) { argument
65 RHS); member in namespace:llvm
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasmTraits.h41 isEqual(const wasm::WasmSignature &LHS, const wasm::WasmSignature &RHS) argument
58 isEqual(const wasm::WasmGlobalType &LHS, const wasm::WasmGlobalType &RHS) argument
80 isEqual(const wasm::WasmLimits &LHS, const wasm::WasmLimits &RHS) argument
102 isEqual(const wasm::WasmTableType &LHS, const wasm::WasmTableType &RHS) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMachineLocation.h52 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) { argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabase.h68 friend bool operator==(const CompileCommand &LHS, const CompileCommand &RHS) { argument
74 friend bool operator!=(const CompileCommand &LHS, const CompileCommand &RHS) { argument

Completed in 289 milliseconds

1234567891011>>