MCPcopy Index your code
hub / github.com/dtrace4linux/linux / dt_node_int

Function dt_node_int

libdtrace/dt_parser.c:1197–1244  ·  view source on GitHub ↗

* The original rules for integer constant typing are described in K&R[A2.5.1]. * However, since we support long long, we instead use the rules from ISO C99 * clause 6.4.4.1 since that is where long longs are formally described. The * rules require us to know whether the constant was specified in decimal or * in octal or hex, which we do by looking at our lexer's 'yyintdecimal' flag. * The ty

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

dt_node_offsetofFunction · 0.85
dt_node_op2Function · 0.85
dt_decl_enumeratorFunction · 0.85

Calls 4

dt_node_allocFunction · 0.85
dt_node_type_assignFunction · 0.85
dt_node_op1Function · 0.85
xyerrorFunction · 0.85

Tested by

no test coverage detected