/llvm-project/clang-tools-extra/clangd/index/dex/ |
H A D | Iterator.cpp | 50 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 D | PostingList.cpp | 36 void advance() override { in advance() function in clang::clangd::dex::__anon18161f850111::ChunkIterator
|
/llvm-project/llvm/lib/Support/ |
H A D | LineIterator.cpp | 55 void line_iterator::advance() { in advance() function in line_iterator
|
H A D | SuffixTree.cpp | 296 void SuffixTree::RepeatedSubstringIterator::advance() { in advance() function in SuffixTree::RepeatedSubstringIterator
|
/llvm-project/libc/src/__support/RPC/ |
H A D | rpc_util.h |
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ScoreboardHazardRecognizer.h | 78 void advance() { in advance() function
|
H A D | MachineInstrBundle.h | 102 void advance() { in advance() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | CombinationGenerator.h | 52 bool advance() { in advance() function
|
/llvm-project/offload/DeviceRTL/include/ |
H A D | Utils.h |
|
/llvm-project/libcxx/include/__iterator/ |
H A D | advance.h | 65 _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 D | PGOCtxProfReader.cpp | 54 Expected<BitstreamEntry> PGOCtxProfileReader::advance() { advance() function in PGOCtxProfileReader
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | Visitors.h | 51 static WalkResult advance() { return {Advance}; } in advance() function 102 void advance() { nextRegion++; } in advance() function
|
/llvm-project/libcxx/src/filesystem/ |
H A D | directory_iterator.cpp | 68 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 D | LibCxxList.cpp | 77 ValueObjectSP advance(size_t count) { advance() function in __anon79a2c5840111::ListIterator 224 size_t advance = idx; GetItem() local
|
/llvm-project/flang/test/Semantics/ |
H A D | io03.f90 | 7 character(20) advance variable
|
/llvm-project/libcxx/include/__ranges/ |
H A D | subrange.h | 179 _LIBCPP_HIDE_FROM_ABI constexpr subrange& advance(iter_difference_t<_Iter> __n) { advance() function
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInsertDelayAlu.cpp | 157 bool advance(DelayType Type, unsigned Cycles) { in advance() function 230 void advance(DelayType Type, unsigned Cycles) { in advance() function
|
H A D | GCNRegPressure.cpp | 505 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 D | LRGraph.h |
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | ImmutableGraph.h | 167 void advance() { in advance() function 255 void advance() { in advance() function
|
/llvm-project/llvm/lib/MC/ |
H A D | MCRegisterInfo.cpp | 57 void advance() { in advance() function in __anon246167430111::MCRegAliasIteratorImpl
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | IntegralLiteralExpressionMatcher.cpp | 36 bool IntegralLiteralExpressionMatcher::advance() { in advance() function in clang::tidy::modernize::IntegralLiteralExpressionMatcher
|
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceScriptToken.cpp | 199 bool Tokenizer::advance(size_t Amount) { in advance() function in __anon5a9c36670111::Tokenizer
|
/llvm-project/flang/lib/Parser/ |
H A D | source.cpp | 111 auto advance{chunk + 1}; in RemoveCarriageReturns() local
|
/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | Parsing.cpp | 144 static ParseState advance(ParseState S, size_t N) { in advance() function
|