|
FAUST compiler
0.9.9.6b8
|
#include "loop.hh"
Go to the source code of this file.
Functions | |
| static void | tab (int n, ostream &fout) |
| Print n tabs (for indentation purpose) More... | |
| static void | printlines (int n, list< string > &lines, ostream &fout) |
| Print a list of lines. More... | |
Variables | |
| bool | gVectorSwitch |
| bool | gOpenMPSwitch |
| bool | gOpenMPLoop |
|
static |
Print a list of lines.
| n | number of tabs of indentation |
| lines | list of lines to be printed |
| fout | output stream |
Definition at line 26 of file loop.cpp.
References tab().
Referenced by Loop::println(), Loop::printoneln(), and Loop::printParLoopln().


|
static |
Print n tabs (for indentation purpose)
| n | number of tabs to print |
| fout | output stream |
Definition at line 13 of file loop.cpp.
Referenced by printlines(), Loop::println(), Loop::printoneln(), and Loop::printParLoopln().

| bool gOpenMPLoop |
Definition at line 144 of file main.cpp.
Referenced by process_cmdline().
| bool gOpenMPSwitch |
Definition at line 143 of file main.cpp.
Referenced by process_cmdline().
1.8.7