Home | History | Annotate | Download | only in ast

Lines Matching refs:SET

1074   // This is set in ast-numbering and later compiled into the code's handler
2022 // with a set of arguments. This is used from the builtins that are
3111 // rewritten; `SET` is a command that should do the rewriting, i.e.
3113 #define AST_REWRITE(Type, GET, SET) \
3122 SET; \
3136 // `at` and `Set`.
3141 AST_REWRITE(Type, _list->at(_index), _list->Set(_index, replacement)); \