parSchema.cpp File Reference

#include "parSchema.h"
#include "schema.h"
#include <assert.h>
#include <iostream>
Include dependency graph for parSchema.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

schemamakeParSchema (schema *s1, schema *s2)

Function Documentation

schema* makeParSchema ( schema s1,
schema s2 
)

Definition at line 28 of file parSchema.cpp.

References makeEnlargedSchema(), and schema::width().

Referenced by generateAbstractionSchema(), generateInsideSchema(), and makeSeqSchema().

00029 {
00030     // make sure s1 and s2 have same width
00031     return new parSchema(   makeEnlargedSchema(s1, s2->width()),
00032                             makeEnlargedSchema(s2, s1->width()) );
00033 }

Here is the call graph for this function:

Here is the caller graph for this function:

Generated on Thu Apr 29 00:00:09 2010 for FAUST compiler by  doxygen 1.6.3