OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Either
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/
Multilib.cpp
149
return
Either
(M, Opposite);
152
MultilibSet &MultilibSet::
Either
(const Multilib &M1, const Multilib &M2) {
153
return
Either
({M1, M2});
156
MultilibSet &MultilibSet::
Either
(const Multilib &M1, const Multilib &M2,
158
return
Either
({M1, M2, M3});
161
MultilibSet &MultilibSet::
Either
(const Multilib &M1, const Multilib &M2,
163
return
Either
({M1, M2, M3, M4});
166
MultilibSet &MultilibSet::
Either
(const Multilib &M1, const Multilib &M2,
169
return
Either
({M1, M2, M3, M4, M5});
191
MultilibSet &MultilibSet::
Either
(ArrayRef<Multilib> MultilibSegments)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
224
/// function (i.e. those returning void or int, and taking
either
no
528
const static Kind
Either
= (Kind)(JIT | Interpreter);
563
/// or whichever engine works. This option defaults to EngineKind::
Either
.
651
/// selectTarget - Pick a target
either
via -march or by guessing the native
Completed in 16 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026