Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A 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
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1154 int p_count = 0; // This is for parenthesis matching in VisitObjCMessageExpr() local
1157 ++p_count; in VisitObjCMessageExpr()
1159 if (p_count == 1) in VisitObjCMessageExpr()
1161 --p_count; in VisitObjCMessageExpr()