| /freebsd/sys/contrib/dev/acpica/components/utilities/ |
| H A D | uttrack.c | 183 UINT32 Component, 190 UINT32 Component, 250 UINT32 Component, in AcpiUtAllocateAndTrack() argument 279 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line); in AcpiUtAllocateAndTrack() 319 UINT32 Component, in AcpiUtAllocateZeroedAndTrack() argument 348 ACPI_MEM_CALLOC, Component, Module, Line); in AcpiUtAllocateZeroedAndTrack() 388 UINT32 Component, in AcpiUtFreeAndTrack() argument 413 Status = AcpiUtRemoveAllocation (DebugBlock, Component, Module, Line); in AcpiUtFreeAndTrack() 516 UINT32 Component, in AcpiUtTrackAllocation() argument 557 Allocation->Component = Component; in AcpiUtTrackAllocation() [all …]
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acoutput.h | 411 #define ACPI_IS_DEBUG_ENABLED(Level, Component) \ argument 412 ((Level & AcpiDbgLevel) && (Component & AcpiDbgLayer)) 446 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \ argument 448 if (ACPI_IS_DEBUG_ENABLED (Level, Component)) \ 450 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \ 454 #define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \ argument 456 Filename, Modulename, Component, __VA_ARGS__) 458 #define ACPI_ACTUAL_DEBUG_RAW(Level, Line, Filename, Modulename, Component, ...) \ argument 460 Filename, Modulename, Component, __VA_ARGS__) 603 #define ACPI_IS_DEBUG_ENABLED(Level, Component) 0 argument
|
| H A D | acutils.h | 1160 UINT32 Component, 1167 UINT32 Component, 1174 UINT32 Component, 1184 UINT32 Component,
|
| /freebsd/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/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseHLSL.cpp | 229 unsigned Component = 0; in ParseHLSLAnnotations() local 252 Component = 0; in ParseHLSLAnnotations() 256 Component = 1; in ParseHLSLAnnotations() 260 Component = 2; in ParseHLSLAnnotations() 264 Component = 3; in ParseHLSLAnnotations() 279 Ctx, llvm::APInt(SizeTySize, Component), SizeTy, ComponentLoc)); in ParseHLSLAnnotations()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Path.cpp | 229 i.Component = find_first_component(path, style); in begin() 246 Position += Component.size(); in operator ++() 250 Component = StringRef(); in operator ++() 256 bool was_net = Component.size() > 2 && is_separator(Component[0], S) && in operator ++() 257 Component[1] == Component[0] && !is_separator(Component[2], S); in operator ++() 264 (is_style_windows(S) && Component.ends_with(":"))) { in operator ++() 265 Component = Path.substr(Position, 1); in operator ++() 275 if (Position == Path.size() && Component != "/") { in operator ++() 277 Component = "."; in operator ++() 284 Component = Path.slice(Position, end_pos); in operator ++() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Path.h | 78 StringRef Component; ///< The current component. Not necessarily in Path. variable 87 reference operator*() const { return Component; } 104 StringRef Component; ///< The current component. Not necessarily in Path. variable 112 reference operator*() const { return Component; }
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageReport.cpp | 148 for (const auto &Component : in getNumRedundantPathComponents() local 152 if (Component.index() >= NumRedundant) in getNumRedundantPathComponents() 157 if (FirstPathComponents[Component.index()] != Component.value()) { in getNumRedundantPathComponents() 158 NumRedundant = Component.index(); in getNumRedundantPathComponents() 176 auto Component = sys::path::begin(Paths[0]); in getRedundantPrefixLen() local 178 auto LastComponent = Component; in getRedundantPrefixLen() 179 ++Component; in getRedundantPrefixLen() 180 PrefixLen += Component - LastComponent; in getRedundantPrefixLen()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | TableGenBackends.h | 98 const std::string &Component); 100 llvm::raw_ostream &OS, const std::string &Component); 102 llvm::raw_ostream &OS, const std::string &Component); 108 const std::string &Component);
|
| H A D | ClangDiagnosticsEmitter.cpp | 1533 const std::string &Component) { in EmitClangDiagsCompatIDs() argument 1540 if (!Component.empty() && Component != DiagComponent) in EmitClangDiagsCompatIDs() 1574 const std::string &Component) { in EmitClangDiagsInterface() argument 1575 if (Component.empty()) in EmitClangDiagsInterface() 1578 std::string ComponentUpper = StringRef(Component).upper(); in EmitClangDiagsInterface() 1579 const char *Comp = Component.c_str(); in EmitClangDiagsInterface() 1628 const std::string &Component) { in EmitClangDiagsEnums() argument 1640 Component.empty() || Component == R.getValueAsString("Component"); in EmitClangDiagsEnums() 1678 const std::string &Component) { in EmitClangDiagsDefs() argument 1680 if (!Component.empty()) { in EmitClangDiagsDefs() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | MipsLinux.cpp | 119 StringRef Component, FileType Type, in getCompilerRT() argument 137 Path, Twine("libclang_rt." + Component + "-" + "mips" + Suffix)); in getCompilerRT()
|
| H A D | OpenBSD.cpp | 364 std::string OpenBSD::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() argument 366 if (Component == "builtins") { in getCompilerRT() 374 Args, Component, Type, /*AddArch=*/false, IsFortran); in getCompilerRT() 379 return ToolChain::getCompilerRT(Args, Component, Type, IsFortran); in getCompilerRT()
|
| H A D | MipsLinux.h | 40 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
|
| H A D | AVR.h | 36 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
|
| /freebsd/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 = ?; 159 string Component = ?;
|
| H A D | DiagnosticCrossTUKinds.td | 9 let Component = "CrossTU" in {
|
| H A D | DiagnosticRefactoringKinds.td | 13 let Component = "Refactoring" in {
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 1198 const VTableComponent &Component = Components[TI.first]; in ComputeThisAdjustments() local 1202 switch (Component.getKind()) { in ComputeThisAdjustments() 1206 MD = Component.getFunctionDecl(); in ComputeThisAdjustments() 1209 MD = Component.getDestructorDecl(); in ComputeThisAdjustments() 1992 const VTableComponent &Component = Components[I]; in dumpLayout() local 1995 switch (Component.getKind()) { in dumpLayout() 1999 << Component.getVCallOffset().getQuantity() in dumpLayout() 2005 << Component.getVBaseOffset().getQuantity() in dumpLayout() 2011 << Component.getOffsetToTop().getQuantity() in dumpLayout() 2016 Component.getRTTIDecl()->printQualifiedName(Out); in dumpLayout() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Sarif.cpp | 87 for (StringRef Component : llvm::make_range(++Iter, End)) { in fileNameToURI() local 91 if (Component == "\\") in fileNameToURI() 99 for (char C : Component) { in fileNameToURI()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 474 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr() local 475 if (Component.getKind() == OffsetOfNode::Field) in VisitOffsetOfExpr() 476 IndexCtx.handleReference(Component.getField(), Component.getEndLoc(), in VisitOffsetOfExpr()
|
| /freebsd/contrib/ntp/html/hints/ |
| H A D | aix | 66 > Component Name: AIX V3 FOR RS/6 68 > Component ID: 575603001
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 657 enum Component : unsigned { enum 712 assert(CompSrcIdx < Component::MAX_SRC_NUM); in hasRegSrcOperand() 733 assert(CompSrcIdx < Component::MAX_SRC_NUM); in hasMandatoryLiteralAt() 734 return MandatoryLiteralIdx == Component::DST_NUM + CompSrcIdx; in hasMandatoryLiteralAt() 829 assert(CompSrcIdx < Component::MAX_SRC_NUM); in getIndexOfSrcInMCOperands() 850 assert(CompSrcIdx < Component::MAX_SRC_NUM); in getIndexOfSrcInParsedOperands() 894 using RegIndices = std::array<unsigned, Component::MAX_OPR_NUM>;
|
| H A D | AMDGPUBaseInfo.cpp | 799 assert(OpDesc.getNumDefs() == Component::DST_NUM); in ComponentProps() 801 assert(OpDesc.getOperandConstraint(Component::SRC0, MCOI::TIED_TO) == -1); in ComponentProps() 802 assert(OpDesc.getOperandConstraint(Component::SRC1, MCOI::TIED_TO) == -1); in ComponentProps() 803 auto TiedIdx = OpDesc.getOperandConstraint(Component::SRC2, MCOI::TIED_TO); in ComponentProps() 804 assert(TiedIdx == -1 || TiedIdx == Component::DST); in ComponentProps() 813 assert(SrcOperandsNum <= Component::MAX_SRC_NUM); in ComponentProps() 836 for (CompOprIdx = Component::SRC1; CompOprIdx < OperandsNum; ++CompOprIdx) { in ComponentProps() 849 assert(CompOprIdx < Component::MAX_OPR_NUM); in getIndexInParsedOperands() 851 if (CompOprIdx == Component::DST) in getIndexInParsedOperands() 854 auto CompSrcIdx = CompOprIdx - Component::DST_NUM; in getIndexInParsedOperands() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | name-prefix.txt | 4 audio components as list of string pair. Component using the same
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 217 StringRef Component, 516 StringRef Component, 534 StringRef Component, 539 StringRef Component,
|