Searched refs:linear_strdup (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-parse.y | 497 $$.undefined_macro = linear_strdup(parser->linalloc, $1); 790 node->str = linear_strdup(parser->linalloc, str); in _string_list_append_item() 1285 str = linear_strdup(parser->linalloc, token->value.str); in _token_paste() 1877 str = linear_strdup(parser->linalloc, token->value.str); in _glcpp_parser_expand_node() 1913 node->identifier = linear_strdup(parser->linalloc, identifier); in _parser_active_list_push() 2122 macro->identifier = linear_strdup(parser->linalloc, identifier); in _define_object_macro() 2157 macro->identifier = linear_strdup(parser->linalloc, identifier); in _define_function_macro()
|
/external/mesa3d/src/util/ |
D | ralloc.h | 526 char *linear_strdup(void *parent, const char *str);
|
D | ralloc.c | 773 linear_strdup(void *parent, const char *str) in linear_strdup() function
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_lexer.ll | 311 /* We're not doing linear_strdup here, to avoid an implicit call 695 /* We're not doing linear_strdup here, to avoid an implicit call on
|