|
FAUST compiler
0.9.9.6b8
|
#include <assert.h>#include <stdlib.h>#include "recursivness.hh"#include "occurences.hh"#include "sigtype.hh"#include "sigtyperules.hh"#include <iostream>
Go to the source code of this file.
Functions | |
| static int | xVariability (int v, int r) |
| Extended Variability with recursiveness indication. More... | |
| static int | position (Tree env, Tree t, int p) |
| return the position of a signal in the current recursive environment More... | |
return the position of a signal in the current recursive environment
| env | the current recursive environment of the signal |
| t | signal we want to know the position |
Definition at line 168 of file occurences.cpp.
References hd(), isNil(), and tl().

|
static |
Extended Variability with recursiveness indication.
Definition at line 14 of file occurences.cpp.
References min().
Referenced by Occurences::incOccurences().


1.8.7