Home
last modified time | relevance | path

Searched defs:buffer_end (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
H A DRewriter.h206 buffer_iterator buffer_end() { return RewriteBuffers.end(); } in buffer_end() function
208 const_buffer_iterator buffer_end() const { return RewriteBuffers.end(); } in buffer_end() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h104 iterator buffer_end() { return Rewrite.buffer_end(); } in buffer_end() function
/netbsd-src/usr.sbin/ndbootd/config/
H A Dndbootd-bpf.c209 ssize_t buffer_end; in ndbootd_raw_read() local
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dreduced_debug_output.cc45 unsigned char* buffer_end, int address_size, bool is64) in get_die_end()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dreduced_debug_output.cc45 unsigned char* buffer_end, int address_size, bool is64) in get_die_end()
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dprintf_fp.c1155 char *buffer_end __attribute__((__unused__)) = NULL; in __quadmath_printf_fp() local
/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/
H A Dprintf_fp.c1155 char *buffer_end __attribute__((__unused__)) = NULL; in __quadmath_printf_fp() local
/netbsd-src/external/bsd/nsd/dist/
H A Dbuffer.h196 buffer_end(buffer_type *buffer) in buffer_end() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp1306 uint32_t *buffer_end = buffer_begin + codepoint_buffer.size(); in CharLiteralParser() local