#include <omp.h>Include dependency graph for loop-12.C:

Go to the source code of this file.
Defines | |
| #define | LLONG_MAX __LONG_LONG_MAX__ |
| #define | ULLONG_MAX (LLONG_MAX * 2ULL + 1) |
| #define | INT_MAX __INT_MAX__ |
| #define | check(var, val, loopidx, idx) if (var == (val)) set (loopidx, idx); else |
| #define | test(loopidx, count) |
Functions | |
| void | abort () |
| void | set (int loopidx, int idx) |
| int | test1 () |
| int | test2 () |
| int | test3 () |
| int | test4 () |
| int | test5 () |
| int | main () |
Variables | |
| int | arr [6 *5] |
| #define check | ( | var, | |||
| val, | |||||
| loopidx, | |||||
| idx | ) | if (var == (val)) set (loopidx, idx); else |
| #define test | ( | loopidx, | |||
| count | ) |
| void abort | ( | ) |
| int main | ( | void | ) |
| int test1 | ( | void | ) |
| int test2 | ( | void | ) |
| int test3 | ( | void | ) |
| int test4 | ( | void | ) |
| int test5 | ( | void | ) |
1.4.7