Home
last modified time | relevance | path

Searched refs:Beginning (Results 1 – 25 of 107) sorted by relevance

12345

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h243 bool Beginning; variable
249 return Beginning ? MBB.begin() : MBB.end(); in getPointImpl()
255 MBBInsertPoint(MachineBasicBlock &MBB, bool Beginning = true)
256 : MBB(MBB), Beginning(Beginning) { in MBB()
259 assert((!Beginning || MBB.getFirstNonPHI() == MBB.begin()) && in MBB()
263 assert((Beginning || MBB.getFirstTerminator() == MBB.end()) && in MBB()
371 void addInsertPoint(MachineBasicBlock &MBB, bool Beginning);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp575 Beginning, // start of the name in ParseFullNameImpl() enumerator
583 State state = State::Beginning; in ParseFullNameImpl()
591 if (state != State::Beginning && state != State::AfterTwoColons) { in ParseFullNameImpl()
615 if (state == State::Beginning || state == State::AfterTwoColons) { in ParseFullNameImpl()
649 if (state == State::Beginning || state == State::AfterTwoColons) { in ParseFullNameImpl()
658 if (state != State::Beginning && state != State::AfterIdentifier && in ParseFullNameImpl()
679 if (state != State::Beginning && state != State::AfterTwoColons) { in ParseFullNameImpl()
690 if (state != State::Beginning && state != State::AfterTwoColons) { in ParseFullNameImpl()
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptTokenList.def20 TOKEN(LineComment) // Beginning of single-line comment.
21 TOKEN(StartComment) // Beginning of multi-line comment.
/openbsd-src/regress/usr.bin/grep/
H A Dt3.out1 Beginning of a line
H A Din2 Beginning of a line
/openbsd-src/regress/usr.bin/calendar/
H A D20170101.out11 Jan 01* *: Beginning of every month
H A D20170831.out19 Sep 01* *: Beginning of every month
H A D20160831.out19 Sep 01* *: Beginning of every month
H A D20160731.out23 Aug 01* *: Beginning of every month
H A D20170731.out23 Aug 01* *: Beginning of every month
H A D20170801.out10 Aug 01* *: Beginning of every month
H A D20160901.out10 Sep 01* *: Beginning of every month
H A D20160801.out10 Aug 01* *: Beginning of every month
H A D20170930.out23 Oct 01* *: Beginning of every month
H A D20161031.out27 Nov 01* *: Beginning of every month
H A D20171130.out27 Dec 01* *: Beginning of every month
H A D20160630.out27 Jul 01* *: Beginning of every month
H A D20160229.out27 Mar 01* *: Beginning of every month
H A D20161231.out27 Jan 01* *: Beginning of every month
H A D20171031.out27 Nov 01* *: Beginning of every month
H A D20161130.out27 Dec 01* *: Beginning of every month
H A D20160531.out27 Jun 01* *: Beginning of every month
H A D20160331.out27 Apr 01* *: Beginning of every month
H A D20160430.out28 May 01* *: Beginning of every month
H A D20160131.out27 Feb 01* *: Beginning of every month

12345