Home
last modified time | relevance | path

Searched +defs:read +defs:string (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dtaint-generic.c625 size_t read = fread(buffer, size, count, f); testFread() local
640 size_t read = recv(fd, buf, len, flags); testRecv() local
654 size_t read = recvfrom(fd, buf, len, flags, src_addr, addrlen); testRecvfrom() local
698 char string[10]; testFnmatch() local
[all...]
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp587 StringRef string; parseAsString() local
1084 LogicalResult read(Location fileLoc, DialectReader &dialectReader, read() function in __anonb8b7b79e0a11::PropertiesSectionReader
1631 LogicalResult BytecodeReader::Impl::read( read() function in BytecodeReader::Impl
[all...]
/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp309 std::string read = ReadPCHRecord(type); writePCHReadDecls() local
791 std::string read = ReadPCHRecord(Type); writePCHReadDecls() local
2792 __anon4af29db21002(const std::pair<std::string, const Record *> &P) emitAttributes() argument
3801 __anon4af29db21c02(const char *Spelling, const std::map< std::string, std::vector<std::pair<const Record *, FlattenedSpelling>>> &List) EmitClangAttrHasAttrImpl() argument
5074 DocumentationData(const Record & Documentation,const Record & Attribute,std::pair<std::string,SpellingList> HeadingAndSpellings) DocumentationData() argument
[all...]
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7743 static uint64_t read(StringRef Contents, ptrdiff_t Offset) { read() function
7783 template <typename UIntPtr> void read(StringRef Contents, ptrdiff_t Offset) { read() function
9268 const char *string = Ptr + sizeof(struct MachO::linker_option_command); PrintLinkerOptionCommand() local
[all...]