Searched refs:Advance (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp67 void CPlusPlusNameParser::Advance() { ++m_next_token_index; } function in class:CPlusPlusNameParser
78 Advance();
89 Advance();
182 Advance();
200 Advance();
205 Advance();
216 Advance();
225 Advance();
239 Advance();
259 Advance();
[all...]
H A DCPlusPlusNameParser.h118 void Advance();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/include/fuzzer/
H A DFuzzedDataProvider.h71 Advance(num_bytes);
128 Advance(1);
131 Advance(1);
247 void Advance(size_t num_bytes) { function in class:FuzzedDataProvider
273 Advance(num_bytes_to_consume);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp173 // When true, P marks begin-position of the match, and calling Advance sets C
218 } while (Advance());
246 // Advance 1-past previous next/search.
248 bool Advance() { function in class:__anon3050::ParseHelper
414 PH.Advance();
417 PH.Advance();
433 PH.Advance();
505 PH.Advance();
510 PH.Advance();
527 PH.Advance();
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp233 int Advance = STI->getReadAdvanceCycles(UseDesc, UseIdx, WriteID); local
234 if (Advance > 0 && (unsigned)Advance > Latency) // unsigned wrap
236 return Latency - Advance;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h163 void Advance();
H A DScheduleDAGSDNodes.cpp579 Advance();
582 // Advance to the next valid value defined by the SUnit.
583 void ScheduleDAGSDNodes::RegDefIter::Advance() {
602 for (RegDefIter I(SU, this); I.IsValid(); I.Advance()) {
H A DScheduleDAGRRList.cpp1625 // Advance the cycle to free resources. Skip ahead to the next ready SU.
2097 RegDefPos.IsValid(); RegDefPos.Advance()) {
2148 RegDefPos.IsValid(); RegDefPos.Advance()) {
2206 RegDefPos.IsValid(); RegDefPos.Advance(), --SkipRegDefs) {
2222 RegDefPos.IsValid(); RegDefPos.Advance(), --SkipRegDefs) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp151 unsigned Advance; local
153 Advance = encoding::getEscapeSequenceLength(Text);
154 Chars += Advance;
156 Advance = encoding::getCodePointNumBytes(Text[0], Encoding);
158 Text.substr(0, Advance), UsedColumns + Chars, TabWidth, Encoding);
161 if (Chars > MaxSplit || Text.size() <= Advance)
168 if (Advance == 1 && !isAlphanumeric(Text[0]))
171 SplitPoint += Advance;
172 Text = Text.substr(Advance);
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h98 // for not calling Advance() on an iterator equal to
100 virtual void Advance() = 0;
137 impl_->Advance();
143 impl_->Advance();
228 virtual void Advance() { function in class:testing::internal::RangeGenerator::Iterator
315 virtual void Advance() { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
325 // value_ is updated here and not in Advance() because Advance()
H A Dgtest-param-util-generated.h3605 // Advance should not be called on beyond-of-range iterators
3607 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator2::Iterator
3724 // Advance should not be called on beyond-of-range iterators
3726 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator3::Iterator
3861 // Advance should not be called on beyond-of-range iterators
3863 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator4::Iterator
4015 // Advance should not be called on beyond-of-range iterators
4017 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator5::Iterator
4188 // Advance should not be called on beyond-of-range iterators
4190 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator6::Iterator
4380 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator7::Iterator
4589 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator8::Iterator
4814 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator9::Iterator
5057 virtual void Advance() { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/freebsd-12-stable/stand/i386/zfsboot/
H A Dzfsldr.S119 incl %eax # Advance to

Completed in 291 milliseconds