MCPcopy Create free account
hub / github.com/dtrace4linux/linux / dt_cook_clause

Function dt_cook_clause

libdtrace/dt_parser.c:4076–4135  ·  view source on GitHub ↗

* Since D permits new variable identifiers to be instantiated in any program * expression, we may need to cook a clause's predicate either before or after * the action list depending on the program code in question. Consider: * * probe-description-list probe-description-list * /x++/ /x == 0/ * { { * trace(x); trace(x++); * } } * * In the left-hand example, the predicate

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 8

dt_node_attr_assignFunction · 0.85
dt_errtagFunction · 0.85
yylabelFunction · 0.85
dt_node_list_cookFunction · 0.85
dt_node_cookFunction · 0.85
dt_attr_minFunction · 0.85
dt_node_is_scalarFunction · 0.85
xyerrorFunction · 0.85

Tested by

no test coverage detected