/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
H A D | lex.cpp | 118 int file_input::peek() in peek() function in file_input 151 int macro_input::peek() in peek() function in macro_input 215 int argument_macro_input::peek() in peek() function in argument_macro_input 337 int char_input::peek() in peek() function in char_input 1391 int for_input::peek() in peek() function in for_input 1558 int copy_thru_input::peek() in peek() function in copy_thru_input 1653 int simple_file_input::peek() in peek() function in simple_file_input
|
H A D | main.cpp | 148 int top_input::peek() in peek() function in top_input
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | InterpStack.cpp | 49 void *InterpStack::peek(size_t Size) { in peek() function in InterpStack
|
H A D | InterpStack.h | 51 template <typename T> T &peek() { in peek() function
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | cp-demangle.c | 1381 char peek = d_peek_char (di); in d_encoding() local 1450 char peek; in d_abi_tags() local 1484 char peek = d_peek_char (di); in d_name() local 1624 char peek = d_peek_char (di); in d_prefix() local 1730 char peek; in d_unqualified_name() local 1849 char peek; in d_number() local 2471 char peek = d_peek_char (di); in next_is_type_qual() local 2552 char peek; in cplus_demangle_type() local 2877 char peek; in d_cv_qualifiers() local 2984 char peek; in d_ref_qualifier() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | cp-demangle.c | 1314 char peek = d_peek_char (di); in d_encoding() local 1383 char peek; in d_abi_tags() local 1417 char peek = d_peek_char (di); in d_name() local 1548 char peek; in d_prefix() local 1628 char peek; in d_unqualified_name() local 1702 char peek; in d_number() local 2312 char peek = d_peek_char (di); in next_is_type_qual() local 2391 char peek; in cplus_demangle_type() local 2738 char peek; in d_cv_qualifiers() local 2845 char peek; in d_ref_qualifier() local [all …]
|
H A D | rust-demangle.c | 77 peek (const struct rust_demangler *rdm) in peek() function
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | cp-demangle.c | 1326 char peek = d_peek_char (di); in d_encoding() local 1395 char peek; in d_abi_tags() local 1429 char peek = d_peek_char (di); in d_name() local 1556 char peek = d_peek_char (di); in d_prefix() local 1663 char peek; in d_unqualified_name() local 1773 char peek; in d_number() local 2394 char peek = d_peek_char (di); in next_is_type_qual() local 2473 char peek; in cplus_demangle_type() local 2780 char peek; in d_cv_qualifiers() local 2887 char peek; in d_ref_qualifier() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | cp-demangle.c | 1318 char peek = d_peek_char (di); in d_encoding() local 1387 char peek; in d_abi_tags() local 1421 char peek = d_peek_char (di); in d_name() local 1554 char peek; in d_prefix() local 1634 char peek; in d_unqualified_name() local 1714 char peek; in d_number() local 2327 char peek = d_peek_char (di); in next_is_type_qual() local 2406 char peek; in cplus_demangle_type() local 2753 char peek; in d_cv_qualifiers() local 2860 char peek; in d_ref_qualifier() local [all …]
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/ |
H A D | lex.cpp | 411 int file_input::peek() in peek() function in file_input 444 int macro_input::peek() in peek() function in macro_input 529 int argument_macro_input::peek() in peek() function in argument_macro_input
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/ |
H A D | crc.d | 277 R peek() const @safe pure nothrow @nogc in peek() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/digest/ |
H A D | crc.d | 278 R peek() const @safe pure nothrow @nogc in peek() function
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | lex.cc | 3237 cpp_token *peek = result; in cpp_maybe_module_directive() local 4681 do_peek_backslash (const unsigned char *peek, const unsigned char *limit) in do_peek_backslash() 4708 do_peek_next (const unsigned char *peek, const unsigned char *limit) in do_peek_next() 4716 do_peek_prev (const unsigned char *peek, const unsigned char *bound) in do_peek_prev() 4748 do_peek_ident (const char *match, const unsigned char *peek, in do_peek_ident() 4782 const unsigned char *peek, const unsigned char *limit) in do_peek_module() 5035 const unsigned char *peek = do_peek_next (pos, limit); in cpp_directive_only_process() local 5124 const unsigned char *peek = pos - 1; in cpp_directive_only_process() local
|
/netbsd-src/usr.bin/rpcgen/ |
H A D | rpc_scan.c | 125 peek(token *tokp) in peek() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | BinaryStreamReader.cpp | 160 uint8_t BinaryStreamReader::peek() const { in peek() function in BinaryStreamReader
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
H A D | stopwatch.d | 249 Duration peek() @safe const nothrow @nogc in peek() function
|
H A D | package.d | 311 TickDuration peek() const @nogc in this() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
H A D | stopwatch.d | 245 Duration peek() @safe const nothrow @nogc in peek() function
|
/netbsd-src/usr.bin/usbhidaction/ |
H A D | usbhidaction.c | 226 peek(FILE *f) in peek() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 66 Optional<DIExpression::ExprOperand> peek() const { in peek() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/record/ |
H A D | rec_layer_d1.c | 344 size_t len, int peek, size_t *readbytes) in dtls1_read_bytes()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/record/ |
H A D | rec_layer_d1.c | 343 size_t len, int peek, size_t *readbytes) in dtls1_read_bytes()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | istream.tcc | 628 peek(void) in peek() function in std::basic_istream
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | istream.tcc | 672 peek(void) in peek() function in std::basic_istream
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | CommentParser.cpp | 72 char peek() const { in peek() function in clang::comments::TextTokenRetokenizer
|