Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp3134 auto &&ConflictingArchs = getConflictOffloadArchCombination(GpuArchs); in initialize()
3135 if (ConflictingArchs) { in initialize()
3137 << ConflictingArchs->first << ConflictingArchs->second; in initialize()
4350 if (auto ConflictingArchs = getConflictOffloadArchCombination(Archs, Kind)) { in getOffloadArchs() local
4352 << ConflictingArchs->first << ConflictingArchs->second; in getOffloadArchs()