Home | History | Annotate | Download | only in compiler

Lines Matching refs:STRUCT

37     struct {
47 struct {
100 %token <lex> STRUCT VOID_TYPE WHILE
1627 FRAG_VERT_ONLY("struct", $1.line);
1644 : STRUCT IDENTIFIER LEFT_BRACE struct_declaration_list RIGHT_BRACE {
1651 context->error($2.line, "redefinition", $2.string->c_str(), "struct");
1657 | STRUCT LEFT_BRACE struct_declaration_list RIGHT_BRACE {
1673 context->error((*$2)[i].line, "duplicate field name in structure:", "struct", (*$2)[i].type->getFieldName().c_str());