Go to the source code of this file.
Functions | |
Tree | privatise (const Tree &t) |
Definition at line 45 of file privatise.cpp.
References makePrivatisationKey(), and privatisation().
Referenced by ScalarCompiler::prepare().
00046 { 00047 00048 return privatisation(makePrivatisationKey(t), t); 00049 }