Home
last modified time | relevance | path

Searched defs:peek (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang-tools-extra/clangd/index/dex/
H A DIterator.cpp63 DocID peek() const override { return Children.front()->peek(); } in peek() function in clang::clangd::dex::__anonfa78848f0111::AndIterator
176 DocID peek() const override { in peek() function in clang::clangd::dex::__anonfa78848f0111::OrIterator
241 DocID peek() const override { in peek() function in clang::clangd::dex::__anonfa78848f0111::TrueIterator
270 DocID peek() const override { in peek() function in clang::clangd::dex::__anonfa78848f0111::FalseIterator
299 DocID peek() const override { return Child->peek(); } in peek() function in clang::clangd::dex::__anonfa78848f0111::BoostIterator
331 DocID peek() const override { return Child->peek(); } in peek() function in clang::clangd::dex::__anonfa78848f0111::LimitIterator
H A DPostingList.cpp57 DocID peek() const override { in peek() function in clang::clangd::dex::__anon18161f850111::ChunkIterator
/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h
/llvm-project/flang/runtime/
H A Ddescriptor-io.cpp21 Fortran::common::optional<DataEdit> peek{ in DefinedFormattedIo() local
/llvm-project/lld/ELF/
H A DScriptLexer.cpp267 StringRef ScriptLexer::peek() { peek() function in ScriptLexer
/llvm-project/llvm/lib/Support/
H A DBinaryStreamReader.cpp159 uint8_t BinaryStreamReader::peek() const { in peek() function in BinaryStreamReader
H A DJSON.cpp403 char peek() { return P == End ? 0 : *P; } in peek() function in llvm::json::__anon54edd1e90811::Parser
/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h75 PosPtr peek() const noexcept { in peek() function
/llvm-project/polly/lib/External/isl/
H A Disl_list_templ.c268 __isl_keep EL *FN(LIST(EL),peek)(__isl_keep LIST(EL) *list, int index) in FN() argument
/llvm-project/clang/lib/AST/
H A DCommentParser.cpp72 char peek() const { in peek() function in clang::comments::TextTokenRetokenizer
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp44 char peek(int I = 0) const { return End - Ptr <= I ? 0 : Ptr[I]; } in peek() function in __anonbde67a410111::Cursor
[all...]
/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp190 static bool peek(struct InternalInstruction *insn, uint8_t &byte) { in peek() function
[all...]