| /freebsd-14.2/sys/contrib/dev/acpica/components/utilities/ |
| H A D | uttrack.c | 183 UINT32 Component, 190 UINT32 Component, 250 UINT32 Component, in AcpiUtAllocateAndTrack() argument 319 UINT32 Component, in AcpiUtAllocateZeroedAndTrack() argument 348 ACPI_MEM_CALLOC, Component, Module, Line); in AcpiUtAllocateZeroedAndTrack() 388 UINT32 Component, in AcpiUtFreeAndTrack() argument 516 UINT32 Component, in AcpiUtTrackAllocation() argument 557 Allocation->Component = Component; in AcpiUtTrackAllocation() 617 UINT32 Component, in AcpiUtRemoveAllocation() argument 753 UINT32 Component, in AcpiUtDumpAllocations() argument [all …]
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | acoutput.h | 406 #define ACPI_IS_DEBUG_ENABLED(Level, Component) \ argument 407 ((Level & AcpiDbgLevel) && (Component & AcpiDbgLayer)) 441 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \ argument 443 if (ACPI_IS_DEBUG_ENABLED (Level, Component)) \ 445 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \ 449 #define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \ argument 451 Filename, Modulename, Component, __VA_ARGS__) 453 #define ACPI_ACTUAL_DEBUG_RAW(Level, Line, Filename, Modulename, Component, ...) \ argument 455 Filename, Modulename, Component, __VA_ARGS__) 598 #define ACPI_IS_DEBUG_ENABLED(Level, Component) 0 argument
|
| H A D | acutils.h | 1158 UINT32 Component, 1165 UINT32 Component, 1172 UINT32 Component, 1182 UINT32 Component,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RecursiveSymbolVisitor.h | 74 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr() local 75 if (Component.getKind() == OffsetOfNode::Field) { in VisitOffsetOfExpr() 76 if (!visit(Component.getField(), Component.getEndLoc())) in VisitOffsetOfExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Path.cpp | 248 Position += Component.size(); in operator ++() 252 Component = StringRef(); in operator ++() 258 bool was_net = Component.size() > 2 && is_separator(Component[0], S) && in operator ++() 259 Component[1] == Component[0] && !is_separator(Component[2], S); in operator ++() 267 Component = Path.substr(Position, 1); in operator ++() 279 Component = "."; in operator ++() 286 Component = Path.slice(Position, end_pos); in operator ++() 311 I.Component = Path.substr(0, 0); in rend() 330 Component = "."; in operator ++() 336 Component = Path.slice(start_pos, end_pos); in operator ++() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Path.h | 77 StringRef Component; ///< The current component. Not necessarily in Path. variable 86 reference operator*() const { return Component; } 103 StringRef Component; ///< The current component. Not necessarily in Path. variable 111 reference operator*() const { return Component; }
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/sound/ |
| H A D | name-prefix.yaml | 7 title: Component sound name prefix 17 audio components as list of string pair. Component using the same
|
| H A D | component-common.yaml | 7 title: Audio Component Common Properties 17 audio components as list of string pair. Component using the same
|
| H A D | test-component.yaml | 7 title: Test Component
|
| H A D | name-prefix.txt | 4 audio components as list of string pair. Component using the same
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageReport.cpp | 131 for (const auto &Component : in getNumRedundantPathComponents() local 135 if (Component.index() >= NumRedundant) in getNumRedundantPathComponents() 140 if (FirstPathComponents[Component.index()] != Component.value()) { in getNumRedundantPathComponents() 141 NumRedundant = Component.index(); in getNumRedundantPathComponents() 159 auto Component = sys::path::begin(Paths[0]); in getRedundantPrefixLen() local 161 auto LastComponent = Component; in getRedundantPrefixLen() 162 ++Component; in getRedundantPrefixLen() 163 PrefixLen += Component - LastComponent; in getRedundantPrefixLen()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | MipsLinux.cpp | 122 StringRef Component, in getCompilerRT() argument 140 Path, Twine("libclang_rt." + Component + "-" + "mips" + Suffix)); in getCompilerRT()
|
| H A D | OpenBSD.cpp | 369 std::string OpenBSD::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() argument 371 if (Component == "builtins") { in getCompilerRT() 379 buildCompilerRTBasename(Args, Component, Type, /*AddArch=*/false); in getCompilerRT() 384 return ToolChain::getCompilerRT(Args, Component, Type); in getCompilerRT()
|
| H A D | MipsLinux.h | 41 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.td | 46 string Component = ""; 79 /// Component is specified by the file with a big let directive. 80 string Component = ?;
|
| H A D | DiagnosticCrossTUKinds.td | 9 let Component = "CrossTU" in {
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 1171 switch (Component.getKind()) { in ComputeThisAdjustments() 1175 MD = Component.getFunctionDecl(); in ComputeThisAdjustments() 1178 MD = Component.getDestructorDecl(); in ComputeThisAdjustments() 1928 const VTableComponent &Component = Components[I]; in dumpLayout() local 1931 switch (Component.getKind()) { in dumpLayout() 1935 << Component.getVCallOffset().getQuantity() in dumpLayout() 1941 << Component.getVBaseOffset().getQuantity() in dumpLayout() 1947 << Component.getOffsetToTop().getQuantity() in dumpLayout() 3161 const VTableComponent &Component = Components[I]; in dumpLayout() local 3164 switch (Component.getKind()) { in dumpLayout() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNVOPDUtils.cpp | 83 const MachineOperand &Src0 = MI.getOperand(VOPD::Component::SRC0); in checkVOPDRegConstraints() 90 if (!TII.isInlineConstant(MI, VOPD::Component::SRC0)) in checkVOPDRegConstraints()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 543 enum Component : unsigned { enum 594 assert(CompSrcIdx < Component::MAX_SRC_NUM); in hasRegSrcOperand() 603 assert(CompSrcIdx < Component::MAX_SRC_NUM); in hasMandatoryLiteralAt() 604 return MandatoryLiteralIdx == Component::DST_NUM + CompSrcIdx; in hasMandatoryLiteralAt() 686 assert(CompSrcIdx < Component::MAX_SRC_NUM); in getIndexOfSrcInMCOperands() 697 assert(CompSrcIdx < Component::MAX_SRC_NUM); in getIndexOfSrcInParsedOperands() 733 using RegIndices = std::array<unsigned, Component::MAX_OPR_NUM>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 469 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr() local 470 if (Component.getKind() == OffsetOfNode::Field) in VisitOffsetOfExpr() 471 IndexCtx.handleReference(Component.getField(), Component.getEndLoc(), in VisitOffsetOfExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 211 StringRef Component, 501 StringRef Component, 505 getCompilerRTArgString(const llvm::opt::ArgList &Args, StringRef Component, 509 StringRef Component,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Sarif.cpp | 89 for (StringRef Component : llvm::make_range(++Iter, End)) { in fileNameToURI() local 93 if (Component == "\\") in fileNameToURI() 101 for (char C : Component) { in fileNameToURI()
|
| /freebsd-14.2/contrib/ntp/html/hints/ |
| H A D | aix | 66 > Component Name: AIX V3 FOR RS/6 68 > Component ID: 575603001
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 613 StringRef Component, in getCompilerRTBasename() argument 615 std::string CRTAbsolutePath = getCompilerRT(Args, Component, Type); in getCompilerRTBasename() 620 StringRef Component, in buildCompilerRTBasename() argument 650 return (Prefix + Twine("clang_rt.") + Component + ArchAndEnv + Suffix).str(); in buildCompilerRTBasename() 653 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() argument 657 buildCompilerRTBasename(Args, Component, Type, /*AddArch=*/false); in getCompilerRT() 668 buildCompilerRTBasename(Args, Component, Type, /*AddArch=*/true); in getCompilerRT() 675 StringRef Component, in getCompilerRTArgString() argument 677 return Args.MakeArgString(getCompilerRT(Args, Component, Type)); in getCompilerRTArgString()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 1868 auto IsSep = [Separator](StringRef Component) { in trySimplifyPath() argument 1869 return Component.size() == 1 && in trySimplifyPath() 1875 for (auto &Component : llvm::reverse(Components)) { in trySimplifyPath() local 1876 if ("." == Component) { in trySimplifyPath() 1877 } else if (".." == Component) { in trySimplifyPath() 1882 if (!IsSep(Component) && !IsSep(*RealPathComponentIter) && in trySimplifyPath() 1883 Component != *RealPathComponentIter) { in trySimplifyPath() 1891 Component = *RealPathComponentIter; in trySimplifyPath() 2471 for (auto Component : Components) { in HandleHeaderIncludeOrImport() local 2483 if (!(Component.size() == 1 && IsSep(Component[0]))) in HandleHeaderIncludeOrImport() [all …]
|