Home
last modified time | relevance | path

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

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dxlat.c241 #define TREE_ALT_PUSH 00030 /* see below */ macro
1344 second->operation ^= TREE_PUSH ^ TREE_ALT_PUSH; \
2059 value->operation ^= TREE_PUSH ^ TREE_ALT_PUSH; in gen_pop_into_array()
3416 TREE_ALT_PUSH | TREE_LIT_CONST, literals[n]); in decode_bytecode()
H A Dmatch.h5954 TREE_ALT_PUSH | TREE_LIT_CONST, literals[n]); \
H A DChangeLog6056 declared TREE_ALT_PUSH and implemented the gen_alt* functions.