OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CudaHostClass
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Driver/
Action.h
45
CudaHostClass
,
169
static bool classof(const Action *A) { return A->getKind() ==
CudaHostClass
; }
/external/clang/lib/Driver/
Action.cpp
28
case
CudaHostClass
: return "cuda-host";
69
: Action(
CudaHostClass
, std::move(Input)), DeviceActions(DeviceActions) {}
ToolChain.cpp
251
case Action::
CudaHostClass
:
Completed in 52 milliseconds