Home
last modified time | relevance | path

Searched refs:enterDataEnvironment (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DState.h133 void enterDataEnvironment(IdentTy *Ident);
140 DateEnvironmentRAII(IdentTy *Ident) { enterDataEnvironment(Ident); } in DateEnvironmentRAII()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DTasking.cpp63 state::enterDataEnvironment(Loc); in __kmpc_omp_task_begin_if0()
H A DState.cpp255 void state::enterDataEnvironment(IdentTy *Ident) { in enterDataEnvironment() function in state