Lines Matching refs:initializer
911 is_initializer ? "initializer" : "value",
2248 * are immediately sized by a constructor or initializer.
4303 * Generate the IR for an initializer in a variable declaration
4314 YYLTYPE initializer_loc = decl->initializer->get_location();
4341 * OpenGL API; they cannot be declared with an initializer in a
4377 /* If the initializer is an ast_aggregate_initializer, recursively store
4381 if (decl->initializer->oper == ast_aggregate)
4382 _mesa_ast_set_aggregate_type(var->type, decl->initializer);
4385 ir_rvalue *rhs = decl->initializer->hir(initializer_instructions, state);
4451 decl->initializer->has_sequence_subexpression())) {
4465 "initializer of %s variable `%s' must be a "
4512 * its full type from the initializer. A declaration such as
4526 * to do_assignment can change the type of the initializer (via
4527 * the implicit conversion rules). For uniforms the initializer
4769 assert(decl->initializer == NULL);
4801 assert(decl->initializer == NULL);
5427 /* Process the initializer and add its instructions to a temporary
5452 if (decl->initializer != NULL) {
5466 if (this->type->qualifier.flags.q.constant && decl->initializer == NULL) {
5504 * Arrays that are sized using an initializer are still explicitly
5511 * if the definition includes an initializer:
5542 initializer's
5551 * after the initializer if present or immediately after the name
6980 * process_record_constructor() can do type-checking on C-style initializer