HomeSort by: relevance | last modified time | path
    Searched refs:Environment (Results 1 - 25 of 214) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /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...]
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.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;
UsingDeclarationsSorter.h 25 UsingDeclarationsSorter(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;
UsingDeclarationsSorter.h 25 UsingDeclarationsSorter(const Environment &Env, const FormatStyle &Style);
NamespaceEndCommentsFixer.h 35 NamespaceEndCommentsFixer(const Environment &Env, const FormatStyle &Style);
NamespaceEndCommentsFixer.h 35 NamespaceEndCommentsFixer(const Environment &Env, const FormatStyle &Style);
TokenAnalyzer.cpp 36 Environment::Environment(StringRef Code, StringRef FileName,
51 TokenAnalyzer::TokenAnalyzer(const Environment &Env, const FormatStyle &Style)
TokenAnalyzer.cpp 36 Environment::Environment(StringRef Code, StringRef FileName,
51 TokenAnalyzer::TokenAnalyzer(const Environment &Env, const FormatStyle &Style)
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
Environment.cpp 1 //===- Environment.cpp - Map from Stmt* to Locations/Values ---------------===//
9 // This file defined the Environment and EnvironmentManager classes.
13 #include "clang/StaticAnalyzer/Core/PathSensitive/Environment.h"
77 SVal Environment::lookupExpr(const EnvironmentEntry &E) const {
86 SVal Environment::getSVal(const EnvironmentEntry &Entry,
92 "Environment can only argue about Exprs, since only they express "
93 "a value! Any non-expression statement stored in Environment is a "
136 Environment EnvironmentManager::bindExpr(Environment Env,
142 return Environment(F.remove(Env.ExprBindings, E))
    [all...]
Environment.cpp 1 //===- Environment.cpp - Map from Stmt* to Locations/Values ---------------===//
9 // This file defined the Environment and EnvironmentManager classes.
13 #include "clang/StaticAnalyzer/Core/PathSensitive/Environment.h"
77 SVal Environment::lookupExpr(const EnvironmentEntry &E) const {
86 SVal Environment::getSVal(const EnvironmentEntry &Entry,
92 "Environment can only argue about Exprs, since only they express "
93 "a value! Any non-expression statement stored in Environment is a "
136 Environment EnvironmentManager::bindExpr(Environment Env,
142 return Environment(F.remove(Env.ExprBindings, E))
    [all...]
  /src/external/mpl/dhcp/dist/contrib/
dhcp.spec 6 Group: System Environment/Daemons
20 Group: System Environment/Configuration
28 Group: System Environment/Daemons
111 echo "server startup\n in your system startup environment."
dhcp.spec 6 Group: System Environment/Daemons
20 Group: System Environment/Configuration
28 Group: System Environment/Daemons
111 echo "server startup\n in your system startup environment."
  /src/external/gpl3/autoconf/dist/man/
config.guess.x 6 [Environment variables]
8 compiler for the `build' machine: use the environment variable
config.guess.x 6 [Environment variables]
8 compiler for the `build' machine: use the environment variable
  /src/external/apache2/llvm/lib/libclangStaticAnalyzerCore/
Makefile 27 Environment.cpp \
Makefile 27 Environment.cpp \
  /src/libexec/httpd/
printenv.lua 4 -- it will simply output the "environment"
23 -- we get the "environment" in the env table, the values are more
36 <title>Bozotic Lua Environment</title>
39 <h1>Bozotic Lua Environment</h1>
44 httpd.print('<h2>Server Environment</h2>')
45 -- print the list of "environment" variables
printenv.lua 4 -- it will simply output the "environment"
23 -- we get the "environment" in the env table, the values are more
36 <title>Bozotic Lua Environment</title>
39 <h1>Bozotic Lua Environment</h1>
44 httpd.print('<h2>Server Environment</h2>')
45 -- print the list of "environment" variables
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Job.cpp 298 Environment.reserve(NewEnvironment.size() + 1);
299 Environment.assign(NewEnvironment.begin(), NewEnvironment.end());
300 Environment.push_back(nullptr);
346 if (!Environment.empty()) {
347 assert(Environment.back() == nullptr &&
348 "Environment vector should be null-terminated by now");
349 ArgvVectorStorage = llvm::toStringRefArray(Environment.data());
412 // We don't support set a new environment when calling into ExecuteCC1Tool()
414 "The CC1Command doesn't support changing the environment vars!");
Job.cpp 298 Environment.reserve(NewEnvironment.size() + 1);
299 Environment.assign(NewEnvironment.begin(), NewEnvironment.end());
300 Environment.push_back(nullptr);
346 if (!Environment.empty()) {
347 assert(Environment.back() == nullptr &&
348 "Environment vector should be null-terminated by now");
349 ArgvVectorStorage = llvm::toStringRefArray(Environment.data());
412 // We don't support set a new environment when calling into ExecuteCC1Tool()
414 "The CC1Command doesn't support changing the environment vars!");
  /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...]
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...]
  /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...]

Completed in 63 milliseconds

1 2 3 4 5 6 7 8 9