/llvm-project/libcxx/test/std/strings/basic.string.hash/ |
H A D | char_type_hash.verify.cpp | 45 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 D | char_type.hash.verify.cpp | 46 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 D | comparison.pass.cpp | 69 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 D | shrink_to_fit.explicit_instantiation.sh.cpp | 47 static int_type eof() { return int_type(); } in eof() function
|
/llvm-project/clang/lib/Format/ |
H A D | FormatTokenSource.h | 251 bool eof() { in eof() function
|
H A D | UnwrappedLineParser.cpp | 4582 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 D | Lexer.cpp | 180 Token eof = formToken(Token::eof, tokStart); in lexToken() local
|
H A D | Lexer.h | 36 eof, enumerator
|
/llvm-project/libcxx/test/support/ |
H A D | constexpr_char_traits.h | 83 static TEST_CONSTEXPR int_type eof() TEST_NOEXCEPT in eof() function
|
H A D | nasty_string.h | 92 static constexpr int_type eof() noexcept { return int_type(EOF); } in eof() function
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_stream_private.h | 50 int eof; member
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 658 bool eof(const Cursor &C) const { return size() == C.Offset; } in eof() function
|
/llvm-project/libc/src/__support/File/ |
H A D | file.h | 118 bool eof; global() variable
|
/llvm-project/lldb/source/Plugins/Platform/Android/ |
H A D | AdbClient.cpp | 443 bool eof = false; internalPullFile() local 618 PullFileChunk(std::vector<char> & buffer,bool & eof) PullFileChunk() argument
|
/llvm-project/llvm/unittests/Support/ |
H A D | DataExtractorTest.cpp | 320 TEST(DataExtractorTest, eof) { in TEST() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | CommentLexer.h | 33 eof, enumerator
|
/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/ |
H A D | user_defined_char_type.pass.cpp | 71 static int_type eof() { return char_traits<char>::eof(); } eof() function
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | FormatGen.h | 42 eof, enumerator
|
/llvm-project/flang/unittests/Runtime/ |
H A D | ExternalIOTest.cpp | 732 std::int64_t j{-1}, k{-1}, eof{-1}; in TEST() local
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | Serialization.cpp | 52 bool eof() const { return Begin == End || Err; } in eof() function in clang::clangd::__anon7092da530111::Reader
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 346 eof, global() enumerator
|
/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 63 eof, global() enumerator
|