OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 76 milliseconds