Home
last modified time | relevance | path

Searched defs:advance (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project/clang-tools-extra/clangd/index/dex/
H A DIterator.cpp50 void advance() override { in advance() function in clang::clangd::dex::__anonfa78848f0111::AndIterator
158 void advance() override { in advance() function in clang::clangd::dex::__anonfa78848f0111::OrIterator
231 void advance() override { in advance() function in clang::clangd::dex::__anonfa78848f0111::TrueIterator
268 void advance() override { assert(false); } in advance() function in clang::clangd::dex::__anonfa78848f0111::FalseIterator
295 void advance() override { Child->advance(); } in advance() function in clang::clangd::dex::__anonfa78848f0111::BoostIterator
327 void advance() override { Child->advance(); } in advance() function in clang::clangd::dex::__anonfa78848f0111::LimitIterator
H A DPostingList.cpp36 void advance() override { in advance() function in clang::clangd::dex::__anon18161f850111::ChunkIterator
/llvm-project/llvm/lib/Support/
H A DLineIterator.cpp55 void line_iterator::advance() { in advance() function in line_iterator
H A DSuffixTree.cpp296 void SuffixTree::RepeatedSubstringIterator::advance() { in advance() function in SuffixTree::RepeatedSubstringIterator
/llvm-project/libc/src/__support/RPC/
H A Drpc_util.h
/llvm-project/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h78 void advance() { in advance() function
H A DMachineInstrBundle.h102 void advance() { in advance() function
/llvm-project/llvm/include/llvm/ADT/
H A DCombinationGenerator.h52 bool advance() { in advance() function
/llvm-project/offload/DeviceRTL/include/
H A DUtils.h
/llvm-project/libcxx/include/__iterator/
H A Dadvance.h65 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 void advance(_InputIter& __i, _Distance __orig_n) { in advance() function
[all...]
/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp54 Expected<BitstreamEntry> PGOCtxProfileReader::advance() { advance() function in PGOCtxProfileReader
/llvm-project/mlir/include/mlir/IR/
H A DVisitors.h51 static WalkResult advance() { return {Advance}; } in advance() function
102 void advance() { nextRegion++; } in advance() function
/llvm-project/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp68 bool advance(error_code& ec) { in advance() function in __dir_stream
135 bool advance(error_code& ec) { in advance() function in __dir_stream
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp77 ValueObjectSP advance(size_t count) { advance() function in __anon79a2c5840111::ListIterator
224 size_t advance = idx; GetItem() local
/llvm-project/flang/test/Semantics/
H A Dio03.f907 character(20) advance variable
/llvm-project/libcxx/include/__ranges/
H A Dsubrange.h179 _LIBCPP_HIDE_FROM_ABI constexpr subrange& advance(iter_difference_t<_Iter> __n) { advance() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp157 bool advance(DelayType Type, unsigned Cycles) { in advance() function
230 void advance(DelayType Type, unsigned Cycles) { in advance() function
H A DGCNRegPressure.cpp505 bool GCNDownwardRPTracker::advance() { advance() function in GCNDownwardRPTracker
513 bool GCNDownwardRPTracker::advance(MachineBasicBlock::const_iterator End) { advance() function in GCNDownwardRPTracker
519 bool GCNDownwardRPTracker::advance(MachineBasicBlock::const_iterator Begin, advance() function in GCNDownwardRPTracker
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/grammar/
H A DLRGraph.h
/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h167 void advance() { in advance() function
255 void advance() { in advance() function
/llvm-project/llvm/lib/MC/
H A DMCRegisterInfo.cpp57 void advance() { in advance() function in __anon246167430111::MCRegAliasIteratorImpl
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DIntegralLiteralExpressionMatcher.cpp36 bool IntegralLiteralExpressionMatcher::advance() { in advance() function in clang::tidy::modernize::IntegralLiteralExpressionMatcher
/llvm-project/llvm/tools/llvm-rc/
H A DResourceScriptToken.cpp199 bool Tokenizer::advance(size_t Amount) { in advance() function in __anon5a9c36670111::Tokenizer
/llvm-project/flang/lib/Parser/
H A Dsource.cpp111 auto advance{chunk + 1}; in RemoveCarriageReturns() local
/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp144 static ParseState advance(ParseState S, size_t N) { in advance() function

12