LLVM OpenMP 22.0.0git
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 11 of file runtime_error.c.

Function Documentation

◆ __kmpc_error()

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

Definition at line 4532 of file kmp_csupport.cpp.

Referenced by main().

◆ main()

int main ( void )

Definition at line 14 of file runtime_error.c.

References __kmpc_error().