LLVM OpenMP 20.0.0git
Macros | Functions
base_split.h File Reference
#include "callback.h"
#include <omp.h>
#include <stdio.h>

Go to the source code of this file.

Macros

#define STRINGIFY(x)   #x
 
#define STR(x)   STRINGIFY(x)
 
#define SCHED_OUTPUT   STR(SCHEDULE)
 

Functions

int main ()
 

Macro Definition Documentation

◆ SCHED_OUTPUT

#define SCHED_OUTPUT   STR(SCHEDULE)

Definition at line 8 of file base_split.h.

◆ STR

#define STR (   x)    STRINGIFY(x)

Definition at line 6 of file base_split.h.

◆ STRINGIFY

#define STRINGIFY (   x)    #x

Definition at line 5 of file base_split.h.

Function Documentation

◆ main()

int main ( void  )

Definition at line 17 of file base_split.h.

References i, print_current_address, print_fuzzy_address, and SCHED_OUTPUT.