Home
last modified time | relevance | path

Searched refs:Component (Results 1 – 25 of 74) sorted by relevance

123

/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Duttrack.c183 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 Dacoutput.h411 #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 Dacutils.h1160 UINT32 Component,
1167 UINT32 Component,
1174 UINT32 Component,
1184 UINT32 Component,
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h74 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 DParseHLSL.cpp229 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 DPath.cpp229 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 DPath.h78 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 DCoverageReport.cpp148 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 DTableGenBackends.h98 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 DClangDiagnosticsEmitter.cpp1533 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 DMipsLinux.cpp119 StringRef Component, FileType Type, in getCompilerRT() argument
137 Path, Twine("libclang_rt." + Component + "-" + "mips" + Suffix)); in getCompilerRT()
H A DOpenBSD.cpp364 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 DMipsLinux.h40 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
H A DAVR.h36 std::string getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.td46 string Component = "";
79 /// Component is specified by the file with a big let directive.
80 string Component = ?;
159 string Component = ?;
H A DDiagnosticCrossTUKinds.td9 let Component = "CrossTU" in {
H A DDiagnosticRefactoringKinds.td13 let Component = "Refactoring" in {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1198 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 DSarif.cpp87 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 DIndexBody.cpp474 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 Daix66 > Component Name: AIX V3 FOR RS/6
68 > Component ID: 575603001
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h657 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 DAMDGPUBaseInfo.cpp799 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 Dname-prefix.txt4 audio components as list of string pair. Component using the same
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h217 StringRef Component,
516 StringRef Component,
534 StringRef Component,
539 StringRef Component,

123