Searched refs:hasSingleDeviceDependence (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp274 bool OffloadAction::hasSingleDeviceDependence( function in class:OffloadAction
283 assert(hasSingleDeviceDependence(DoNotConsiderHostActions) &&
H A DDriver.cpp3854 if (OA->hasSingleDeviceDependence(/*DoNotConsiderHostActions=*/true)) {
4182 if (OA->hasSingleDeviceDependence()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h364 bool hasSingleDeviceDependence(bool DoNotConsiderHostActions = false) const;

Completed in 174 milliseconds