DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::AssertHappened Struct Reference

#include <sycl/detail/assert_happened.hpp>

Collaboration diagram for sycl::_V1::detail::AssertHappened:

Public Attributes

int Flag = 0
 
char Expr [256+1] = ""
 
char File [256+1] = ""
 
char Func [128+1] = ""
 
int32_t Line = 0
 
uint64_t GID0 = 0
 
uint64_t GID1 = 0
 
uint64_t GID2 = 0
 
uint64_t LID0 = 0
 
uint64_t LID1 = 0
 
uint64_t LID2 = 0
 

Detailed Description

Definition at line 24 of file assert_happened.hpp.

Member Data Documentation

◆ Expr

char sycl::_V1::detail::AssertHappened::Expr[256+1] = ""

Definition at line 26 of file assert_happened.hpp.

◆ File

char sycl::_V1::detail::AssertHappened::File[256+1] = ""

Definition at line 27 of file assert_happened.hpp.

◆ Flag

int sycl::_V1::detail::AssertHappened::Flag = 0

Definition at line 25 of file assert_happened.hpp.

◆ Func

char sycl::_V1::detail::AssertHappened::Func[128+1] = ""

Definition at line 28 of file assert_happened.hpp.

◆ GID0

uint64_t sycl::_V1::detail::AssertHappened::GID0 = 0

Definition at line 32 of file assert_happened.hpp.

◆ GID1

uint64_t sycl::_V1::detail::AssertHappened::GID1 = 0

Definition at line 33 of file assert_happened.hpp.

◆ GID2

uint64_t sycl::_V1::detail::AssertHappened::GID2 = 0

Definition at line 34 of file assert_happened.hpp.

◆ LID0

uint64_t sycl::_V1::detail::AssertHappened::LID0 = 0

Definition at line 36 of file assert_happened.hpp.

◆ LID1

uint64_t sycl::_V1::detail::AssertHappened::LID1 = 0

Definition at line 37 of file assert_happened.hpp.

◆ LID2

uint64_t sycl::_V1::detail::AssertHappened::LID2 = 0

Definition at line 38 of file assert_happened.hpp.

◆ Line

int32_t sycl::_V1::detail::AssertHappened::Line = 0

Definition at line 30 of file assert_happened.hpp.


The documentation for this struct was generated from the following file: