/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | Environment.cpp | 37 Environment::Environment(const char *const *Env) { in Environment() function in Environment
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Environment.h | 64 Environment(BindingsTy eb) : ExprBindings(eb) {} in Environment() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnalyzer.cpp | 79 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 D | DataflowAnalysis.h | 168 transferBranchInternal(Rank1,Analysis & A,bool,const Stmt *,TypeErasedLattice &,Environment &) transferBranchInternal() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Job.h | 145 std::vector<const char *> Environment; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Darwin.h | 366 setTarget(DarwinPlatformKind Platform,DarwinEnvironmentKind Environment,unsigned Major,unsigned Minor,unsigned Micro,VersionTuple NativeTargetVersion) setTarget() argument
|
H A D | Darwin.cpp | 1832 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 D | MSVC.cpp | 322 std::vector<const char *> Environment; ConstructJob() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 373 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 D | Triple.cpp | 1019 EnvironmentType Environment = UnknownEnvironment; normalize() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCContext.h | 82 enum Environment { global() enum
|
/freebsd-src/contrib/googletest/docs/reference/ |
H A D | testing.md | 424 Protected Methods {#Environment-protected}Testing Reference""Classes and types""Environment {#Environment} global() argument [all...] |
/freebsd-src/contrib/googletest/googletest/test/ |
H A D | googletest-param-test-test.cc | 675 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment; typedef in TestGenerationTest
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 82 class Environment; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 4228 enum { OS, Environment }; ParseLangArgs() enumerator
|
/freebsd-src/contrib/bsnmp/tests/ |
H A D | catch.hpp | 6603 struct Environment { struct 6604 using clock_type = Clock; 6605 EnvironmentEstimate<FloatDuration<Clock>> clock_resolution; 6606 EnvironmentEstimate<FloatDuration<Clock>> clock_cost;
|