MCPcopy Index your code
hub / github.com/DCurrent/openbor / pp_expr_parse

Function pp_expr_parse

engine/source/preprocessorlib/pp_expr.c:225–428  ·  view source on GitHub ↗

* Constructs an abstract syntax tree from the rest of the remaining line of * the parser. The returned pointer should be freed with pp_expr_destroy() * when it's no longer needed. * * @param parser the parser to get the token stream from * @param paren true if parsing a parenthetical expression, false otherwise * @return the tree constructed from the input, or NULL on error */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

pp_expr_eval_expressionFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 7

pp_parser_emit_tokenFunction · 0.85
tokentypeFunction · 0.85
pp_errorFunction · 0.85
pp_expr_initFunction · 0.85
pp_parser_lex_tokenFunction · 0.85
pp_parser_is_definedFunction · 0.85
pp_expr_destroyFunction · 0.85

Tested by 2

mainFunction · 0.68
mainFunction · 0.68