Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDEnvironment.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
HDArgs.h78 explicit operator Environment() const { return GetConstArgumentVector(); } in Environment() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDEnvironment.cpp37 Environment::Environment(const char *const *Env) { in Environment() function in Environment
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
HDDataflowEnvironment.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
HDDataflowAnalysis.h167 TypeErasedLattice &, Environment &) {} in transferBranchInternal() argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDEnvironment.h64 Environment(BindingsTy eb) : ExprBindings(eb) {} in Environment() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDTokenAnalyzer.cpp79 Environment::Environment(StringRef Code, StringRef FileName, in Environment() function in clang::format::Environment
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDJob.h145 std::vector<const char *> Environment; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDDarwin.h379 void setTarget(DarwinPlatformKind Platform, DarwinEnvironmentKind Environment, in setTarget()
HDDarwin.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
HDMSVC.cpp327 std::vector<const char *> Environment; in ConstructJob() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TargetParser/
HDTriple.cpp1123 EnvironmentType Environment = UnknownEnvironment; in normalize() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDCommentToXML.cpp1069 IdentifierInfo *Environment = AA->getEnvironment(); in visitFullComment() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCContext.h89 enum Environment { enum
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaAvailability.cpp35 auto Environment = Context.getTargetInfo().getTriple().getEnvironment(); in hasMatchingEnvironmentOrNone() local
HDSemaDeclAttr.cpp2079 int Priority, IdentifierInfo *Environment) { in mergeAvailabilityAttr()
/freebsd-13-stable/contrib/googletest/docs/reference/
HDtesting.md443 #### Protected Methods {#Environment-protected}
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-forward.h84 class Environment; variable
/freebsd-13-stable/contrib/googletest/googletest/test/
HDgoogletest-param-test-test.cc675 typedef TestGenerationEnvironment<PARAMETER_COUNT> Environment; typedef in TestGenerationTest
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp4406 enum { OS, Environment }; in ParseLangArgs() enumerator
/freebsd-13-stable/contrib/bsnmp/tests/
HDcatch.hpp6603 struct Environment { struct
6604 using clock_type = Clock;
6605 EnvironmentEstimate<FloatDuration<Clock>> clock_resolution;
6606 EnvironmentEstimate<FloatDuration<Clock>> clock_cost;