Home
last modified time | relevance | path

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

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dtree.c197 (location, TREE_ASSIGN_EXPR, variables, _gst_nil_oop, expression)); in _gst_make_assign()
590 case TREE_ASSIGN_EXPR: name = "TREE_ASSIGN_EXPR"; break; in _gst_print_tree()
618 case TREE_ASSIGN_EXPR: in _gst_print_tree()
H A Dtree.h73 TREE_ASSIGN_EXPR, enumerator
H A Dcomp.c969 if (expr->nodeType == TREE_ASSIGN_EXPR) in compile_expression()