OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getEnvironment
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h
119
///
getEnvironment
- Return the environment associated with this state.
121
const Environment&
getEnvironment
() const { return Env; }
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.cpp
1395
DarwinEnvironmentKind
getEnvironment
() const { return Environment; }
1465
switch (TT.
getEnvironment
()) {
1877
OSTarget->setEnvironment(SDKTarget->
getEnvironment
());
1946
DarwinEnvironmentKind Environment = OSTarget->
getEnvironment
();
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h
324
///
getEnvironment
- Get the parsed environment type of this triple.
325
EnvironmentType
getEnvironment
() const { return Environment; }
489
return
getEnvironment
() == Triple::Simulator;
493
return
getEnvironment
() == Triple::MacABI;
531
EnvironmentType Env =
getEnvironment
();
553
return isOSWindows() &&
getEnvironment
() == Triple::MSVC;
559
(isOSWindows() &&
getEnvironment
() == Triple::UnknownEnvironment);
563
return isOSWindows() &&
getEnvironment
() == Triple::CoreCLR;
567
return isOSWindows() &&
getEnvironment
() == Triple::Itanium;
571
return isOSWindows() &&
getEnvironment
() == Triple::Cygnus
[
all
...]
Completed in 20 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026