FAUST compiler  0.9.9.6b8
Functions
parSchema.cpp File Reference
#include "parSchema.h"
#include <assert.h>
#include <iostream>
Include dependency graph for parSchema.cpp:

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().

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

Here is the call graph for this function:

Here is the caller graph for this function: