Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/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);
/src/contrib/llvm-project/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()
/src/crypto/krb5/
H A DREADME70 Beginning with release 1.20, the KDC will include minimal PACs in
73 the incoming tickets. Beginning with release 1.21, service ticket
83 Beginning with the krb5-1.21 release, the KDC will not issue tickets
90 Beginning with the krb5-1.19 release, a warning will be issued if
92 type. Beginning with the krb5-1.21 release, a warning will also be
97 Beginning with the krb5-1.18 release, all support for single-DES
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp244 MSSAU->createMemoryAccessInBB(IC, nullptr, N, MemorySSA::Beginning); in sinkInstruction()
274 MSSAU->moveToPlace(OldMemAcc, MoveBB, MemorySSA::Beginning); in sinkInstruction()
H A DLICM.cpp1470 New, nullptr, New->getParent(), MemorySSA::Beginning, in cloneInstructionInExitBlock()
1900 NewSI, nullptr, NewSI->getParent(), MemorySSA::Beginning); in insertStoresInLoopExitBlocks()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMoveAutoInit.cpp210 MemorySSA::InsertionPlace::Beginning); in runMoveAutoInit()
/src/crypto/openssh/
H A DREADME.platform5 Beginning with OpenSSH 3.8p1, sshd will honour an account's password
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp861 bool Beginning) { in addInsertPoint() argument
862 addInsertPoint(*new MBBInsertPoint(MBB, Beginning)); in addInsertPoint()
/src/contrib/ncurses/
H A DREADME.MinGW67 Beginning with build 17763 (Fall 2018 update), Windows 10 supports ANSI escape
H A DREADME169 Beginning with release 4.2, ncurses is distributed under an MIT-style
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h363 enum class AddLocation { Beginning, End }; enumerator
H A DScriptInterpreterPython.cpp3122 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()
3124 AddToSysPath(AddLocation::Beginning, file_spec.GetPath(false)); in Initialize()
3156 if (location == AddLocation::Beginning) { in AddToSysPath()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1622 if (Point == Beginning) { in insertIntoListsForBlock()
1703 assert(Point == Beginning && in moveTo()
1720 insertIntoListsForBlock(Phi, BB, Beginning); in createMemoryPhi()
H A DMemorySSAUpdater.cpp1254 MSSA->moveTo(Phi, New, MemorySSA::Beginning); in wireOldPredecessorsToNewImmediatePredecessor()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h790 enum InsertionPlace { Beginning, End, BeforeTerminator };
/src/contrib/sendmail/
H A DREADME74 Beginning with sendmail 8.9, these checks have become more strict to
/src/crypto/krb5/src/windows/installer/wix/
H A Dmsi-deployment-guide.txt36 Beginning with "Kerberos for Windows" version 2.6.5, a MSI installer
/src/contrib/file/magic/Magdir/
H A Dmsdos2859 # Beginning of File records
2879 # 5.8 BOF – Beginning of File
/src/contrib/tzdata/
H A Dafrica1383 # Beginning : the last Sunday of March at 02:00
H A Dasia473 # Beijing Time at the Beginning of the PRC
H A Deurope2332 # Beginning in 1978, rather than triggering the Easter rule of the 1976 decree
/src/crypto/krb5/src/include/krb5/
H A Dkrb5.hin3433 * Beginning with release 1.20, the name type of the principal will be inferred
3997 * Beginning with release 1.20, the name type of the principal will be inferred
4030 * Beginning with release 1.20, the name type of the principal will be inferred
/src/contrib/sendmail/src/
H A DREADME857 Beginning with 8.10, sendmail uses /etc/mail/sendmail.cf.
/src/contrib/sendmail/cf/
H A DREADME241 /etc/mail/access -- take advantage of this new directory. Beginning with
/src/contrib/flex/
H A DChangeLog9774 * flex.skl: Beginning of %pointer/%array support

12