Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAIX.cpp259 case Driver::OMPRT_Unknown: in ConstructJob()
H A DMinGW.cpp291 case Driver::OMPRT_Unknown: in ConstructJob()
H A DMSVC.cpp260 case Driver::OMPRT_Unknown: in ConstructJob()
H A DCommonArgs.cpp853 if (RTKind == Driver::OMPRT_Unknown) in addOpenMPRuntime()
870 case Driver::OMPRT_Unknown: in addOpenMPRuntime()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DDriver.h125 OMPRT_Unknown, enumerator
/openbsd/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp749 .Default(OMPRT_Unknown); in getOpenMPRuntime()
751 if (RT == OMPRT_Unknown) { in getOpenMPRuntime()