Home | History | Annotate | Download | only in src

Lines Matching defs:depth

3545   // stack depth even further.  Instead we report it after parsing is
3704 int* depth) {
3711 if (m_literal != NULL && m_literal->depth() >= depth_acc) {
3712 depth_acc = m_literal->depth() + 1;
3724 *depth = depth_acc;
3760 int depth = 1;
3763 if (m_literal != NULL && m_literal->depth() + 1 > depth) {
3764 depth = m_literal->depth() + 1;
3828 if (is_simple && depth == 1 && values->length() > 0 &&
3846 literals, values, literal_index, is_simple, depth);
4001 int* depth) {
4015 if (m_literal != NULL && m_literal->depth() >= depth_acc) {
4016 depth_acc = m_literal->depth() + 1;
4052 *depth = depth_acc;
4223 int depth = 1;
4228 &depth);
4234 depth,