LLVM OpenMP 20.0.0git
Typedefs | Functions
runtime_error.c File Reference
#include <string.h>
#include <stdio.h>
#include "callback.h"

Go to the source code of this file.

Typedefs

typedef void ident_t
 

Functions

void __kmpc_error (ident_t *, int, const char *)
 
int main ()
 

Typedef Documentation

◆ ident_t

typedef void ident_t

Definition at line 9 of file runtime_error.c.

Function Documentation

◆ __kmpc_error()

void __kmpc_error ( ident_t loc,
int  severity,
const char message 
)

Definition at line 4532 of file kmp_csupport.cpp.

Referenced by main().

◆ main()

int main ( void  )

Definition at line 12 of file runtime_error.c.

References __kmpc_error().