Searched defs:Env (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp30 ExecuteAndWait(StringRef Program, ArrayRef<StringRef> Args, Optional<ArrayRef<StringRef>> Env, ArrayRef<Optional<StringRef>> Redirects, unsigned SecondsToWait, unsigned MemoryLimit, std::string *ErrMsg, bool *ExecutionFailed) argument
51 ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args, Optional<ArrayRef<StringRef>> Env, ArrayRef<Optional<StringRef>> Redirects, unsigned MemoryLimit, std::string *ErrMsg, bool *ExecutionFailed) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DEnvironment.cpp28 Environment::Envp::Envp(const Environment &Env) { argument
37 Environment::Environment(const char *const *Env) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEnvironment.h61 Environment(char *const *Env) argument
87 static void format(const lldb_private::Environment &Env, raw_ostream &Stream, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp51 TokenAnalyzer::TokenAnalyzer(const Environment &Env, const FormatStyle &Style) argument
[all...]
H A DTokenAnalyzer.h98 const Environment &Env; member in class:clang::format::TokenAnalyzer
H A DUsingDeclarationsSorter.cpp180 UsingDeclarationsSorter::UsingDeclarationsSorter(const Environment &Env, argument
H A DSortJavaScriptImports.cpp121 JavaScriptImportSorter(const Environment &Env, const FormatStyle &Style) argument
H A DFormat.cpp1258 JavaScriptRequoter(const Environment &Env, const FormatStyle &Style) argument
1345 Formatter(const Environment &Env, const FormatStyle &Style, argument
1469 Cleaner(const Environment &Env, const FormatStyle &Style) argument
1694 ObjCHeaderStyleGuesser(const Environment &Env, const FormatStyle &Style) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp128 Environment EnvironmentManager::bindExpr(Environment Env, argument
170 EnvironmentManager::removeDeadBindings(Environment Env, argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling.cpp375 const char *Env = GetEnv("XRAY_PROFILING_OPTIONS"); variable
H A Dxray_basic_logging.cpp489 auto *Env = GetEnv("XRAY_BASIC_OPTIONS"); variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp359 Optional<ArrayRef<StringRef>> Env; local
H A DToolChain.cpp91 void ToolChain::setTripleEnvironment(llvm::Triple::EnvironmentType Env) { argument
422 const char *Env = TT.isAndroid() ? "-android" : ""; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp288 GlobalEnv Env; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp75 StringRef Env = Target.getTriple().getEnvironmentName(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h85 Environment Env; // Maps a Stmt to its current SVal. member in class:clang::ento::ProgramState
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp1473 bool isBoundThroughLazyCompoundVal(const Environment &Env, argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h404 Environment Env; member in class:llvm::MCObjectFileInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h523 EnvironmentType Env = getEnvironment(); local
667 unsigned Env[3]; local
[all...]

Completed in 381 milliseconds