Home
last modified time | relevance | path

Searched refs:Right (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp2599 const FormatToken &Right = Tok; in splitPenalty() local
2605 if (Right.isOneOf(Keywords.kw_extends, Keywords.kw_throws)) in splitPenalty()
2607 if (Right.is(Keywords.kw_implements)) in splitPenalty()
2612 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma)) in splitPenalty()
2617 (Right.is(TT_TemplateString) && Right.TokenText.startswith("}"))) in splitPenalty()
2620 if (Left.opensScope() && Right.closesScope()) in splitPenalty()
2624 if (Right.is(tok::identifier) && Right.Next && Right.Next->is(TT_DictLiteral)) in splitPenalty()
2626 if (Right.is(tok::l_square)) { in splitPenalty()
2632 if (Right.is(TT_LambdaLSquare) && Left.is(tok::equal)) in splitPenalty()
2634 if (!Right.isOneOf(TT_ObjCMethodExpr, TT_LambdaLSquare, in splitPenalty()
[all …]
H A DTokenAnnotator.h175 bool spaceRequiredBeforeParens(const FormatToken &Right) const;
178 const FormatToken &Right);
180 bool spaceRequiredBefore(const AnnotatedLine &Line, const FormatToken &Right);
182 bool mustBreakBefore(const AnnotatedLine &Line, const FormatToken &Right);
184 bool canBreakBefore(const AnnotatedLine &Line, const FormatToken &Right);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.h126 int32_t Right = I - 1; variable
129 while (Right + I < Context.size()) {
147 int32_t Left = Right;
156 LeftBoundary = Right + 1;
159 Right += I;
162 std::copy(BeginIter + Right + 1, BeginIter + Left + I + 1,
164 End += Left + I - Right;
166 Right = Left + I;
170 std::copy(BeginIter + Right + 1, Context.end(), BeginIter + End);
171 End += Context.size() - Right - 1;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAttrIterator.h86 specific_attr_iterator Right) {
87 assert((Left.Current == nullptr) == (Right.Current == nullptr));
88 if (Left.Current < Right.Current)
89 Left.AdvanceToNext(Right.Current);
91 Right.AdvanceToNext(Left.Current);
92 return Left.Current == Right.Current;
95 specific_attr_iterator Right) {
96 return !(Left == Right);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFormatVariadic.cpp20 return AlignStyle::Right; in translateLocChar()
29 Where = AlignStyle::Right; in consumeFieldLayout()
65 AlignStyle Where = AlignStyle::Right; in parseReplacementItem()
107 StringRef Right = Fmt.drop_front(NumEscapedBraces * 2); in splitLiteralAndReplacement() local
108 return std::make_pair(ReplacementItem{Middle}, Right); in splitLiteralAndReplacement()
130 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement() local
134 return std::make_pair(*RI, Right); in splitLiteralAndReplacement()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormatAdapters.h45 size_t Right; variable
48 PadAdapter(T &&Item, size_t Left, size_t Right) in PadAdapter() argument
49 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {} in PadAdapter()
55 Stream.indent(Right); in format()
92 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { in fmt_pad() argument
93 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right); in fmt_pad()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dilist.h349 void merge(iplist_impl &Right, Compare comp) {
350 if (this == &Right)
352 this->transferNodesFromList(Right, Right.begin(), Right.end());
353 base_list_type::merge(Right, comp);
355 void merge(iplist_impl &Right) { return merge(Right, op_less); }
415 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) {
416 Left.swap(Right);
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp90 StatementMatcher Right) { in gtestAssert() argument
93 hasArgument(2, Left), hasArgument(3, Right)); in gtestAssert()
97 StatementMatcher Right) { in gtestExpect() argument
100 hasArgument(2, Left), hasArgument(3, Right)); in gtestExpect()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dtrie-node.h49 mergeTrieNodes(const TrieNode<T> &Left, const TrieNode<T> &Right, in mergeTrieNodes() argument
56 assert(Left.FuncId == Right.FuncId); in mergeTrieNodes()
58 Left.FuncId, NewParent, {}, MergeFn(Left.ExtraData, Right.ExtraData)}); in mergeTrieNodes()
72 for (auto *Callee : Right.Callees) { in mergeTrieNodes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPseudoProbeInserter.cpp124 auto IsEqual = [](const MachineInstr *Left, const MachineInstr *Right) { in runOnMachineFunction() argument
125 return Left->getOperand(0).getImm() == Right->getOperand(0).getImm() && in runOnMachineFunction()
126 Left->getOperand(1).getImm() == Right->getOperand(1).getImm() && in runOnMachineFunction()
127 Left->getOperand(3).getImm() == Right->getOperand(3).getImm() && in runOnMachineFunction()
128 Left->getDebugLoc() == Right->getDebugLoc(); in runOnMachineFunction()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/iwmmxt/
H A Dwsrl.cgs17 # Test Halfword Logical Shift Right
43 # Test Halfword Logical Shift Right by CG register
67 # Test Word Logical Shift Right
93 # Test Word Logical Shift Right by CG register
117 # Test Double Word Logical Shift Right
143 # Test Double Word Logical Shift Right by CG register
H A Dwsra.cgs17 # Test Halfword Arithmetic Shift Right
43 # Test Halfword Arithmetic Shift Right by CG register
67 # Test Word Arithmetic Shift Right
93 # Test Word Arithmetic Shift Right by CG register
117 # Test Double Word Arithmetic Shift Right
143 # Test Double Word Arithmetic Shift Right by CG register
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DPseudoProbe.cpp146 auto IsEqual = [](const PseudoProbeInst *Left, const PseudoProbeInst *Right) { in removeRedundantPseudoProbes() argument
147 return Left->getFuncGuid() == Right->getFuncGuid() && in removeRedundantPseudoProbes()
148 Left->getIndex() == Right->getIndex() && in removeRedundantPseudoProbes()
149 Left->getAttributes() == Right->getAttributes() && in removeRedundantPseudoProbes()
150 Left->getDebugLoc() == Right->getDebugLoc(); in removeRedundantPseudoProbes()
/netbsd-src/external/mit/xorg/lib/xkeyboard-config/rules/
H A Dbase.lst786 grp:switch Right Alt (while pressed)
789 grp:rwin_switch Right Win (while pressed)
793 grp:rctrl_switch Right Ctrl (while pressed)
794 grp:toggle Right Alt
799 grp:win_menu_select Left Win to first layout; Right Win/Menu to second layout
800 grp:ctrl_select Left Ctrl to first layout; Right Ctrl to second layout
808 grp:rctrl_rshift_toggle Right Ctrl+Right Shift
812 grp:ralt_rshift_toggle Right Alt+Right Shift
818 grp:rwin_toggle Right Win
820 grp:rshift_toggle Right Shift
[all …]
H A Devdev.lst786 grp:switch Right Alt (while pressed)
789 grp:rwin_switch Right Win (while pressed)
793 grp:rctrl_switch Right Ctrl (while pressed)
794 grp:toggle Right Alt
799 grp:win_menu_select Left Win to first layout; Right Win/Menu to second layout
800 grp:ctrl_select Left Ctrl to first layout; Right Ctrl to second layout
808 grp:rctrl_rshift_toggle Right Ctrl+Right Shift
812 grp:ralt_rshift_toggle Right Alt+Right Shift
818 grp:rwin_toggle Right Win
820 grp:rshift_toggle Right Shift
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsnames.c265 char c, *Left, *Right; in AcpiNsBuildNormalizedPath() local
328 Right = FullPath+Length - 1; in AcpiNsBuildNormalizedPath()
330 while (Left < Right) in AcpiNsBuildNormalizedPath()
333 *Left++ = *Right; in AcpiNsBuildNormalizedPath()
334 *Right-- = c; in AcpiNsBuildNormalizedPath()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp129 Node *Left = nullptr, *Right = nullptr; member
172 N->Height = 1 + std::max(height(N->Left), height(N->Right)); in update()
175 if (N->Right) in update()
176 N->MaxEnd = std::max(N->MaxEnd, N->Right->MaxEnd); in update()
181 int32_t Balance = height(N->Right) - height(N->Left); in rebalance()
185 return rotateLeft(N->Right, N); in rebalance()
592 dbgs() << " Right: " << N->Right << "\n\n"; in dump()
596 if (N->Right) in dump()
597 dump(N->Right); in dump()
606 order(N->Right, Seq); in order()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeBeadsGen.cpp98 unsigned Right = 8 * p; in run() local
99 unsigned Left = Right + 8; in run()
102 for (unsigned i = Right; i != Left; ++i) { in run()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dsun4i-a10-inet9f-rev03.dts75 label = "Left Joystick Right";
99 label = "Right Joystick Left";
107 label = "Right Joystick Right";
115 label = "Right Joystick Up";
123 label = "Right Joystick Down";
139 label = "DPad Right";
205 label = "Top Right Button";
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DParsing.cpp231 auto Right = ParseElement(P->State); in parsePair() local
232 if (!Right) in parsePair()
233 return Right.takeError(); in parsePair()
235 P = parseChar(')', Right->State); in parsePair()
240 Op(std::move(Left->Value), std::move(Right->Value))); in parsePair()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DGtestMatchers.h35 StatementMatcher Right);
39 StatementMatcher Right);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp395 fmt_align(StreamIdx, AlignStyle::Right, NumDigits(StreamCount)), in dumpStreamSummary()
396 fmt_align(getPdb().getStreamByteSize(StreamIdx), AlignStyle::Right, in dumpStreamSummary()
442 fmt_align(Modi, AlignStyle::Right, HeaderScope->LabelWidth), SG.name()); in iterateOneModule()
677 fmt_align(Modi, AlignStyle::Right, NumDigits(ModCount)), in dumpSymbolStats()
862 fmt_align("Record Kind", AlignStyle::Right, FieldWidth), in dumpUdtStats()
863 fmt_align(CountHeader, AlignStyle::Right, CD), in dumpUdtStats()
864 fmt_align(SizeHeader, AlignStyle::Right, SD)); in dumpUdtStats()
870 fmt_align(Label, AlignStyle::Right, FieldWidth), in dumpUdtStats()
871 fmt_align(Stat.second.Count, AlignStyle::Right, CD), in dumpUdtStats()
872 fmt_align(Stat.second.Size, AlignStyle::Right, SD)); in dumpUdtStats()
[all …]
/netbsd-src/external/bsd/openldap/dist/tests/data/
H A Dtest-translucent-merged.ldif37 displayName: Right Said Fred
40 givenName: Right Said
H A Dtest-translucent-data.ldif39 displayName: Right Said Fred
42 givenName: Right Said
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-pinebook.dts370 "Microphone", "Internal Microphone Right",
375 "Right DAC", "DACR",
382 "ADCR", "Right ADC",
385 "Internal Microphone Right", "HBIAS",
386 "MIC2", "Internal Microphone Right";

12345678910>>...13