|
FAUST compiler
0.9.9.6b8
|

Go to the source code of this file.
Functions | |
| schema * | makeParSchema (schema *s1, schema *s2) |
| 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().
{
// make sure s1 and s2 have same width
return new parSchema( makeEnlargedSchema(s1, s2->width()),
makeEnlargedSchema(s2, s1->width()) );
}


1.8.0