LLVM OpenMP 20.0.0git
Classes | Typedefs | Functions | Variables
omp_record_replay_print_dot.cpp File Reference
#include <iostream>
#include <fstream>
#include <sstream>
#include <cassert>

Go to the source code of this file.

Classes

struct  ident
 The ident structure that describes a source location. More...
 

Typedefs

typedef struct ident ident_t
 

Functions

void func (int *num_exec)
 
int main ()
 

Variables

std::string tdg_string
 

Typedef Documentation

◆ ident_t

typedef struct ident ident_t

Function Documentation

◆ func()

void func ( int num_exec)

Definition at line 21 of file omp_record_replay_print_dot.cpp.

Referenced by main().

◆ main()

int main ( void  )

Definition at line 40 of file omp_record_replay_print_dot.cpp.

References __kmpc_global_thread_num(), func(), res, and tdg_string.

Variable Documentation

◆ tdg_string

std::string tdg_string
Initial value:
= "digraph TDG {\n"
" compound=true\n"
" subgraph cluster {\n"
" label=TDG_0\n"
" 0[style=bold]\n"
" 1[style=bold]\n"
" 2[style=bold]\n"
" 3[style=bold]\n"
" }\n"
" 0 -> 1 \n"
" 1 -> 2 \n"
" 1 -> 3 \n"
"}"

Definition at line 26 of file omp_record_replay_print_dot.cpp.

Referenced by main().