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

Function _glcpp_parser_expand_function

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

This is a helper function that's essentially part of the * implementation of _glcpp_parser_expand_node. It shouldn't be called * except for by that function. * * Returns NULL if node is a simple token with no expansion, (that is, * although 'node' corresponds to an identifier defined as a * function-like macro, it is not followed with a parenthesized * argument list). * * Compute the comp

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

Calls 15

hash_table_findFunction · 0.85
_argument_list_createFunction · 0.85
_arguments_parseFunction · 0.85
glcpp_errorFunction · 0.85
ralloc_freeFunction · 0.85
_argument_list_lengthFunction · 0.85
_string_list_lengthFunction · 0.85
_token_list_createFunction · 0.85
_string_list_containsFunction · 0.85
_argument_list_member_atFunction · 0.85
_token_list_copyFunction · 0.85

Tested by

no test coverage detected