Clan  0.8.0
Data Fields
YYSTYPE Union Reference

#include <parser.h>

Data Fields

int value
char * symbol
osl_vector_p affex
osl_relation_p setex
osl_relation_list_p list
osl_statement_p stmt

Detailed Description

Definition at line 335 of file parser.c.


Field Documentation

osl_vector_p YYSTYPE::affex

An affine expression

Definition at line 342 of file parser.c.

Referenced by yydestruct(), and yyparse().

osl_relation_list_p YYSTYPE::list

List of array accesses

Definition at line 344 of file parser.c.

Referenced by yydestruct(), and yyparse().

osl_relation_p YYSTYPE::setex

A set of affine expressions

Definition at line 343 of file parser.c.

Referenced by yyparse().

osl_statement_p YYSTYPE::stmt

List of statements

Definition at line 345 of file parser.c.

Referenced by yydestruct(), and yyparse().

A string for identifiers

Definition at line 341 of file parser.c.

Referenced by yydestruct(), and yyparse().

An integer value for integers

Definition at line 340 of file parser.c.

Referenced by yyparse().


The documentation for this union was generated from the following files: