HomeSort by: relevance | last modified time | path
    Searched refs:dt_node_op3 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_parser.h 127 #define dn_expr dn_u._nodes._links[2] /* DT_NODE_OP3, DEXPR */
164 #define DT_NODE_OP3 10 /* ternary operator */
217 extern dt_node_t *dt_node_op3(dt_node_t *, dt_node_t *, dt_node_t *);
dt_grammar.y 36 #define OP3(x, y, z) dt_node_op3(x, y, z)
dt_parser.c 467 case DT_NODE_OP3:
592 case DT_NODE_OP3:
2111 dt_node_op3(dt_node_t *expr, dt_node_t *lp, dt_node_t *rp) function
2118 dnp = dt_node_alloc(DT_NODE_OP3);
4496 dt_cook_op3, /* DT_NODE_OP3 */
4733 case DT_NODE_OP3:
4921 case DT_NODE_OP3:

Completed in 26 milliseconds