Searched refs:Env (Results 26 - 39 of 39) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1536 JavaScriptRequoter(const Environment &Env, const FormatStyle &Style) argument
1537 : TokenAnalyzer(Env, Style) {}
1576 Env.getSourceManager(), Start, Length, ReplacementText));
1623 Formatter(const Environment &Env, const FormatStyle &Style, argument
1625 : TokenAnalyzer(Env, Style), Status(Status) {}
1640 Env.getSourceManager(), Style,
1643 Env.getSourceManager().getBufferData(Env.getFileID()),
1647 Env.getSourceManager(), Whitespaces, Encoding,
1651 Tokens.getKeywords(), Env
1756 TrailingCommaInserter(const Environment &Env, const FormatStyle &Style) argument
1816 Cleaner(const Environment &Env, const FormatStyle &Style) argument
2041 ObjCHeaderStyleGuesser(const Environment &Env, const FormatStyle &Style) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dcollect_and_build_with_pgo.py127 class Env: class in inherits:
392 env = Env(
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp91 void ToolChain::setTripleEnvironment(llvm::Triple::EnvironmentType Env) { argument
92 Triple.setEnvironment(Env);
94 EffectiveTriple.setEnvironment(Env);
454 const char *Env = TT.isAndroid() ? "-android" : ""; local
455 ArchAndEnv = ("-" + Arch + Env).str();
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_linux.cc524 for (char **Env = ::environ; *Env != 0; Env++) {
525 if (internal_strncmp(*Env, name, NameLen) == 0 && (*Env)[NameLen] == '=')
526 return (*Env) + NameLen + 1;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cc552 for (char **Env = ::environ; *Env != 0; Env++) {
553 if (internal_strncmp(*Env, name, NameLen) == 0 && (*Env)[NameLen] == '=')
554 return (*Env) + NameLen + 1;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cpp552 for (char **Env = ::environ; *Env != 0; Env++) {
553 if (internal_strncmp(*Env, name, NameLen) == 0 && (*Env)[NameLen] == '=')
554 return (*Env) + NameLen + 1;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp70 StringRef Env = Target.getTriple().getEnvironmentName(); local
74 Env == Feature)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h80 Environment Env; member in class:llvm::MCContext
404 Environment getObjectFileType() const { return Env; }
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp166 bool isBoundThroughLazyCompoundVal(const Environment &Env,
822 bool isBoundThroughLazyCompoundVal(const Environment &Env, argument
824 for (const auto &Binding : Env) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h180 void setTripleEnvironment(llvm::Triple::EnvironmentType Env);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc1457 for (auto *Env : EnvironmentVariables) {
1458 if (getTempDirEnvVar(Env, Res))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp1452 llvm::Triple Env(EnvName);
1453 return TI.getTriple().getEnvironment() == Env.getEnvironment();
/netbsd-current/sys/external/bsd/acpica/dist/tools/examples/
H A Dextables.c470 64-bit Wake Env Required (V2) : 0
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1604 if (char *Env = ::getenv(I.value()))
1605 Targets[I.index()] = Env;

Completed in 209 milliseconds

12