FAUST compiler  0.9.9.6b8
Functions
privatise.hh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Tree privatise (const Tree &t)
 

Function Documentation

Tree privatise ( const Tree t)

Definition at line 45 of file privatise.cpp.

References makePrivatisationKey(), and privatisation().

Referenced by ScalarCompiler::prepare().

46 {
47 
48  return privatisation(makePrivatisationKey(t), t);
49 }
static Tree privatisation(const Tree &k, const Tree &t)
Definition: privatise.cpp:71
static Tree makePrivatisationKey(const Tree &t)
Definition: privatise.cpp:54

Here is the call graph for this function:

Here is the caller graph for this function: