Home
last modified time | relevance | path

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

/dports/devel/gputils/gputils-1.5.0/gpasm/
H A Devaluate.c318 switch (PnUnOpOp(Pnode)) { in eval_evaluate()
670 switch (PnUnOpOp(Pnode)) { in _add_reloc()
786 ((PnUnOpOp(Pnode) == UPPER) || (PnUnOpOp(Pnode) == HIGH) || (PnUnOpOp(Pnode) == LOW))) { in _same_section()
H A Dparse.y192 PnUnOpOp(new) = Op; in mk_1op()
H A Dparse.c257 PnUnOpOp(new) = Op; in mk_1op()
H A Ddirective.c3010 if (PnUnOpOp(p) == '-') { in _do_errorlevel()
3013 else if (PnUnOpOp(p) == '+') { in _do_errorlevel()
3032 if (PnUnOpOp(p0) == '-') { in _do_errorlevel()
3035 else if (PnUnOpOp(p0) != '+') { in _do_errorlevel()
/dports/devel/gputils/gputils-1.5.0/libgputils/
H A Dgptypes.h115 #define PnUnOpOp(Node) (Node)->value.unop.op macro