Searched defs:Environment (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DEnvironment.cpp37 Environment::Environment(const char *const *Env) { function in class:Environment
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h56 class Environment { class in namespace:clang::ento
64 Environment(BindingsTy eb) : ExprBindings(eb) {} function in class:clang::ento::Environment
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEnvironment.h18 class Environment : private llvm::StringMap<std::string> { class in namespace:lldb_private
59 Environment() {} function in class:lldb_private::Environment
60 Environment(const Environment &RHS) : Base(static_cast<const Base&>(RHS)) {} function in class:lldb_private::Environment
61 Environment(Environment &&RHS) : Base(std::move(RHS)) {} function in class:lldb_private::Environment
62 Environment(cha function in class:lldb_private::Environment
[all...]
H A DArgs.h
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.h37 class Environment { class in namespace:clang::format
H A DTokenAnalyzer.cpp79 Environment::Environment(StringRef Code, StringRef FileName, function in class:clang::format::Environment
/freebsd-current/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h145 std::vector<const char *> Environment; member in class:clang::driver::Command
/freebsd-current/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1019 EnvironmentType Environment = UnknownEnvironment; local
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h54 class Environment { class in namespace:clang::dataflow
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h366 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, argument
H A DMSVC.cpp322 std::vector<const char *> Environment; local
H A DDarwin.cpp1832 DarwinEnvironmentKind Environment member in struct:__anon584::DarwinPlatform
1752 createFromMTargetOS(llvm::Triple::OSType OS, VersionTuple OSVersion, llvm::Triple::EnvironmentType Environment, Arg *A, const std::optional<DarwinSDKInfo> &SDKInfo) argument
2368 DarwinEnvironmentKind Environment = OSTarget->getEnvironment(); local
3194 getPlatformName(Darwin::DarwinPlatformKind Platform, Darwin::DarwinEnvironmentKind Environment) argument
3285 Darwin::DarwinEnvironmentKind Environment; local
[all...]
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc675 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment; typedef in class:TestGenerationTest
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp373 Environment::Environment(DataflowAnalysisContext &DACtx) function in class:clang::dataflow::Environment
377 Environment::Environment(DataflowAnalysisContext &DACtx, function in class:clang::dataflow::Environment
[all...]
/freebsd-current/contrib/googletest/googletest/include/gtest/
H A Dgtest.h894 class Environment { class in namespace:testing
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h82 enum Environment { enum in class:llvm::MCContext

Completed in 173 milliseconds