Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/regex/
Dregcomp.c74 static int p_count(struct parse *);
384 count = p_count(p); in p_ere_exp()
387 count2 = p_count(p); in p_ere_exp()
563 count = p_count(p); in p_simp_re()
566 count2 = p_count(p); in p_simp_re()
589 p_count(struct parse *p) in p_count() function
/openbsd/src/gnu/llvm/llvm/lib/Support/
Dregcomp.c211 static int p_count(struct parse *);
579 count = p_count(p); in p_ere_exp()
582 count2 = p_count(p); in p_ere_exp()
750 count = p_count(p); in p_simp_re()
753 count2 = p_count(p); in p_simp_re()
776 p_count(struct parse *p) in p_count() function
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DLocalizationChecker.cpp1155 int p_count = 0; // This is for parenthesis matching in VisitObjCMessageExpr() local
1158 ++p_count; in VisitObjCMessageExpr()
1160 if (p_count == 1) in VisitObjCMessageExpr()
1162 --p_count; in VisitObjCMessageExpr()