MCPcopy Create free account
hub / github.com/RealNeGate/Cuik / parse_unary

Function parse_unary

cuik_c/expr_parser.h:810–866  ·  view source on GitHub ↗

unary-expression: ++ unary-expression -- unary-expression unary-operator cast-expression sizeof unary-expression sizeof ( type-name ) _Alignof ( type-name ) postfix-expression unary-operator: one of & * + - ~ !

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parse_castFunction · 0.85

Calls 12

tokens_get_locationFunction · 0.85
tokens_getFunction · 0.85
tokens_nextFunction · 0.85
expect_charFunction · 0.85
parse_typename2Function · 0.85
tokens_get_last_locationFunction · 0.85
expect_closing_parenFunction · 0.85
push_exprFunction · 0.85
peek_exprFunction · 0.85
get_unaryFunction · 0.85
parse_castFunction · 0.85
parse_postfixFunction · 0.85

Tested by

no test coverage detected