Searched refs:PathLength (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 169 unsigned PathLength; member 233 LV() { PathLength = (unsigned)-1; } in LV() 237 if (Length == PathLength) in resizePath() 241 PathLength = Length; in resizePath() 246 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath() 258 unsigned PathLength; member 271 MemberPointerData() { PathLength = 0; } in MemberPointerData() 275 if (Length == PathLength) in resizePath() 279 PathLength = Length; in resizePath() 994 return llvm::makeArrayRef(MPD.getPath(), MPD.PathLength); in getMemberPointerPath() [all …]
|
| H A D | ExprConstant.cpp | 5571 unsigned PathLength; member 5576 assert(PathLength >= Designator.MostDerivedPathLength && PathLength <= in getBaseClassType() 5611 PathLength <= Path.size(); ++PathLength) { in ComputeDynamicType() 5627 PathLength}; in ComputeDynamicType() 5653 unsigned PathLength = DynType->PathLength; in HandleVirtualDispatch() local 5654 for (/**/; PathLength <= This.Designator.Entries.size(); ++PathLength) { in HandleVirtualDispatch() 5808 PathLength >= (int)DynType->PathLength; --PathLength) { in HandleDynamicCast() 5813 if (PathLength > (int)DynType->PathLength && in HandleDynamicCast() 5923 --PathLength; in HandleUnionActiveMemberChange() 5937 --PathLength; in HandleUnionActiveMemberChange() [all …]
|
| H A D | ASTImporter.cpp | 9397 unsigned PathLength = FromValue.getLValuePath().size(); in ImportAPValue() local 9401 Base, Offset, PathLength, FromValue.isLValueOnePastTheEnd(), in ImportAPValue() 9405 for (unsigned LoopIdx = 0; LoopIdx < PathLength; LoopIdx++) { in ImportAPValue()
|
| /freebsd-13.1/sys/contrib/dev/acpica/common/ |
| H A D | dmtbdump2.c | 1970 UINT16 PathLength; in AcpiDmDumpSdev() local 2030 PathLength = Namesp->DeviceIdLength; in AcpiDmDumpSdev() 2032 if (PathLength) in AcpiDmDumpSdev() 2036 PathLength, AcpiDmTableInfoSdev0a); in AcpiDmDumpSdev() 2068 PathLength = Pcie->PathLength; in AcpiDmDumpSdev() 2070 while (PathLength) in AcpiDmDumpSdev() 2082 PathLength -= sizeof (ACPI_SDEV_PCIE_PATH); in AcpiDmDumpSdev() 2088 VendorDataOffset = Pcie->PathOffset + Pcie->PathLength; in AcpiDmDumpSdev()
|
| H A D | dmtbinfo2.c | 1554 {ACPI_DMT_UINT16, ACPI_SDEV1_OFFSET (PathLength), "Path Length", 0},
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonMachineScheduler.h | 212 unsigned PathLength = isTop() ? SU->getHeight() : SU->getDepth(); in isLatencyBound() local 213 return CriticalPathLength - CurrCycle <= PathLength; in isLatencyBound()
|
| /freebsd-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | dttable2.c | 1515 Pcie->PathLength = (UINT16) in DtCompileSdev() 1538 Pcie->PathOffset + Pcie->PathLength; in DtCompileSdev() 1546 Pcie->PathLength + Pcie->VendorDataLength; in DtCompileSdev()
|
| /freebsd-13.1/sys/contrib/dev/acpica/include/ |
| H A D | actbl2.h | 2165 UINT16 PathLength; member
|