HomeSort by relevance Sort by last modified time
    Searched full:paren_stack (Results 1 - 1 of 1) sorted by null

  /build/kati/
strutil.cc 383 stack<char> paren_stack; local
386 if (cond(c) && paren_stack.empty() && !prev_backslash) {
391 paren_stack.push(')');
394 paren_stack.push('}');
399 if (!paren_stack.empty() && c == paren_stack.top()) {
400 paren_stack.pop();

Completed in 4827 milliseconds