Home
last modified time | relevance | path

Searched refs:isCuda (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Driver/
DTypes.h70 bool isCuda(ID Id);
/external/clang/lib/Driver/
DTypes.cpp144 bool types::isCuda(ID Id) { in isCuda() function in types
DDriver.cpp434 return types::isCuda(I.first); in CreateOffloadingDeviceToolChains()
DTools.cpp592 if (types::isCuda(Inputs[0].getType())) in AddPreprocessingOptions()
3802 bool IsCuda = types::isCuda(Input.getType()); in ConstructJob()