/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | CleanupInfo.h | 38 void mergeFrom(CleanupInfo Rhs) { in mergeFrom()
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | ScopeExit.h | 34 scope_exit(scope_exit &&Rhs) in scope_exit() function
|
H A D | StringRef.h | 67 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { in compareMemory()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | MergeICmps.cpp | 184 BCEAtom Rhs; member 207 const BCEAtom &Rhs() const { return Cmp.Rhs; } in Rhs() function in __anonbc6d5bcc0111::BCECmpBlock 323 auto Rhs = visitICmpLoadOperand(CmpI->getOperand(1), BaseId); in visitICmp() local 616 Value *Lhs, *Rhs; in mergeComparisons() local
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCSymbolXCOFF.h | 28 StringRef Lhs, Rhs; in getUnqualifiedName() local
|
/openbsd/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | Scheduler.h | 51 bool compare(const InstRef &Lhs, const InstRef &Rhs) const override { in compare()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ImportedFunctionsInliningStatistics.cpp | 207 const SortedNodesTy::value_type &Rhs) { in getSortedNodes()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZShortenInst.cpp | 191 MachineOperand Rhs(RHSMO); in shortenFusedFPOp() local
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | UsingDeclarationsSorter.cpp | 155 const UsingDeclaration &Rhs) -> bool { in endUsingDeclarationBlock()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NullabilityChecker.cpp | 49 Nullability getMostNullable(Nullability Lhs, Nullability Rhs) { in getMostNullable() 230 bool operator==(NullabilityState Lhs, NullabilityState Rhs) { in operator ==() 259 const ConstrainedPropertyVal &Rhs) { in operator ==()
|
H A D | PointerArithChecker.cpp | 324 const Expr *Rhs = BOp->getRHS(); in checkPreStmt() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ExpandMemCmp.cpp | 118 Value *Rhs = nullptr; member 310 Value *Rhs = nullptr; in getLoadPair() local
|
/openbsd/gnu/gcc/gcc/ |
H A D | gengtype-yacc.c | 574 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument 576 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | m68k-parse.c | 717 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument 719 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRISelDAGToDAG.cpp | 506 SDValue Rhs = N->getOperand(1); in selectMultiplication() local
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | defparse.c | 486 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | itbl-parse.c | 648 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
|
H A D | m68k-parse.c | 564 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
|
/openbsd/gnu/gcc/intl/ |
H A D | plural.c | 517 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
|
/openbsd/gnu/usr.bin/texinfo/intl/ |
H A D | plural.c | 493 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
|
/openbsd/gnu/llvm/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.cpp | 275 [](const DGNode &Lhs, const DGNode &Rhs) { return Lhs.Cost < Rhs.Cost; }); in getCriticalSequence()
|
/openbsd/gnu/llvm/clang/lib/CrossTU/ |
H A D | CrossTranslationUnit.cpp | 61 bool hasEqualKnownFields(const llvm::Triple &Lhs, const llvm::Triple &Rhs) { in hasEqualKnownFields()
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 2186 auto SectionIndexLess = [](const SecPtr &Lhs, const SecPtr &Rhs) { in replaceSections() 2309 [](const SectionBase *Lhs, const SectionBase *Rhs) { in layoutSections() 2334 [](const SectionBase *Lhs, const SectionBase *Rhs) { in layoutSectionsForOnlyKeepDebug()
|
/openbsd/gnu/llvm/llvm/lib/MCA/HardwareUnits/ |
H A D | RegisterFile.cpp | 550 sort(Writes, [](const WriteRef &Lhs, const WriteRef &Rhs) { in collectWrites()
|
/openbsd/gnu/llvm/libcxx/benchmarks/ |
H A D | string.bench.cpp | 404 auto Rhs = makeString(LHLength(), DiffType()); in run() local
|