Home
last modified time | relevance | path

Searched refs:PathLength (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp28 unsigned PathLength; member
89 LV() { PathLength = (unsigned)-1; } in LV()
93 if (Length == PathLength) in resizePath()
97 PathLength = Length; in resizePath()
102 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath()
114 unsigned PathLength; member
127 MemberPointerData() { PathLength = 0; } in MemberPointerData()
131 if (Length == PathLength) in resizePath()
135 PathLength = Length; in resizePath()
646 return llvm::makeArrayRef(LVal.getPath(), LVal.PathLength); in getLValuePath()
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c1941 UINT16 PathLength; in AcpiDmDumpSdev() local
2001 PathLength = Namesp->DeviceIdLength; in AcpiDmDumpSdev()
2003 if (PathLength) in AcpiDmDumpSdev()
2007 PathLength, AcpiDmTableInfoSdev0a); in AcpiDmDumpSdev()
2039 PathLength = Pcie->PathLength; in AcpiDmDumpSdev()
2041 while (PathLength) in AcpiDmDumpSdev()
2053 PathLength -= sizeof (ACPI_SDEV_PCIE_PATH); in AcpiDmDumpSdev()
2059 VendorDataOffset = Pcie->PathOffset + Pcie->PathLength; in AcpiDmDumpSdev()
H A Ddmtbinfo2.c1534 {ACPI_DMT_UINT16, ACPI_SDEV1_OFFSET (PathLength), "Path Length", 0},
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h213 unsigned PathLength = isTop() ? SU->getHeight() : SU->getDepth(); in isLatencyBound() local
214 return CriticalPathLength - CurrCycle <= PathLength; in isLatencyBound()
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c1514 Pcie->PathLength = (UINT16) in DtCompileSdev()
1537 Pcie->PathOffset + Pcie->PathLength; in DtCompileSdev()
1545 Pcie->PathLength + Pcie->VendorDataLength; in DtCompileSdev()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dactbl2.h2144 UINT16 PathLength; member