Home
last modified time | relevance | path

Searched refs:PEEK (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A Dregcomp.c250 #define PEEK() (*p->next) macro
254 #define SEE(c) (MORE() && PEEK() == (c))
549 c = PEEK(); in p_ere_exp()
581 if (isdigit((uch)PEEK())) { in p_ere_exp()
590 while (MORE() && PEEK() != '}') in p_ere_exp()
600 c = PEEK(); in p_ere_exp()
752 if (MORE() && isdigit((uch)PEEK())) { in p_simp_re()
885 switch ((MORE()) ? PEEK() : '\0') { in p_b_term()
902 c = PEEK(); in p_b_term()
911 c = PEEK(); in p_b_term()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2541 // PEEK* requests return resulting values through data pointer.
H A Dsanitizer_common_interceptors.inc3517 // Note that PEEK* requests assign different meaning to the return value.