OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpenMPRuntime
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CodeGenModule.h
285
CGOpenMPRuntime*
OpenMPRuntime
;
518
assert(
OpenMPRuntime
!= nullptr);
519
return *
OpenMPRuntime
;
[
all
...]
CodeGenModule.cpp
91
OpenCLRuntime(nullptr),
OpenMPRuntime
(nullptr), CUDARuntime(nullptr),
171
delete
OpenMPRuntime
;
204
OpenMPRuntime
= new CGOpenMPRuntime(*this);
343
if (
OpenMPRuntime
)
344
OpenMPRuntime
->clear();
[
all
...]
Completed in 1204 milliseconds