MCPcopy Create free account
hub / github.com/aras-p/glsl-optimizer / _glcpp_parser_expand_node

Function _glcpp_parser_expand_node

src/glsl/glcpp/glcpp-parse.c:4103–4167  ·  view source on GitHub ↗

Compute the complete expansion of node, (and subsequent nodes after * 'node' in the case that 'node' is a function-like macro and * subsequent nodes are arguments). * * Returns NULL if node is a simple token with no expansion. * * Otherwise, returns the token list that results from the expansion * and sets *last to the last node in the list that was consumed by * the expansion. Specificall

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

Calls 11

hash_table_findFunction · 0.85
ralloc_strdupFunction · 0.85
_token_create_strFunction · 0.85
_token_list_createFunction · 0.85
_token_list_appendFunction · 0.85
_token_list_copyFunction · 0.85

Tested by

no test coverage detected