Home
last modified time | relevance | path

Searched refs:DebugEntryRAII (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DDebug.h52 DebugEntryRAII Entry(__FILE__, __LINE__, __PRETTY_FUNCTION__);
57 struct DebugEntryRAII { struct
58 DebugEntryRAII(const char *File, const unsigned Line, const char *Function);
59 ~DebugEntryRAII();
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DDebug.cpp65 DebugEntryRAII::DebugEntryRAII(const char *File, const unsigned Line, in DebugEntryRAII() function in DebugEntryRAII
79 DebugEntryRAII::~DebugEntryRAII() { in ~DebugEntryRAII()
85 void DebugEntryRAII::init() { Level = 0; } in init()
H A DParallelism.cpp69 DebugEntryRAII Entry(__FILE__, __LINE__, "<OpenMP Outlined Function>"); in invokeMicrotask()
H A DState.cpp249 DebugEntryRAII::init(); in init()