HomeSort by: relevance | last modified time | path
    Searched defs:peek (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/contrib/
dg-cmp-results.sh 127 function peek() { function
138 old = peek()
190 while (old = peek()) {
204 while (old = peek()) compare("", "")
  /src/external/gpl3/gcc.old/dist/contrib/
dg-cmp-results.sh 127 function peek() { function
138 old = peek()
190 while (old = peek()) {
204 while (old = peek()) compare("", "")
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
InterpStack.cpp 49 void *InterpStack::peek(size_t Size) { function in class:InterpStack
InterpStack.h 36 auto *Ptr = &peek<T>();
45 auto *Ptr = &peek<T>();
51 template <typename T> T &peek() { function in class:clang::interp::final
52 return *reinterpret_cast<T *>(peek(aligned_size<T>()));
56 void *top() { return Chunk ? peek(0) : nullptr; }
75 void *peek(size_t Size);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
BinaryStreamReader.cpp 160 uint8_t BinaryStreamReader::peek() const { function in class:BinaryStreamReader
163 assert(!EC && "Cannot peek an empty buffer!");
JSON.cpp 400 char peek() { return P == End ? 0 : *P; } function in class:llvm::json::__anon4522::Parser
441 if (peek() == ']') {
465 if (peek() == '}') {
504 while (isNumber(peek()))
  /src/usr.bin/rpcgen/
rpc_scan.c 122 * Peek at the next token
125 peek(token *tokp) function
131 * Peek at the next token and scan it if it matches what you expect
136 peek(tokp);
  /src/usr.bin/usbhidaction/
usbhidaction.c 226 peek(FILE *f) function
260 while (p && isspace(peek(f))) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.h 66 Optional<DIExpression::ExprOperand> peek() const { function in class:llvm::DIExpressionCursor
  /src/external/gpl2/groff/dist/src/preproc/pic/
main.cpp 57 int peek();
148 int top_input::peek() function in class:top_input
lex.cpp 41 int peek();
54 int peek();
118 int file_input::peek() function in class:file_input
151 int macro_input::peek() function in class:macro_input
215 int argument_macro_input::peek() function in class:argument_macro_input
306 int c = current_input->peek();
323 int peek();
337 int char_input::peek() function in class:char_input
1344 int peek();
1391 int for_input::peek() function in class:for_input
1558 int copy_thru_input::peek() function in class:copy_thru_input
1653 int simple_file_input::peek() function in class:simple_file_input
    [all...]
  /src/external/historical/nawk/dist/
lex.c 108 static int peek(void) function
236 if (peek() == '\n') {
239 } else if (peek() == '\r') {
247 if (peek() == '&') {
252 if (peek() == '|') {
257 if (peek() == '=') {
259 } else if (peek() == '~') {
267 if (peek() == '=') {
273 if (peek() == '=') {
279 if (peek() == '=')
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MILexer.cpp 46 char peek(int I = 0) const { return End - Ptr <= I ? 0 : Ptr[I]; } function in class:__anon4209::Cursor
88 while (isblank(C.peek()))
97 if (C.peek() != ';')
99 while (!isNewlineChar(C.peek()) && !C.isEOF())
107 if (C.peek() != '/' || C.peek(1) != '*')
110 while (C.peek() != '*' || C.peek(1) != '/')
135 char Char = C.peek();
137 if (C.peek(1) == '\\')
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentParser.cpp 72 char peek() const { function in class:clang::comments::TextTokenRetokenizer
123 if (isWhitespace(peek()))
164 const char C = peek();
198 const char C = peek();
207 C = peek();
  /src/external/bsd/unbound/dist/testcode/
delayer.c 292 /** peek at timevalue for next item in ring */
812 struct timeval* peek = ring_peek_time(ring); local
829 if(peek) {
830 /* peek can be unaligned */
832 memmove(wait, peek, sizeof(*wait));
  /src/external/gpl2/groff/dist/src/preproc/eqn/
lex.cpp 289 virtual int peek() = 0;
309 int peek();
321 int peek();
344 int peek();
411 int file_input::peek() function in class:file_input
444 int macro_input::peek() function in class:macro_input
529 int argument_macro_input::peek() function in class:argument_macro_input
576 int c = current_input->peek();
  /src/external/gpl3/binutils/dist/libiberty/
rust-demangle.c 89 peek (const struct rust_demangler *rdm) function
99 if (peek (rdm) == c)
111 char c = peek (rdm);
227 while (ISDIGIT (peek (rdm)))
  /src/external/gpl3/binutils.old/dist/libiberty/
rust-demangle.c 89 peek (const struct rust_demangler *rdm) function
99 if (peek (rdm) == c)
111 char c = peek (rdm);
227 while (ISDIGIT (peek (rdm)))
  /src/external/gpl3/gcc/dist/libiberty/
rust-demangle.c 89 peek (const struct rust_demangler *rdm) function
99 if (peek (rdm) == c)
111 char c = peek (rdm);
227 while (ISDIGIT (peek (rdm)))
  /src/external/gpl3/gcc.old/dist/libiberty/
rust-demangle.c 89 peek (const struct rust_demangler *rdm) function
99 if (peek (rdm) == c)
111 char c = peek (rdm);
227 while (ISDIGIT (peek (rdm)))
  /src/external/gpl3/gdb.old/dist/libiberty/
rust-demangle.c 89 peek (const struct rust_demangler *rdm) function
99 if (peek (rdm) == c)
111 char c = peek (rdm);
227 while (ISDIGIT (peek (rdm)))
  /src/external/gpl3/gdb/dist/libiberty/
rust-demangle.c 89 peek (const struct rust_demangler *rdm) function
99 if (peek (rdm) == c)
111 char c = peek (rdm);
227 while (ISDIGIT (peek (rdm)))
  /src/usr.bin/gzip/
unlz.c 500 int peek = lz_peek(lz, rep[0]); local
501 lz_put(lz, lz_rd_decode_matched(rd, bm, peek));
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 178 static bool peek(struct InternalInstruction *insn, uint8_t &byte) { function
226 if ((byte == 0xf2 || byte == 0xf3) && !peek(insn, nextByte)) {
253 if (peek(insn, nnextByte))
266 if (peek(insn, nextByte))
301 if (peek(insn, nextByte))
329 if (peek(insn, byte2)) {
371 if (peek(insn, byte1)) {
402 if (peek(insn, byte1)) {
434 if (peek(insn, byte1)) {
472 if (peek(insn, nextByte)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
primary.cc 974 char c, peek; local
992 peek = gfc_peek_ascii_char ();
994 if (peek == '\'' || peek == '\"')
1026 char name[GFC_MAX_SYMBOL_LEN + 1], peek; local
1131 /* Peek at the next character to see if it is a b, o, z, or x for the
1133 peek = gfc_peek_ascii_char ();
1134 if (peek == 'b' || peek == 'o' || peek =='z' || peek == 'x'
    [all...]

Completed in 38 milliseconds

1 2