Home
last modified time | relevance | path

Searched defs:readNext (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmodule.d701 alias readNext = Port.readlongLE; in parseModule() local
703 alias readNext = Port.readlongBE; in parseModule() local
747 alias readNext = Port.readwordLE; in parseModule() local
749 alias readNext = Port.readwordBE; in parseModule() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DEndian.h83 inline value_type readNext(const CharT *&memory, endianness endian) { in readNext() function
91 inline value_type readNext(const CharT *&memory) { in readNext() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp7769 static uint64_t readNext(StringRef Contents, ptrdiff_t &Offset) { in readNext() function