OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCuda
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Driver/
Types.h
69
///
isCuda
- Is this a CUDA input.
70
bool
isCuda
(ID Id);
/external/clang/lib/Driver/
Types.cpp
144
bool types::
isCuda
(ID Id) {
Tools.cpp
488
if (types::
isCuda
(Inputs[0].getType()))
[
all
...]
Completed in 64 milliseconds