Lines Matching refs:symbols
69 state->symbols->language_version = state->language_version;
88 state->symbols->push_scope();
1700 state->symbols->get_variable(this->primary_expression.identifier);
1822 state->symbols->push_scope();
1828 state->symbols->pop_scope();
1904 type = state->symbols->get_type(this->type_name);
2236 ir_variable *earlier = state->symbols->get_variable(decl->identifier);
2239 !state->symbols->name_declared_this_scope(decl->identifier))) {
2502 state->symbols->get_variable(decl->identifier);
2947 if (!state->symbols->add_variable(var)) {
3228 f = state->symbols->get_function(name);
3255 if (!state->symbols->add_function(f)) {
3316 state->symbols->push_scope();
3325 if (state->symbols->name_declared_this_scope(var->name)) {
3330 state->symbols->add_variable(var);
3338 state->symbols->pop_scope();
3508 state->symbols->push_scope();
3510 state->symbols->pop_scope();
3514 state->symbols->push_scope();
3516 state->symbols->pop_scope();
3821 state->symbols->push_scope();
3853 state->symbols->pop_scope();
3994 if (!state->symbols->add_type(name, t)) {
4042 if (!state->symbols->add_uniform_block(ubo)) {