testsuite/libgomp.c++/for-2.C File Reference

Go to the source code of this file.

Data Structures

class  J< T >

Defines

#define check(expr)

Functions

void abort ()
void baz (int i)
void f1 (int x, int y)
void f2 (int x, int y)
template<typename T>
void f3 (int x, int y)
template<typename T>
void f4 (int x, int y)
void f5 (int x, int y)
template<int N>
void f6 (int x, int y)
template<long N>
void f7 (int i, int x, int y)
template<long N>
void f8 (J< int > j)
template<typename T, long N>
void f9 (T x, T y)
template<typename T, long N>
void f10 (T x, T y)
template<typename T>
void f11 (T x, long y)
template<typename T>
void f12 (T x, T y)
int main ()

Variables

int results [2000]


Define Documentation

#define check ( expr   ) 

Value:

for (int i = 0; i < 2000; i++)          \
    if (expr)                       \
      {                         \
    if (results[i] != 1)                \
      abort ();                 \
    results[i] = 0;                 \
      }                         \
    else if (results[i])                \
      abort ()

Definition at line 144 of file for-2.C.


Function Documentation

void abort (  ) 

void baz ( int  i  ) 

Definition at line 22 of file for-2.C.

References abort(), and results.

Here is the call graph for this function:

void f1 ( int  x,
int  y 
)

Definition at line 30 of file for-2.C.

References baz(), and i.

Here is the call graph for this function:

template<typename T, long N>
void f10 ( x,
y 
)

Definition at line 112 of file for-2.C.

References baz(), i, N, and T.

Here is the call graph for this function:

template<typename T>
void f11 ( x,
long  y 
)

Definition at line 122 of file for-2.C.

References baz(), i, and T.

Here is the call graph for this function:

template<typename T>
void f12 ( x,
y 
)

Definition at line 136 of file for-2.C.

References baz(), i, and T.

Here is the call graph for this function:

void f2 ( int  x,
int  y 
)

Definition at line 38 of file for-2.C.

References baz(), and i.

Here is the call graph for this function:

template<typename T>
void f3 ( int  x,
int  y 
)

Definition at line 48 of file for-2.C.

References baz(), and i.

Here is the call graph for this function:

template<typename T>
void f4 ( int  x,
int  y 
)

Definition at line 57 of file for-2.C.

References baz(), and i.

Here is the call graph for this function:

void f5 ( int  x,
int  y 
)

Definition at line 66 of file for-2.C.

References baz(), and i.

Here is the call graph for this function:

template<int N>
void f6 ( int  x,
int  y 
)

Definition at line 75 of file for-2.C.

References baz(), i, and N.

Here is the call graph for this function:

template<long N>
void f7 ( int  i,
int  x,
int  y 
)

Definition at line 84 of file for-2.C.

References baz(), and N.

Here is the call graph for this function:

template<long N>
void f8 ( J< int >  j  ) 

Definition at line 93 of file for-2.C.

References baz(), i, j, and N.

Here is the call graph for this function:

template<typename T, long N>
void f9 ( x,
y 
)

Definition at line 103 of file for-2.C.

References baz(), i, N, and T.

Here is the call graph for this function:

int main ( void   ) 

Definition at line 156 of file for-2.C.

References check, f1(), f10(), f2(), f5(), f6(), and i.

Here is the call graph for this function:


Variable Documentation

int results[2000]

Definition at line 19 of file for-2.C.


Generated on Fri Apr 5 05:40:21 2013 for Libgomp by  doxygen 1.4.7