Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DEnvironment.cpp37 Environment::Environment(const char *const *Env) { in Environment() function in Environment
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h64 Environment(BindingsTy eb) : ExprBindings(eb) {} in Environment() function
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp79 Environment::Environment(StringRef Code, StringRef FileName, in Environment() function in clang::format::Environment
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h168 transferBranchInternal(Rank1,Analysis & A,bool,const Stmt *,TypeErasedLattice &,Environment &) transferBranchInternal() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h145 std::vector<const char *> Environment; variable
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h366 setTarget(DarwinPlatformKind Platform,DarwinEnvironmentKind Environment,unsigned Major,unsigned Minor,unsigned Micro,VersionTuple NativeTargetVersion) setTarget() argument
H A DDarwin.cpp1832 DarwinEnvironmentKind Environment = DarwinEnvironmentKind::NativeEnvironment; global() member
2368 DarwinEnvironmentKind Environment = OSTarget->getEnvironment(); AddDeploymentTarget() local
3195 getPlatformName(Darwin::DarwinPlatformKind Platform,Darwin::DarwinEnvironmentKind Environment) getPlatformName() argument
3285 Darwin::DarwinEnvironmentKind Environment; addPlatformVersionArgs() local
[all...]
H A DMSVC.cpp322 std::vector<const char *> Environment; ConstructJob() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp373 Environment::Environment(DataflowAnalysisContext &DACtx) Environment() function in clang::dataflow::Environment
377 Environment::Environment(DataflowAnalysisContext &DACtx, Environment() function in clang::dataflow::Environment
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1019 EnvironmentType Environment = UnknownEnvironment; normalize() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h82 enum Environment { global() enum
/freebsd-src/contrib/googletest/docs/reference/
H A Dtesting.md424 Protected Methods {#Environment-protected}Testing Reference""Classes and types""Environment {#Environment} global() argument
[all...]
/freebsd-src/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc675 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment; typedef in TestGenerationTest
/freebsd-src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h82 class Environment; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4228 enum { OS, Environment }; ParseLangArgs() enumerator
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp6603 struct Environment { struct
6604 using clock_type = Clock;
6605 EnvironmentEstimate<FloatDuration<Clock>> clock_resolution;
6606 EnvironmentEstimate<FloatDuration<Clock>> clock_cost;