Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp635 std::stack<const DirElemContent*> thePossibleWSContentStack; member in zorba::TranslatorImpl
11960 thePossibleWSContentStack.push(0); in begin_check_boundary_whitespace()
11976 const DirElemContent* lPrev = translator_ns::peek_stack(thePossibleWSContentStack); in check_boundary_whitespace()
11977 thePossibleWSContentStack.pop(); in check_boundary_whitespace()
11982 thePossibleWSContentStack.push(0); in check_boundary_whitespace()
11990 thePossibleWSContentStack.push(0); in check_boundary_whitespace()
12006 thePossibleWSContentStack.push(&v); in check_boundary_whitespace()
12008 thePossibleWSContentStack.push(0); in check_boundary_whitespace()
12023 const DirElemContent* lPrev = translator_ns::pop_stack (thePossibleWSContentStack); in end_check_boundary_whitespace()