Home
last modified time | relevance | path

Searched refs:Left (Results 1 – 25 of 274) sorted by relevance

1234567891011

/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp48 if (Left->Previous && Left->Previous->is(tok::greater) && in isLambdaParameterList()
51 Left = Left->Previous->MatchingParen; in isLambdaParameterList()
54 return Left->Previous && Left->Previous->is(tok::r_square) && in isLambdaParameterList()
2731 if (Left.is(tok::l_paren) && Left.Previous && in splitPenalty()
2759 (Left.NextOperator || Left.OperatorIndex != 0)) in splitPenalty()
2816 if (Left.is(tok::l_paren) && Left.Previous && in spaceRequiredBetween()
2870 return Left.Tok.isLiteral() || (Left.is(tok::identifier) && Left.Previous && in spaceRequiredBetween()
2922 if (Left.is(tok::ellipsis) && Left.Previous && in spaceRequiredBetween()
3260 if (Left.is(tok::kw_default) && Left.Previous && in spaceRequiredBefore()
3595 Left.isNot(BK_Block) && Left.MatchingParen) in mustBreakBefore()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dmember-ptr.cc113 class Left : public Base { class
118 int Left::vget () in vget()
133 class Diamond : public Padding, public Left, public Right
142 return this->Left::x + 2000; in vget_base()
184 diamond.Left::x = 77; in main()
189 left_pmf = (int (Diamond::*) ()) (int (Left::*) ()) (&Base::get_x); in main()
191 left_vpmf = &Left::vget; in main()
192 left_base_vpmf = (int (Diamond::*) ()) (int (Left::*) ()) (&Base::vget_base); in main()
196 base_vpmf = (int (Base::*) ()) (int (Left::*) ()) &Diamond::vget_base; in main()
199 diamond_pmi = (int Diamond::*) (int Left::*) &Base::x; in main()
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dmember-ptr.cc113 class Left : public Base { class
118 int Left::vget () in vget()
133 class Diamond : public Padding, public Left, public Right
142 return this->Left::x + 2000; in vget_base()
184 diamond.Left::x = 77; in main()
189 left_pmf = (int (Diamond::*) ()) (int (Left::*) ()) (&Base::get_x); in main()
191 left_vpmf = &Left::vget; in main()
192 left_base_vpmf = (int (Diamond::*) ()) (int (Left::*) ()) (&Base::vget_base); in main()
196 base_vpmf = (int (Base::*) ()) (int (Left::*) ()) &Diamond::vget_base; in main()
199 diamond_pmi = (int Diamond::*) (int Left::*) &Base::x; in main()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAttrIterator.h85 friend bool operator==(specific_attr_iterator Left,
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;
94 friend bool operator!=(specific_attr_iterator Left,
96 return !(Left == Right);
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.h147 int32_t Left = Right; variable
148 while (Left >= LeftBoundary && Context[Left] == Context[Left + I]) {
151 Left--;
154 bool DuplicationFound = (Left < LeftBoundary);
162 std::copy(BeginIter + Right + 1, BeginIter + Left + I + 1,
164 End += Left + I - Right;
166 Right = Left + I;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormatAdapters.h44 size_t Left; 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()
53 Stream.indent(Left); 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()
H A DFormatCommon.h17 enum class AlignStyle { Left, Center, Right }; enumerator
50 case AlignStyle::Left: in format()
/netbsd/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()
64 for (auto *Callee : Left.Callees) { in mergeTrieNodes()
/netbsd/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp89 internal::BindableMatcher<Stmt> gtestAssert(GtestCmp Cmp, StatementMatcher Left, in gtestAssert() argument
93 hasArgument(2, Left), hasArgument(3, Right)); in gtestAssert()
96 internal::BindableMatcher<Stmt> gtestExpect(GtestCmp Cmp, StatementMatcher Left, in gtestExpect() argument
100 hasArgument(2, Left), hasArgument(3, Right)); in gtestExpect()
/netbsd/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/external/gpl3/gdb/dist/sim/testsuite/sim/arm/iwmmxt/
H A Dwsll.cgs17 # Test Halfword Logical Shift Left
43 # Test Halfword Aritc Shift Left by CG register
67 # Test Word Logical Shift Left
93 # Test Word Logical Shift Left by CG register
117 # Test Double Word Logical Shift Left
143 # Test Double Word Logical Shift Left by CG register
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/arm/iwmmxt/
H A Dwsll.cgs17 # Test Halfword Logical Shift Left
43 # Test Halfword Aritc Shift Left by CG register
67 # Test Word Logical Shift Left
93 # Test Word Logical Shift Left by CG register
117 # Test Double Word Logical Shift Left
143 # Test Double Word Logical Shift Left by CG register
/netbsd/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/sys/external/bsd/acpica/dist/namespace/
H A Dnsnames.c265 char c, *Left, *Right; in AcpiNsBuildNormalizedPath() local
327 Left = FullPath; in AcpiNsBuildNormalizedPath()
330 while (Left < Right) in AcpiNsBuildNormalizedPath()
332 c = *Left; in AcpiNsBuildNormalizedPath()
333 *Left++ = *Right; in AcpiNsBuildNormalizedPath()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp173 if (N->Left) in update()
594 if (N->Left) in dump()
595 dump(N->Left); in dump()
604 order(N->Left, Seq); in order()
631 N->Left = add(N->Left, R); in add()
643 N->Left = remove(N->Left, D); in remove()
652 return (N->Left == nullptr) ? N->Right : N->Left; in remove()
656 Node *M = N->Left; in remove()
659 M->Left = remove(N->Left, M); in remove()
672 Higher->Right = Lower->Left; in rotateLeft()
[all …]
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dsun4i-a10-inet9f-rev03.dts67 label = "Left Joystick Left";
75 label = "Left Joystick Right";
83 label = "Left Joystick Up";
91 label = "Left Joystick Down";
99 label = "Right Joystick Left";
131 label = "DPad Left";
199 label = "Top Left Button";
/netbsd/external/mit/xorg/lib/xkeyboard-config/rules/
H A Dbase.lst795 grp:lalt_toggle Left Alt
807 grp:lctrl_lshift_toggle Left Ctrl+Left Shift
811 grp:lalt_lshift_toggle Left Alt+Left Shift
814 grp:lwin_toggle Left Win
825 grp:lctrl_lwin_toggle Left Ctrl+Left Win
832 lv3:lwin_switch Left Win
835 lv3:lalt_switch Left Alt
855 ctrl:swap_lalt_lctl Swap Left Alt with Left Ctrl
857 ctrl:swap_lwin_lctl Swap Left Win with Left Ctrl
859 ctrl:swap_lalt_lctl_lwin Left Alt as Ctrl, Left Ctrl as Win, Left Win as Left Alt
[all …]
H A Devdev.lst795 grp:lalt_toggle Left Alt
807 grp:lctrl_lshift_toggle Left Ctrl+Left Shift
811 grp:lalt_lshift_toggle Left Alt+Left Shift
814 grp:lwin_toggle Left Win
825 grp:lctrl_lwin_toggle Left Ctrl+Left Win
832 lv3:lwin_switch Left Win
835 lv3:lalt_switch Left Alt
855 ctrl:swap_lalt_lctl Swap Left Alt with Left Ctrl
857 ctrl:swap_lwin_lctl Swap Left Win with Left Ctrl
859 ctrl:swap_lalt_lctl_lwin Left Alt as Ctrl, Left Ctrl as Win, Left Win as Left Alt
[all …]
/netbsd/external/bsd/less/dist/
H A Dscreen.c1455 cpos.X = csbi.srWindow.Left + (col - 1); in _settextposition()
1522 size.X = scr.srWindow.Right - scr.srWindow.Left + 1; in win32_init_term()
1652 rcClip.Left = csbi.srWindow.Left; in add_line()
1662 new_org.X = rcSrc.Left; in add_line()
1706 rcSrc.Left = csbi.srWindow.Left;
1712 rcClip.Left = rcSrc.Left;
1718 new_org.X = rcSrc.Left;
1793 rcSrc.Left = csbi.srWindow.Left;
1799 rcClip.Left = rcSrc.Left;
1805 new_org.X = rcSrc.Left;
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DParsing.cpp223 auto Left = ParseElement(P->State); in parsePair() local
224 if (!Left) in parsePair()
225 return Left.takeError(); in parsePair()
227 P = parseChar(',', Left->State); in parsePair()
240 Op(std::move(Left->Value), std::move(Right->Value))); in parsePair()
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DPRBTree.cc43 #define D_OPPOSITE(x) (((x)==Left) ? Right : Left )
182 d = Left; in rb_copy_node()
352 d = Left; in rb_locate()
385 d = (key < y->key) ? Left : Right; in insert()
436 if (rb_child (lm, Left, curts) && rb_child (lm, Right, curts)) in remove()
441 x = rb_child (y, Left, curts); in remove()
/netbsd/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DGtestMatchers.h34 internal::BindableMatcher<Stmt> gtestAssert(GtestCmp Cmp, StatementMatcher Left,
38 internal::BindableMatcher<Stmt> gtestExpect(GtestCmp Cmp, StatementMatcher Left,
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp82 CharUnits Left = RegionSize - TypeSize; in evenFlexibleArraySize() local
83 if (Left.isNegative()) in evenFlexibleArraySize()
86 return Left % FlexSize == 0; in evenFlexibleArraySize()
/netbsd/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-pinebook.dts369 simple-audio-card,widgets = "Microphone", "Internal Microphone Left",
374 "Left DAC", "DACL",
381 "ADCL", "Left ADC",
383 "Internal Microphone Left", "MBIAS",
384 "MIC1", "Internal Microphone Left",
H A Dsun50i-a64-pinetab.dts416 simple-audio-card,widgets = "Microphone", "Internal Microphone Left",
421 "Left DAC", "DACL",
428 "ADCL", "Left ADC",
430 "Internal Microphone Left", "MBIAS",
431 "MIC1", "Internal Microphone Left",

1234567891011