Home
last modified time | relevance | path

Searched defs:eof (Results 1 – 22 of 22) sorted by relevance

/llvm-project/libcxx/test/std/strings/basic.string.hash/
H A Dchar_type_hash.verify.cpp45 static inline int_type eof() { return int_type(EOF); } in eof() function
/llvm-project/libcxx/test/std/strings/string.view/string.view.hash/
H A Dchar_type.hash.verify.cpp46 static inline int_type eof() { return int_type(EOF); } in eof() function
/llvm-project/libcxx/test/std/strings/string.view/string.view.comparison/
H A Dcomparison.pass.cpp69 static constexpr int_type eof() noexcept { return int_type(EOF); } in eof() function
/llvm-project/libcxx/test/std/strings/basic.string/string.capacity/
H A Dshrink_to_fit.explicit_instantiation.sh.cpp47 static int_type eof() { return int_type(); } in eof() function
/llvm-project/clang/lib/Format/
H A DFormatTokenSource.h251 bool eof() { in eof() function
H A DUnwrappedLineParser.cpp4582 bool UnwrappedLineParser::eof() const { return FormatTok->is(tok::eof); } eof() function in clang::format::UnwrappedLineParser
[all...]
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DLexer.cpp180 Token eof = formToken(Token::eof, tokStart); in lexToken() local
H A DLexer.h36 eof, enumerator
/llvm-project/libcxx/test/support/
H A Dconstexpr_char_traits.h83 static TEST_CONSTEXPR int_type eof() TEST_NOEXCEPT in eof() function
H A Dnasty_string.h92 static constexpr int_type eof() noexcept { return int_type(EOF); } in eof() function
/llvm-project/polly/lib/External/isl/
H A Disl_stream_private.h50 int eof; member
/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h658 bool eof(const Cursor &C) const { return size() == C.Offset; } in eof() function
/llvm-project/libc/src/__support/File/
H A Dfile.h118 bool eof; global() variable
/llvm-project/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp443 bool eof = false; internalPullFile() local
618 PullFileChunk(std::vector<char> & buffer,bool & eof) PullFileChunk() argument
/llvm-project/llvm/unittests/Support/
H A DDataExtractorTest.cpp320 TEST(DataExtractorTest, eof) { in TEST() argument
/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h33 eof, enumerator
/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/
H A Duser_defined_char_type.pass.cpp71 static int_type eof() { return char_traits<char>::eof(); } eof() function
/llvm-project/mlir/tools/mlir-tblgen/
H A DFormatGen.h42 eof, enumerator
/llvm-project/flang/unittests/Runtime/
H A DExternalIOTest.cpp732 std::int64_t j{-1}, k{-1}, eof{-1}; in TEST() local
/llvm-project/clang-tools-extra/clangd/index/
H A DSerialization.cpp52 bool eof() const { return Begin == End || Err; } in eof() function in clang::clangd::__anon7092da530111::Reader
/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h346 eof, global() enumerator
/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h63 eof, global() enumerator