OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Environment
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h
1
//===-
Environment
.h - Map from Stmt* to Locations/Values -------*- C++ -*-===//
9
// This file defined the
Environment
and EnvironmentManager classes.
31
/// An entry in the
environment
consists of a Stmt and an LocationContext.
32
/// This allows the
environment
to manage context-sensitive bindings,
56
class
Environment
{
64
Environment
(BindingsTy eb) : ExprBindings(eb) {}
75
///
Environment
.
78
/// Profile - Profile the contents of an
Environment
object for use
80
static void Profile(llvm::FoldingSetNodeID& ID, const
Environment
* env) {
90
bool operator==(const
Environment
& RHS) const
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnalyzer.cpp
36
Environment
::
Environment
(StringRef Code, StringRef FileName,
51
TokenAnalyzer::TokenAnalyzer(const
Environment
&Env, const FormatStyle &Style)
TokenAnalyzer.h
36
class
Environment
{
43
Environment
(StringRef Code, StringRef FileName,
54
//
environment
starts.
58
// managed by this
environment
should start.
62
//
environment
should end if it ends in a newline.
82
TokenAnalyzer(const
Environment
&Env, const FormatStyle &Style);
98
const
Environment
&Env;
/src/external/apache2/llvm/dist/llvm/lib/Support/
Triple.cpp
766
Vendor(UnknownVendor), OS(UnknownOS),
Environment
(UnknownEnvironment),
779
Environment
= parseEnvironment(Components[3]);
784
Environment
=
802
/// them into enum members. It leaves the
environment
unknown and omits it from
810
Environment
(), ObjectFormat(Triple::UnknownObjectFormat) {
815
/// vendor, OS, and
environment
.
827
Environment
(parseEnvironment(EnvironmentStr.str())),
858
EnvironmentType
Environment
= UnknownEnvironment;
860
Environment
= parseEnvironment(Components[3]);
871
Found[3] =
Environment
!= UnknownEnvironment
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
Job.h
141
std::vector<const char *>
Environment
;
200
/// Sets the
environment
to be used by the new process.
201
/// \param NewEnvironment An array of
environment
variables.
202
/// \remark If the
environment
remains unset, then the
environment
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h
459
// SetUp/TearDown method of
Environment
objects registered with Google
1031
// An
Environment
object is capable of setting up and tearing down an
1032
//
environment
. You should subclass this to define your own
1033
//
environment
(s).
1035
// An
Environment
object does the set-up and tear-down in virtual
1045
class
Environment
{
1047
// The d'tor is virtual as we need to subclass
Environment
.
1048
virtual ~
Environment
() {}
1050
// Override this to define how to set up the
environment
.
1053
// Override this to define how to tear down the
environment
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
MSVC.cpp
131
// Check various
environment
variables to try and find a toolchain.
156
// We couldn't find any VC
environment
variables. Let's walk through PATH and
393
// If the VC
environment
hasn't been configured (perhaps because the user
394
// did not run vcvarsall), try to build a consistent link
environment
. If
395
// the
environment
variable is set however, assume the user knows what
577
std::vector<const char *>
Environment
;
642
Environment
.reserve(EnvCount);
645
//
environment
vector, adjusting the PATH variable as needed when we
652
Environment
.push_back(Args.MakeArgString(
662
Environment
.push_back(Args.MakeArgString(EnvVar))
[
all
...]
Darwin.cpp
1375
/// The Darwin OS that was selected or inferred from arguments /
environment
.
1382
/// The OS was specified using the OS_DEPLOYMENT_TARGET
environment
.
1395
DarwinEnvironmentKind getEnvironment() const { return
Environment
; }
1398
Environment
= Kind;
1418
/// Returns true if the simulator
environment
can be inferred from the arch.
1445
/// Returns the OS version with the argument /
environment
variable that
1467
Result.
Environment
= DarwinEnvironmentKind::Simulator;
1494
Result.
Environment
= DarwinEnvironmentKind::Simulator;
1540
DarwinEnvironmentKind
Environment
= DarwinEnvironmentKind::NativeEnvironment;
1590
/// OS_DEPLOYMENT_TARGET
environment
variable
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h
77
enum
Environment
{ IsMachO, IsELF, IsCOFF, IsWasm, IsXCOFF };
80
Environment
Env;
154
/// The file name of the log file from the
environment
variable
404
Environment
getObjectFileType() const { return Env; }
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h
31
/// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-
ENVIRONMENT
257
/// The parsed
Environment
type.
258
EnvironmentType
Environment
;
270
: Data(), Arch(), SubArch(), Vendor(), OS(),
Environment
(),
281
Environment
== Other.
Environment
&&
318
/// hasEnvironment - Does this triple have the optional
environment
324
/// getEnvironment - Get the parsed
environment
type of this triple.
325
EnvironmentType getEnvironment() const { return
Environment
; }
391
/// getEnvironmentName - Get the optional
environment
(fourth
[
all
...]
Completed in 24 milliseconds
Indexes created Wed Apr 22 00:22:44 UTC 2026