Home
last modified time | relevance | path

Searched refs:Component (Results 1 – 25 of 71) 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/llvm/lib/Support/
H A DPath.cpp230 i.Component = find_first_component(path, style); in begin()
247 Position += Component.size(); in operator ++()
251 Component = StringRef(); in operator ++()
257 bool was_net = Component.size() > 2 && is_separator(Component[0], S) && in operator ++()
258 Component[1] == Component[0] && !is_separator(Component[2], S); in operator ++()
265 (is_style_windows(S) && Component.ends_with(":"))) { in operator ++()
266 Component = Path.substr(Position, 1); in operator ++()
276 if (Position == Path.size() && Component != "/") { in operator ++()
278 Component = "."; in operator ++()
285 Component = Path.slice(Position, end_pos); in operator ++()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp224 unsigned Component = 0; in ParseHLSLAnnotations() local
247 Component = 0; in ParseHLSLAnnotations()
251 Component = 1; in ParseHLSLAnnotations()
255 Component = 2; in ParseHLSLAnnotations()
259 Component = 3; in ParseHLSLAnnotations()
274 Ctx, llvm::APInt(SizeTySize, Component), SizeTy, ComponentLoc)); in ParseHLSLAnnotations()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h77 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/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/lib/Driver/ToolChains/
H A DMipsLinux.cpp121 StringRef Component, in getCompilerRT() argument
139 Path, Twine("libclang_rt." + Component + "-" + "mips" + Suffix)); in getCompilerRT()
H A DOpenBSD.cpp373 std::string OpenBSD::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() argument
375 if (Component == "builtins") { in getCompilerRT()
383 buildCompilerRTBasename(Args, Component, Type, /*AddArch=*/false); in getCompilerRT()
388 return ToolChain::getCompilerRT(Args, Component, Type); in getCompilerRT()
H A DMipsLinux.h41 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 = ?;
H A DDiagnosticCrossTUKinds.td9 let Component = "CrossTU" in {
H A DDiagnosticRefactoringKinds.td13 let Component = "Refactoring" in {
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNVOPDUtils.cpp83 const MachineOperand &Src0 = MI.getOperand(VOPD::Component::SRC0); in checkVOPDRegConstraints()
90 if (!TII.isInlineConstant(MI, VOPD::Component::SRC0)) in checkVOPDRegConstraints()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1197 const VTableComponent &Component = Components[TI.first]; in ComputeThisAdjustments() local
1201 switch (Component.getKind()) { in ComputeThisAdjustments()
1205 MD = Component.getFunctionDecl(); in ComputeThisAdjustments()
1208 MD = Component.getDestructorDecl(); in ComputeThisAdjustments()
1990 const VTableComponent &Component = Components[I]; in dumpLayout() local
1993 switch (Component.getKind()) { in dumpLayout()
1997 << Component.getVCallOffset().getQuantity() in dumpLayout()
2003 << Component.getVBaseOffset().getQuantity() in dumpLayout()
2009 << Component.getOffsetToTop().getQuantity() in dumpLayout()
2014 Component.getRTTIDecl()->printQualifiedName(Out); in dumpLayout()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h618 enum Component : unsigned { enum
669 assert(CompSrcIdx < Component::MAX_SRC_NUM); in hasRegSrcOperand()
678 assert(CompSrcIdx < Component::MAX_SRC_NUM); in hasMandatoryLiteralAt()
679 return MandatoryLiteralIdx == Component::DST_NUM + CompSrcIdx; in hasMandatoryLiteralAt()
761 assert(CompSrcIdx < Component::MAX_SRC_NUM); in getIndexOfSrcInMCOperands()
772 assert(CompSrcIdx < Component::MAX_SRC_NUM); in getIndexOfSrcInParsedOperands()
808 using RegIndices = std::array<unsigned, Component::MAX_OPR_NUM>;
H A DAMDGPUBaseInfo.cpp667 assert(OpDesc.getNumDefs() == Component::DST_NUM); in ComponentProps()
669 assert(OpDesc.getOperandConstraint(Component::SRC0, MCOI::TIED_TO) == -1); in ComponentProps()
670 assert(OpDesc.getOperandConstraint(Component::SRC1, MCOI::TIED_TO) == -1); in ComponentProps()
671 auto TiedIdx = OpDesc.getOperandConstraint(Component::SRC2, MCOI::TIED_TO); in ComponentProps()
672 assert(TiedIdx == -1 || TiedIdx == Component::DST); in ComponentProps()
676 assert(SrcOperandsNum <= Component::MAX_SRC_NUM); in ComponentProps()
680 for (CompOprIdx = Component::SRC1; CompOprIdx < OperandsNum; ++CompOprIdx) { in ComponentProps()
689 assert(CompOprIdx < Component::MAX_OPR_NUM); in getIndexInParsedOperands()
691 if (CompOprIdx == Component::DST) in getIndexInParsedOperands()
694 auto CompSrcIdx = CompOprIdx - Component::DST_NUM; in getIndexInParsedOperands()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp469 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/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp88 for (StringRef Component : llvm::make_range(++Iter, End)) { in fileNameToURI() local
92 if (Component == "\\") in fileNameToURI()
100 for (char C : Component) { in fileNameToURI()
/freebsd/contrib/ntp/html/hints/
H A Daix66 > Component Name: AIX V3 FOR RS/6
68 > Component ID: 575603001
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h219 StringRef Component,
512 StringRef Component,
516 getCompilerRTArgString(const llvm::opt::ArgList &Args, StringRef Component,
520 StringRef Component,
/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/lib/Sema/
H A DSemaHLSL.cpp381 uint32_t Component; in handlePackOffsetAttr() local
382 if (!SemaRef.checkUInt32Argument(AL, AL.getArgAsExpr(1), Component)) in handlePackOffsetAttr()
391 if (Component) { in handlePackOffsetAttr()
398 if ((Component * 32 + Size) > 128) { in handlePackOffsetAttr()
406 if (Align > 32 && Component == 1) { in handlePackOffsetAttr()
417 getASTContext(), AL, SubComponent, Component)); in handlePackOffsetAttr()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp637 StringRef Component, in getCompilerRTBasename() argument
639 std::string CRTAbsolutePath = getCompilerRT(Args, Component, Type); in getCompilerRTBasename()
644 StringRef Component, in buildCompilerRTBasename() argument
674 return (Prefix + Twine("clang_rt.") + Component + ArchAndEnv + Suffix).str(); in buildCompilerRTBasename()
677 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() argument
681 buildCompilerRTBasename(Args, Component, Type, /*AddArch=*/false); in getCompilerRT()
696 buildCompilerRTBasename(Args, Component, Type, /*AddArch=*/true); in getCompilerRT()
709 StringRef Component, in getCompilerRTArgString() argument
711 return Args.MakeArgString(getCompilerRT(Args, Component, Type)); in getCompilerRTArgString()

123