Go to the source code of this file.
Functions | |
int | omp_set_dynamic (int) |
void | abort (void) |
int | main (void) |
Variables | |
int | a = 8 |
int | b = 12 |
int | c = 16 |
int | d = 20 |
int | j = 0 |
char | e [10] = "a" |
char | f [10] = "b" |
char | g [10] = "c" |
char | h [10] = "d" |
void abort | ( | void | ) |
int main | ( | void | ) |
int a = 8 |
Definition at line 7 of file pr26943-2.c.
int b = 12 |
Definition at line 7 of file pr26943-2.c.
int c = 16 |
Definition at line 7 of file pr26943-2.c.
Referenced by baz(), f1(), f2(), f3(), f4(), foo(), gomp_iter_static_next(), gomp_iter_ull_static_next(), main(), test1(), test10(), test11(), test12(), test13(), test14(), test15(), test16(), test2(), test3(), test4(), test5(), test6(), test7(), test8(), test9(), and test_data().
int d = 20 |
Definition at line 7 of file pr26943-2.c.
char e[10] = "a" |
Definition at line 8 of file pr26943-2.c.
char f[10] = "b" |
Definition at line 8 of file pr26943-2.c.
char g[10] = "c" |
Definition at line 8 of file pr26943-2.c.
char h[10] = "d" |
int j = 0 |
Definition at line 7 of file pr26943-2.c.