HomeSort by relevance Sort by last modified time
    Searched refs:UnsupportedOSs (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestAPICommon.h 85 if (std::find(UnsupportedOSs.begin(), UnsupportedOSs.end(), Host.getOS())
86 == UnsupportedOSs.end())
96 SmallVector<Triple::OSType, 4> UnsupportedOSs;
  /external/llvm/unittests/Support/
ThreadPool.cpp 27 SmallVector<Triple::OSType, 4> UnsupportedOSs;
38 if (std::find(UnsupportedOSs.begin(), UnsupportedOSs.end(), Host.getOS())
39 != UnsupportedOSs.end())

Completed in 67 milliseconds