Home
last modified time | relevance | path

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

/build/kati/
Dexpr.cc460 int paren_depth = 0; in ParseExprImpl() local
512 paren_depth++; in ParseExprImpl()
516 paren_depth++; in ParseExprImpl()
522 paren_depth--; in ParseExprImpl()
523 if (paren_depth == 0) { in ParseExprImpl()