Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
Dregcomp.c83 static int p_count(struct parse *);
451 count = p_count(p); in p_ere_exp()
454 count2 = p_count(p); in p_ere_exp()
622 count = p_count(p); in p_simp_re()
625 count2 = p_count(p); in p_simp_re()
648 p_count(struct parse *p) in p_count() function