| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | Environment.h | 35 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 D | Args.h | 78 explicit operator Environment() const { return GetConstArgumentVector(); } in Environment() function
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | Environment.cpp | 37 Environment::Environment(const char *const *Env) { in Environment() function in Environment
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Environment.h | 64 Environment(BindingsTy eb) : ExprBindings(eb) {} in Environment() function
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowEnvironment.cpp | 217 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 D | TokenAnalyzer.cpp | 79 Environment::Environment(StringRef Code, StringRef FileName, in Environment() function in clang::format::Environment
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | DataflowAnalysis.h | 169 TypeErasedLattice &, Environment &) {} in transferBranchInternal() argument
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Job.h | 142 std::vector<const char *> Environment; variable
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.h | 367 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, in setTarget()
|
| H A D | Darwin.cpp | 1743 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 D | MSVC.cpp | 302 std::vector<const char *> Environment; in ConstructJob() local
|
| /openbsd-src/gnu/llvm/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 983 EnvironmentType Environment = UnknownEnvironment; in normalize() local
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 82 enum Environment { enum
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 85 class Environment; variable
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | LangRef.rst | 3297 .. _fastmath:
|