Searched refs:HS (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-current/usr.bin/ruptime/
H A Druptime.c151 #define HS(a) ((const struct hs *)(a)) macro
158 strcmp(HS(a1)->hs_wd.wd_hostname, HS(a2)->hs_wd.wd_hostname));
165 if (ISDOWN(HS(a1)))
166 if (ISDOWN(HS(a2)))
170 else if (ISDOWN(HS(a2)))
174 (HS(a2)->hs_wd.wd_loadav[0] - HS(a1)->hs_wd.wd_loadav[0]));
281 if (ISDOWN(HS(a1)))
282 if (ISDOWN(HS(a
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h33 HS, // Carry set >, ==, or unordered enumerator in enum:llvm::ARMCC::CondCodes
53 case HS: return LO;
54 case LO: return HS;
76 case ARMCC::HS: return ARMCC::LS;
79 case ARMCC::LS: return ARMCC::HS;
150 case ARMCC::HS: return "hs";
171 .Case("hs", ARMCC::HS)
172 .Case("cs", ARMCC::HS)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h31 HS = 0x6, enumerator in enum:llvm::ARCCC::CondCode
H A DARCInstPrinter.cpp64 case ARCCC::HS:
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatProviders.h133 HexPrintStyle HS;
135 if (consumeHexStyle(Style, HS)) {
136 Digits = consumeNumHexDigits(Style, HS, 0);
137 write_hex(Stream, V, HS, Digits);
182 HexPrintStyle HS = HexPrintStyle::PrefixUpper;
183 consumeHexStyle(Style, HS);
184 size_t Digits = consumeNumHexDigits(Style, HS, sizeof(void *) * 2);
185 write_hex(Stream, reinterpret_cast<std::uintptr_t>(V), HS, Digits);
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp81 auto HS = Pdb.safelyCreateIndexedStream(Header->HashStreamIndex); local
82 if (!HS) {
83 consumeError(HS.takeError());
87 BinaryStreamReader HSR(**HS);
112 HashStream = std::move(*HS);
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h178 : HS(Other.HS), Idx(Other.Idx) {}
185 return HS == RHS.HS && Idx == RHS.Idx;
196 return HS->SearchDirs[Idx];
200 SearchDirIteratorImpl(std::nullptr_t) : HS(nullptr), Idx(0) {}
203 explicit operator bool() const { return HS != nullptr; }
207 Qualified<IsConst, HeaderSearch> *HS; member in struct:clang::detail::SearchDirIteratorImpl
213 SearchDirIteratorImpl(Qualified<IsConst, HeaderSearch> &HS, size_t Idx) argument
214 : HS(
[all...]
H A DDirectoryLookup.h159 /// \param HS The header search instance to search with.
188 LookupFile(StringRef &Filename, HeaderSearch &HS, SourceLocation IncludeLoc,
198 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h246 HeaderSearch *HS; member in class:clang::serialization::reader::HeaderFileInfoTrait
265 HeaderFileInfoTrait(ASTReader &Reader, ModuleFile &M, HeaderSearch *HS, argument
267 : Reader(Reader), M(M), HS(HS), FrameworkStrings(FrameworkStrings) {}
/freebsd-current/usr.bin/sed/
H A Dprocess.c59 static SPACE HS, PS, SS, YS; variable
64 #define hs HS.space
65 #define hsl HS.len
161 cspace(&HS, ps, psl, REPLACE);
164 cspace(&HS, "\n", 1, APPEND);
165 cspace(&HS, ps, psl, APPEND);
256 cspace(&HS, "", 0, REPLACE);
258 PS = HS;
260 HS = tspace;
371 cspace(&HS, "",
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc62 if (HandleSet *HS = IsOpenedHandlesInstance(Handle))
63 HS->Process = nullptr; // Just drop the *Process* handle.
87 HandleSet *HS = IsOpenedHandlesInstance(Handle);
88 if (!HS)
92 if (!HS->Process)
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp58 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot) argument
59 : Headers(HS), Verbose(verbose), IncludeSysroot(std::string(sysroot)),
543 void clang::ApplyHeaderSearchOptions(HeaderSearch &HS, argument
547 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpts.Sysroot);
569 if (auto Dir = HS.getFileMgr().getOptionalDirectoryRef(P))
570 HS.getModuleMap().setBuiltinIncludeDir(*Dir);
H A DHeaderSearch.cpp448 StringRef &Filename, HeaderSearch &HS, SourceLocation IncludeLoc,
473 return HS.getFileAndSuggestModule(
479 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
503 if (!HS.findUsableModuleForHeader(File, File.getFileEntry().getDir(),
520 if (auto Res = HS.getFileMgr().getOptionalFileRef(Dest, OpenFile)) {
528 HS.noteLookupUsage(HS.searchDirIdx(*this), IncludeLoc);
593 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
597 FileManager &FileMgr = HS.getFileMgr();
607 HS
447 LookupFile( StringRef &Filename, HeaderSearch &HS, SourceLocation IncludeLoc, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module *RequestingModule, ModuleMap::KnownHeader *SuggestedModule, bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName, bool OpenFile) const argument
592 DoFrameworkLookup( StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module *RequestingModule, ModuleMap::KnownHeader *SuggestedModule, bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound) const argument
1585 suggestModule(HeaderSearch &HS, FileEntryRef File, Module *RequestingModule, ModuleMap::KnownHeader *SuggestedModule) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h169 HS, enumerator in enum:llvm::NVPTX::PTXCmpMode::CmpMode
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCBranchFinalize.cpp75 // HS -- 101
88 case ARCCC::HS:
H A DARCInstrInfo.cpp111 return ARCCC::HS;
112 case ARCCC::HS:
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp286 StageInfo.HS.InputControlPointCount);
288 StageInfo.HS.OutputControlPointCount);
289 IO.mapRequired("TessellatorDomain", StageInfo.HS.TessellatorDomain);
291 StageInfo.HS.TessellatorOutputPrimitive);
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp451 HeaderSearch &HS = CI.getPreprocessor().getHeaderSearchInfo(); local
469 if (HS.loadModuleMapFile(*ModuleMap, IsSystem, ModuleMapID, &Offset,
477 if (HS.getModuleMap().canInferFrameworkModule(ModuleMap->getDir())) {
483 (void)HS.getModuleMap().inferFrameworkModule(*Dir, IsSystem, nullptr);
502 HeaderSearch &HS = CI.getPreprocessor().getHeaderSearchInfo(); local
503 Module *M = HS.lookupModule(CI.getLangOpts().CurrentModule, SourceLocation(),
829 HeaderSearch &HS = CI.getPreprocessor().getHeaderSearchInfo(); local
835 HS.LookupFile(FileName, SourceLocation(),
H A DCompilerInstance.cpp221 static void collectHeaderMaps(const HeaderSearch &HS, argument
224 HS.getHeaderMapFileNames(HeaderMapFileNames);
1786 HeaderSearch &HS) {
1798 const HeaderSearchOptions &HSOpts = HS.getHeaderSearchOpts();
1801 ModuleFilename = HS.getPrebuiltModuleFileName(ModuleName);
1803 ModuleFilename = HS.getPrebuiltImplicitModuleFileName(M);
1810 ModuleFilename = HS.getCachedModuleFileName(M);
1821 HeaderSearch &HS = PP->getHeaderSearchInfo(); local
1823 HS.lookupModule(ModuleName, ImportLoc, true, !IsInclusionDirective);
1828 selectModuleSource(M, ModuleName, ModuleFilename, BuiltModules, HS);
1783 selectModuleSource( Module *M, StringRef ModuleName, std::string &ModuleFilename, const std::map<std::string, std::string, std::less<>> &BuiltModules, HeaderSearch &HS) argument
[all...]
H A DVerifyDiagnosticConsumer.cpp750 HeaderSearch &HS = CurrentPreprocessor->getHeaderSearchInfo(); local
751 if (HS.findModuleForHeader(*FE))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h236 HullPSVInfo HS; member in union:llvm::dxbc::PipelinePSVInfo
255 HS.swapBytes();
366 uint8_t SigPatchConstOrPrimVectors; // Output for HS; Input for DS;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp310 clang::HeaderSearch &HS = local
332 auto dir = HS.getFileMgr().getOptionalDirectoryRef(
336 auto file = HS.lookupModuleMapFile(*dir, is_framework);
339 if (!HS.loadModuleMapFile(*file, is_system))
343 if (!HS.lookupModule(module.path.front().GetStringRef())) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp189 case NVPTX::PTXCmpMode::HS:
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h258 HS = 0x2, // Unsigned higher or same >, ==, or unordered enumerator in enum:llvm::AArch64CC::CondCode
287 case HS: return "hs";
321 case HS: return C; // C == 1
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1738 for (auto &HS : AdditionalHeaderSymbols)
1739 G.addDefinedSymbol(HeaderBlock, HS.Offset, HS.Name, HeaderBlock.getSize(),
1761 for (auto &HS : AdditionalHeaderSymbols)
1762 HeaderSymbolFlags[MOP.getExecutionSession().intern(HS.Name)] =

Completed in 363 milliseconds

12