Home
last modified time | relevance | path

Searched refs:expanded_argument (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-parse.y1770 token_list_t *expanded_argument; in _glcpp_parser_expand_function() local
1771 expanded_argument = _token_list_copy(parser, argument); in _glcpp_parser_expand_function()
1772 _glcpp_parser_expand_token_list(parser, expanded_argument, mode); in _glcpp_parser_expand_function()
1773 _token_list_append_list(substituted, expanded_argument); in _glcpp_parser_expand_function()