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

Function dt_node_alloc

libdtrace/dt_parser.c:521–534  ·  view source on GitHub ↗

* dt_node_alloc() is used to create new parse nodes from the parser. It * assigns the node location based on the current lexer line number and places * the new node on the default allocation list. If allocation fails, we * automatically longjmp the caller back to the enclosing compilation call. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

dt_node_intFunction · 0.85
dt_node_stringFunction · 0.85
dt_node_identFunction · 0.85
dt_node_typeFunction · 0.85
dt_node_vatypeFunction · 0.85
dt_node_op1Function · 0.85
dt_node_op2Function · 0.85
dt_node_op3Function · 0.85
dt_node_statementFunction · 0.85
dt_node_pdesc_by_nameFunction · 0.85
dt_node_pdesc_by_idFunction · 0.85
dt_node_clauseFunction · 0.85

Calls 1

dt_node_xallocFunction · 0.85

Tested by

no test coverage detected