Searched defs:condid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_sugar.c103 * Return a node for "this->%condition_<condid>", or NULL if condid==0.
109 dt_sugar_new_condition_var(int condid) argument
113 if (condid == 0)
115 assert(condid > 0);
117 (void) asprintf(&str, "%%condition_%d", ABS(condid));
123 * Return new clause to evaluate predicate and set newcond. condid is
131 * (this->%condition_<condid> && pred);
134 * Note: if condid==0, we will instead do "... = (1 && pred)", to effectively
143 dt_node_t *pred, int condid, in
142 dt_sugar_new_condition_impl(dt_sugar_parse_t *dp, dt_node_t *pred, int condid, int newcond) argument
180 dt_sugar_new_condition(dt_sugar_parse_t *dp, dt_node_t *pred, int condid) argument
362 dt_sugar_new_basic_block(dt_sugar_parse_t *dp, int condid, dt_node_t *stmts) argument
464 int condid = 0; local
[all...]

Completed in 50 milliseconds