Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h161 explicit Environment(DataflowAnalysisContext &DACtx) in Environment() function
167 Environment(DataflowAnalysisContext &DACtx, Stmt &S) : Environment(DACtx) { in Environment() function
178 Environment(DataflowAnalysisContext &DACtx, const FunctionDecl &FD) in Environment() function
H A DDataflowAnalysis.h167 TypeErasedLattice &, Environment &) {} in transferBranchInternal() argument
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DEnvironment.cpp37 Environment::Environment(const char *const *Env) { in Environment() function in Environment
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h64 Environment(BindingsTy eb) : ExprBindings(eb) {} in Environment() function
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp79 Environment::Environment(StringRef Code, StringRef FileName, in Environment() function in clang::format::Environment
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h145 std::vector<const char *> Environment; variable
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h379 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, in setTarget()
H A DDarwin.cpp1861 DarwinEnvironmentKind Environment = DarwinEnvironmentKind::NativeEnvironment; member
2399 DarwinEnvironmentKind Environment = OSTarget->getEnvironment(); in AddDeploymentTarget() local
3290 Darwin::DarwinEnvironmentKind Environment) { in getPlatformName()
3380 Darwin::DarwinEnvironmentKind Environment; in addPlatformVersionArgs() local
H A DMSVC.cpp327 std::vector<const char *> Environment; in ConstructJob() local
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1123 EnvironmentType Environment = UnknownEnvironment; in normalize() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp1069 IdentifierInfo *Environment = AA->getEnvironment(); in visitFullComment() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h89 enum Environment { enum
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp35 auto Environment = Context.getTargetInfo().getTriple().getEnvironment(); in hasMatchingEnvironmentOrNone() local
H A DSemaDeclAttr.cpp2079 int Priority, IdentifierInfo *Environment) { in mergeAvailabilityAttr()
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md443 #### Protected Methods {#Environment-protected}
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc675 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment; typedef in TestGenerationTest
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h84 class Environment; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4406 enum { OS, Environment }; in ParseLangArgs() enumerator
/freebsd/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;