Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp755 expr* pop_nodestack(int n = 1) in pop_nodestack() function in zorba::TranslatorImpl
807 expr* e = pop_nodestack(); in pop_nodestack_var()
3692 body = pop_nodestack(); in end_visit()
8959 expr* e = pop_nodestack(); in begin_visit()
9220 expr* e = pop_nodestack(); in post_axis_visit()
9239 e = pop_nodestack(); in post_axis_visit()
9664 expr* e = pop_nodestack(); in post_primary_visit()
9746 expr* f = pop_nodestack(); in post_predicate_visit()
10167 pop_nodestack(); in end_visit()
11751 pop_nodestack(); in end_visit()
[all …]
H A Dtranslator_test.cpp71 expr* e_h = nvs.pop_nodestack(); in main()