Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 102) sorted by relevance

12345

/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h200 static void read(ArrayRef<T> buffer, ElementDataTy &element, in read() function
209 static void read(ArrayRef<T> buffer, std::nullopt_t, DataTy &&...data) { in read() function
236 static void read(ArrayRef<T> buffer, DataTy &data) { in read() function
241 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read() function
287 static void read(ArrayRef<T> Buffer, ArrayRef<T> &rawData) { in read() function
292 static void read(ArrayRef<T> buffer, ArrayTy &array) { in read() function
297 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read() function
315 template <typename T> static void read(ArrayRef<T> buffer) { (void)buffer; } in read() function
/llvm-project/lldb/test/API/functionalities/type_lookup/
H A Dmain.mm26 - (int)read; method
39 - (int)read { method
/llvm-project/flang/test/Semantics/
H A Dgeneric05.F9010 generic :: read(unformatted) => readt1a, readt1b method
19 interface read(unformatted) interface
H A Dio11.f9010 generic :: read(formatted) => tbp method
33 generic :: read(formatted) => tbp method
55 generic :: read(unformatted) => tbp method
77 generic :: read(formatted) => tbp method
103 generic :: read(formatted) => tbp method
122 interface read(formatted) interface
143 generic :: read(formatted) => tbp method
189 generic :: read(formatted) => tbp method
212 generic :: read(formatted) => tbp method
235 generic :: read(formatted) => tbp method
[all …]
/llvm-project/clang/test/CodeGenCXX/
H A Dbitfield.cpp182 unsigned read(S* s) { in read() function
233 unsigned read(S* s) { in read() function
277 unsigned read(S* s) { in read() function
331 unsigned read(Base* s) { in read() function
388 unsigned read(U* u) { in read() function
440 unsigned read(S* s) { in read() function
512 unsigned read(B2* s) { in read() function
/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp46 const bool read = true; in ProcessLaunchInfo() local
53 const bool read = false; in ProcessLaunchInfo() local
60 const bool read = false; in ProcessLaunchInfo() local
88 bool read, bool write) { in AppendOpenFileAction() argument
97 bool ProcessLaunchInfo::AppendSuppressFileAction(int fd, bool read, in AppendSuppressFileAction() argument
[all...]
H A DFileAction.cpp34 bool FileAction::Open(int fd, const FileSpec &file_spec, bool read, in Open() argument
/llvm-project/llvm/utils/gn/build/
H A Dwrite_cmake_config.py111 def read(filename): function
/llvm-project/compiler-rt/test/msan/
H A Dfread_fwrite.cpp11 unsigned read = fread(&c, sizeof(c), 1, f); in test_fread() local
/llvm-project/libc/test/src/stdio/
H A Dfscanf_test.cpp44 int read; TEST() local
/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp20 bool read, bool write) in WatchpointResource()
39 void WatchpointResource::SetType(bool read, bool write) { in SetType()
H A DWatchpointAlgorithms.cpp25 addr_t addr, size_t size, bool read, bool write, in AtomizeWatchpointRequest()
/llvm-project/llvm/lib/ProfileData/
H A DSymbolRemappingReader.cpp28 Error SymbolRemappingReader::read(MemoryBuffer &B) { in read() function in SymbolRemappingReader
/llvm-project/libc/src/__support/File/
H A Ddir.cpp30 ErrorOr<struct ::dirent *> Dir::read() { read() function in LIBC_NAMESPACE::Dir
/llvm-project/clang/test/Analysis/
H A Dtaint-tester.cpp21 ssize_t read; in getlineTest() local
/llvm-project/clang/test/SemaCXX/
H A Dincomplete-call.cpp62 …void basic_istream<CharT>::read() { // expected-error{{out-of-line definition of 'read' from class… in read() function in pr18542::X::basic_istream
/llvm-project/lldb/source/API/
H A DSBWatchpointOptions.cpp48 void SBWatchpointOptions::SetWatchpointTypeRead(bool read) { in SetWatchpointTypeRead()
/llvm-project/libc/include/llvm-libc-types/
H A Dcookie_io_functions_t.h22 cookie_read_function_t *read; member
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h115 bool read; member
/llvm-project/clang-tools-extra/clangd/support/
H A DFileCache.cpp31 void FileCache::read( in read() function in clang::clangd::FileCache
/llvm-project/clang/lib/AST/Interp/
H A DSource.h
/llvm-project/polly/lib/External/isl/
H A Dread_in_string_templ.c17 static __isl_give TYPE *FN(read,BASE)(__isl_keep isl_stream *s) in FN() argument
/llvm-project/flang/test/Lower/
H A Dio-derived-type-2.f9031 interface read(formatted) interface
41 interface read(formatted) interface
/llvm-project/libcxx/test/libcxx/input.output/iostream.format/print.fun/
H A Dvprint_unicode_windows.pass.cpp90 size_t read = fread(buffer.data(), 1, buffer.size(), file); test() local
/llvm-project/mlir/include/mlir/Bytecode/
H A DBytecodeReaderConfig.h50 LogicalResult read(DialectBytecodeReader &reader, StringRef dialectName, in fromCallable() function

12345