Home
last modified time | relevance | path

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

/dports/devel/gputils/gputils-1.5.0/libgputils/
H A Dgptypes.h70 PTAG_UNOP enumerator
104 #define PnIsUnOp(Node) (Node)->tag == PTAG_UNOP
/dports/devel/gputils/gputils-1.5.0/gpasm/
H A Devaluate.c146 case PTAG_UNOP: in eval_can_evaluate()
229 case PTAG_UNOP: in eval_can_evaluate_value()
317 case PTAG_UNOP: { in eval_evaluate()
575 case PTAG_UNOP: in eval_count_reloc()
669 case PTAG_UNOP: { in _add_reloc()
H A Dutil.c1064 case PTAG_UNOP: in macro_params_to_string()
H A Dparse.y190 pnode_t *new = mk_pnode(PTAG_UNOP); in mk_1op()
H A Dparse.c255 pnode_t *new = mk_pnode(PTAG_UNOP); in mk_1op()