Home
last modified time | relevance | path

Searched defs:Env (Results 1 – 25 of 28) sorted by relevance

12

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DProgram.cpp33 Optional<ArrayRef<StringRef>> Env, in ExecuteAndWait()
58 Optional<ArrayRef<StringRef>> Env, in ExecuteNoWait()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp136 Environment EnvironmentManager::bindExpr(Environment Env, in bindExpr()
178 EnvironmentManager::removeDeadBindings(Environment Env, in removeDeadBindings()
/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnalyzer.h98 const Environment &Env; variable
H A DFormat.cpp1536 JavaScriptRequoter(const Environment &Env, const FormatStyle &Style) in JavaScriptRequoter()
1623 Formatter(const Environment &Env, const FormatStyle &Style, in Formatter()
1756 TrailingCommaInserter(const Environment &Env, const FormatStyle &Style) in TrailingCommaInserter()
1816 Cleaner(const Environment &Env, const FormatStyle &Style) in Cleaner()
2790 Passes.emplace_back([&](const Environment &Env) { in reformat()
2795 Passes.emplace_back([&](const Environment &Env) { in reformat()
2802 Passes.emplace_back([&](const Environment &Env) { in reformat()
2806 Passes.emplace_back([&](const Environment &Env) { in reformat()
2812 Passes.emplace_back([&](const Environment &Env) { in reformat()
2816 auto Env = in reformat() local
[all …]
H A DTokenAnalyzer.cpp51 TokenAnalyzer::TokenAnalyzer(const Environment &Env, const FormatStyle &Style) in TokenAnalyzer()
H A DUsingDeclarationsSorter.cpp180 UsingDeclarationsSorter::UsingDeclarationsSorter(const Environment &Env, in UsingDeclarationsSorter()
H A DNamespaceEndCommentsFixer.cpp196 NamespaceEndCommentsFixer::NamespaceEndCommentsFixer(const Environment &Env, in NamespaceEndCommentsFixer()
H A DSortJavaScriptImports.cpp131 JavaScriptImportSorter(const Environment &Env, const FormatStyle &Style) in JavaScriptImportSorter()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp48 while (auto Env = Envs->getNext()) { in getSourceFileFullPath() local
/netbsd/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerIOPosix.cpp123 if (auto Env = getenv("TMPDIR")) in TmpDir() local
/netbsd/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profiling.cc376 const char *Env = GetEnv("XRAY_PROFILING_OPTIONS"); in profilingLoggingInit() local
H A Dxray_basic_logging.cc490 auto *Env = GetEnv("XRAY_BASIC_OPTIONS"); in basicLogDynamicInitializer() local
/netbsd/external/apache2/llvm/dist/llvm/utils/
H A Dcollect_and_build_with_pgo.py127 class Env: class
/netbsd/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp82 StringRef Env = Saver.save(*EnvOpt); in getSearchPaths() local
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp91 void ToolChain::setTripleEnvironment(llvm::Triple::EnvironmentType Env) { in setTripleEnvironment()
454 const char *Env = TT.isAndroid() ? "-android" : ""; in buildCompilerRTBasename() local
H A DJob.cpp344 Optional<ArrayRef<StringRef>> Env; in Execute() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h531 EnvironmentType Env = getEnvironment(); in isGNUEnvironment() local
678 unsigned Env[3]; in isAndroidVersionLT() local
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp70 StringRef Env = Target.getTriple().getEnvironmentName(); in isPlatformEnvironment() local
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_fuchsia.cc460 for (char **Env = StoredEnviron; *Env != 0; Env++) { in GetEnv() local
H A Dsanitizer_linux.cc552 for (char **Env = ::environ; *Env != 0; Env++) { in GetEnv() local
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cc462 for (char **Env = StoredEnviron; *Env != 0; Env++) { in GetEnv() local
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_fuchsia.cc460 for (char **Env = StoredEnviron; *Env != 0; Env++) { in GetEnv() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h85 Environment Env; // Maps a Stmt to its current SVal. variable
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp822 bool isBoundThroughLazyCompoundVal(const Environment &Env, in isBoundThroughLazyCompoundVal()
/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp1452 llvm::Triple Env(EnvName); in isTargetEnvironment() local

12