Home
last modified time | relevance | path

Searched defs:Environment (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DEnvironment.h35 friend class Environment; variable
59 Environment() {} in Environment() function
60 Environment(const Environment &RHS) : Base(static_cast<const Base&>(RHS)) {} in Environment() function
61 Environment(Environment &&RHS) : Base(std::move(RHS)) {} in Environment() function
62 Environment(char *const *Env) in Environment() function
H A DArgs.h78 explicit operator Environment() const { return GetConstArgumentVector(); } in Environment() function
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DEnvironment.cpp37 Environment::Environment(const char *const *Env) { in Environment() function in Environment
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h64 Environment(BindingsTy eb) : ExprBindings(eb) {} in Environment() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp217 Environment::Environment(DataflowAnalysisContext &DACtx) in Environment() function in clang::dataflow::Environment
220 Environment::Environment(const Environment &Other) in Environment() function in clang::dataflow::Environment
234 Environment::Environment(DataflowAnalysisContext &DACtx, in Environment() function in clang::dataflow::Environment
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnalyzer.cpp79 Environment::Environment(StringRef Code, StringRef FileName, in Environment() function in clang::format::Environment
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h169 TypeErasedLattice &, Environment &) {} in transferBranchInternal() argument
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DJob.h142 std::vector<const char *> Environment; variable
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.h367 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, in setTarget()
H A DDarwin.cpp1743 DarwinEnvironmentKind Environment = DarwinEnvironmentKind::NativeEnvironment; member
2261 DarwinEnvironmentKind Environment = OSTarget->getEnvironment(); in AddDeploymentTarget() local
3032 Darwin::DarwinEnvironmentKind Environment) { in getPlatformName()
3120 Darwin::DarwinEnvironmentKind Environment; in addPlatformVersionArgs() local
H A DMSVC.cpp302 std::vector<const char *> Environment; in ConstructJob() local
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp983 EnvironmentType Environment = UnknownEnvironment; in normalize() local
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h82 enum Environment { enum
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h85 class Environment; variable
/openbsd-src/gnu/llvm/llvm/docs/
H A DLangRef.rst3297 .. _fastmath: