/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSort.cpp | 71 std::tuple<std::string, StringRef, uint32_t, LVOffset> Right( in sortByKind() local 83 std::tuple<uint32_t, StringRef, std::string, LVOffset> Right( in sortByLine() local 95 std::tuple<StringRef, uint32_t, std::string, LVOffset> Right( in sortByName() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalTree.h | 205 PointType Right; variable 210 IntervalData(PointType Left, PointType Right, ValueType Value) in IntervalData() 270 IntervalNode *Right = nullptr; // RS - Right subtree. variable 545 const IntervalReferences *Right, IntervalNode *Node, in find_iterator() 609 void insert(PointType Left, PointType Right, ValueType Value) { in insert()
|
H A D | ImmutableSet.h | 94 ImutAVLTree *Right = T->getRight(); in getMaxElement() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FormatAdapters.h | 47 size_t Right; variable 50 PadAdapter(T &&Item, size_t Left, size_t Right) in PadAdapter() 96 support::detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { in fmt_pad()
|
H A D | FormatCommon.h | 17 enum class AlignStyle { Left, Center, Right }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FormatVariadic.cpp | 107 StringRef Right = Fmt.drop_front(NumEscapedBraces * 2); in splitLiteralAndReplacement() local 130 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | PostfixExpression.h | 67 const Node *Right() const { return m_right; } in Right() function 68 Node *&Right() { return m_right; } in Right() function
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | trie-node.h | 49 mergeTrieNodes(const TrieNode<T> &Left, const TrieNode<T> &Right, in mergeTrieNodes()
|
H A D | xray-stacks.cpp | 263 const StackDuration &Right) { in mergeStackDuration() argument
|
/freebsd/sys/contrib/dev/acpica/components/namespace/ |
H A D | nsnames.c | 373 char c, *Left, *Right; in AcpiNsBuildNormalizedPath() local
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | Parsing.cpp | 230 auto Right = ParseElement(P->State); in parsePair() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGPointerAuth.cpp | 176 const CGPointerAuthInfo &Right) { in equalAuthPolicies()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 507 Register Right = createResultReg(&WebAssembly::I32RegClass); in signExtendToI32() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinException.cpp | 1096 static int getTryAncestor(const WinEHFuncInfo &FuncInfo, int Left, int Right) { in getTryAncestor()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 527 auto *Right = llvm::partition_point( in spelledTokensTouching() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 955 DiagList Right(d2_begin, d2_end); in CheckLists() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSplitDouble.cpp | 791 bool Right = (Opc == S2_lsr_i_p || Opc == S2_asr_i_p); in splitShift() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 644 Value *Right = nullptr; in isLoopStructureUnderstood() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringChecker.cpp | 1601 AnyArgExpr Right = {Call.getArgExpr(1), 1}; in evalMemcmp() local 2304 AnyArgExpr Right = {Call.getArgExpr(1), 1}; in evalStrcmpCommon() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 121 enum class AttrPosAsWritten { Default = 0, Left, Right }; enumerator
|
/freebsd/crypto/openssh/ |
H A D | sntrup761.c | 473 static Fq Right(int8 T) in Right() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 478 Register Right = MI.getOperand(2).getReg(); in matchINS() local
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnnotator.cpp | 4145 const FormatToken &Right = Tok; in splitPenalty() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 634 const Value *Left = CI->getOperand(0), *Right = CI->getOperand(1); in emitCmp() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBuiltin.cpp | 577 bool Right) { in interp__builtin_rotate()
|