Home
last modified time | relevance | path

Searched refs:IDL_unaryop_eval_fixed (Results 1 – 2 of 2) sorted by relevance

/dports/devel/ORBit2/ORBit2-2.14.19/src/services/imodule/
H A Dorbit-imodule-libidl-utils.c158 IDL_unaryop_eval_fixed (enum IDL_unaryop op, IDL_tree a) in IDL_unaryop_eval_fixed() function
206 return IDL_unaryop_eval_fixed (op, a); in _IDL_unaryop_eval()
/dports/devel/libIDL/libIDL-0.8.14/
H A Dparser.y2055 static IDL_tree IDL_unaryop_eval_fixed (enum IDL_unaryop op, IDL_tree a) in IDL_unaryop_eval_fixed() function
2099 case IDLN_FIXED: return IDL_unaryop_eval_fixed (op, a); in IDL_unaryop_eval()