| /freebsd/sys/contrib/dev/acpica/components/utilities/ |
| H A D | uttrack.c | 250 UINT32 Component, in AcpiUtAllocateAndTrack() 319 UINT32 Component, in AcpiUtAllocateZeroedAndTrack() 388 UINT32 Component, in AcpiUtFreeAndTrack() 516 UINT32 Component, in AcpiUtTrackAllocation() 617 UINT32 Component, in AcpiUtRemoveAllocation() 753 UINT32 Component, in AcpiUtDumpAllocations()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Path.h | 78 StringRef Component; ///< The current component. Not necessarily in Path. variable 104 StringRef Component; ///< The current component. Not necessarily in Path. variable
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | MipsLinux.cpp | 119 StringRef Component, FileType Type, in getCompilerRT()
|
| H A D | AVR.cpp | 495 StringRef Component, in getCompilerRT()
|
| H A D | OpenBSD.cpp | 364 std::string OpenBSD::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT()
|
| H A D | OHOS.cpp | 340 std::string OHOS::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT()
|
| H A D | Darwin.cpp | 1315 StringRef Component, RuntimeLinkOptions Opts, in AddLinkRuntimeLib() 1347 std::string MachO::getCompilerRT(const ArgList &, StringRef Component, in getCompilerRT() 1366 std::string Darwin::getCompilerRT(const ArgList &, StringRef Component, in getCompilerRT()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acoutput.h | 411 #define ACPI_IS_DEBUG_ENABLED(Level, Component) \ argument 446 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \ argument 454 #define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \ argument 458 #define ACPI_ACTUAL_DEBUG_RAW(Level, Line, Filename, Modulename, Component, ...) \ argument 603 #define ACPI_IS_DEBUG_ENABLED(Level, Component) 0 argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RecursiveSymbolVisitor.h | 74 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr() local
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseHLSL.cpp | 229 unsigned Component = 0; in ParseHLSLAnnotations() local
|
| /freebsd/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsdump.c | 275 UINT32 Component) in AcpiNsDumpPathname()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageReport.cpp | 148 for (const auto &Component : in getNumRedundantPathComponents() local 176 auto Component = sys::path::begin(Paths[0]); in getRedundantPrefixLen() local
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 720 StringRef Component, in getCompilerRTBasename() 727 StringRef Component, in buildCompilerRTBasename() 765 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() 795 StringRef Component, in getCompilerRTArgString()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Sarif.cpp | 87 for (StringRef Component : llvm::make_range(++Iter, End)) { in fileNameToURI() local
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 1533 const std::string &Component) { in EmitClangDiagsCompatIDs() 1574 const std::string &Component) { in EmitClangDiagsInterface() 1628 const std::string &Component) { in EmitClangDiagsEnums() 1678 const std::string &Component) { in EmitClangDiagsDefs()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaSwift.cpp | 79 return all_of(ContextNameComponents, [&](StringRef Component) { in isValidSwiftContextName()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 1970 auto IsSep = [Separator](StringRef Component) { in trySimplifyPath() 1977 for (auto &Component : llvm::reverse(Components)) { in trySimplifyPath() local 2581 for (auto Component : Components) { in HandleHeaderIncludeOrImport() local
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 474 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 1198 const VTableComponent &Component = Components[TI.first]; in ComputeThisAdjustments() local 1992 const VTableComponent &Component = Components[I]; in dumpLayout() local 3256 const VTableComponent &Component = Components[I]; in dumpLayout() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 397 for (const StringRef &Component : Components) { in init() local 434 for (const StringRef &Component : Components) { in get() local 455 llvm::erase_if(Components, [&](StringRef Component) { in get()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 1024 unsigned *Component, const char *ComponentName) { in parseOptionalTrailingVersionComponent()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 657 enum Component : unsigned { enum
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.cpp | 129 uint32_t Component; member 1873 uint32_t Component = in generateImageSizeQueryInst() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 169 static bool isTraversalComponent(StringRef Component) { in isTraversalComponent()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 222 auto &Component = Components.back(); in FindSCC() local
|