OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceActions
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Driver/
Action.cpp
68
const ActionList &
DeviceActions
)
69
: Action(CudaHostClass, std::move(Input)),
DeviceActions
(
DeviceActions
) {}
72
for (auto &DA :
DeviceActions
)
Driver.cpp
[
all
...]
/external/clang/include/clang/Driver/
Action.h
160
ActionList
DeviceActions
;
164
const ActionList &
DeviceActions
);
167
const ActionList &getDeviceActions() const { return
DeviceActions
; }
Completed in 1955 milliseconds