OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnsupportedEnvironments
(Results
1 - 4
of
4
) sorted by null
/external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestAPICommon.h
81
if (std::find(
UnsupportedEnvironments
.begin(),
UnsupportedEnvironments
.end(),
82
Host.getEnvironment()) !=
UnsupportedEnvironments
.end())
97
SmallVector<Triple::EnvironmentType, 1>
UnsupportedEnvironments
;
MCJITCAPITest.cpp
144
UnsupportedEnvironments
.push_back(Triple::Cygnus);
MCJITTestBase.h
309
UnsupportedEnvironments
.push_back(Triple::Cygnus);
/external/llvm/unittests/Support/
ThreadPool.cpp
28
SmallVector<Triple::EnvironmentType, 1>
UnsupportedEnvironments
;
34
if (std::find(
UnsupportedEnvironments
.begin(),
UnsupportedEnvironments
.end(),
35
Host.getEnvironment()) !=
UnsupportedEnvironments
.end())
Completed in 71 milliseconds