Searched refs:PathLength (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/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() 258 unsigned PathLength; member 271 MemberPointerData() { PathLength = 0; } in MemberPointerData() 275 if (Length == PathLength) in resizePath() 279 PathLength = Length; in resizePath() 993 return llvm::ArrayRef(LVal.getPath(), LVal.PathLength); in getLValuePath() 1071 return llvm::ArrayRef(MPD.getPath(), MPD.PathLength); in getMemberPointerPath() [all …]
|
| H A D | ExprConstant.cpp | 5744 unsigned PathLength; member 5749 assert(PathLength >= Designator.MostDerivedPathLength && PathLength <= in getBaseClassType() 5786 PathLength <= Path.size(); ++PathLength) { in ComputeDynamicType() 5802 PathLength}; in ComputeDynamicType() 5828 unsigned PathLength = DynType->PathLength; in HandleVirtualDispatch() local 5829 for (/**/; PathLength <= This.Designator.Entries.size(); ++PathLength) { in HandleVirtualDispatch() 5983 PathLength >= (int)DynType->PathLength; --PathLength) { in HandleDynamicCast() 5988 if (PathLength > (int)DynType->PathLength && in HandleDynamicCast() 6099 --PathLength; in MaybeHandleUnionActiveMemberChange() 6113 --PathLength; in MaybeHandleUnionActiveMemberChange() [all …]
|
| H A D | ASTImporter.cpp | 10272 unsigned PathLength = FromValue.getLValuePath().size(); in ImportAPValue() local 10276 Base, Offset, PathLength, FromValue.isLValueOnePastTheEnd(), in ImportAPValue() 10280 for (unsigned LoopIdx = 0; LoopIdx < PathLength; LoopIdx++) { in ImportAPValue()
|
| /freebsd-14.2/sys/contrib/dev/acpica/common/ |
| H A D | dmtbdump2.c | 2110 UINT32 PathLength; in AcpiDmDumpPhat() local 2224 PathLength = (wcslen (WideString) * 2) + 2; in AcpiDmDumpPhat() 2226 __LINE__, PathLength, Offset, Length); in AcpiDmDumpPhat() 2230 PathLength, AcpiDmTableInfoPhat1a); in AcpiDmDumpPhat() 2231 Offset += PathLength; in AcpiDmDumpPhat() 2746 UINT16 PathLength; in AcpiDmDumpSdev() local 2854 PathLength = Namesp->DeviceIdLength; in AcpiDmDumpSdev() 2856 if (PathLength) in AcpiDmDumpSdev() 2865 CurrentOffset += PathLength; in AcpiDmDumpSdev() 2893 PathLength = Pcie->PathLength; in AcpiDmDumpSdev() [all …]
|
| H A D | dmtbinfo2.c | 2113 {ACPI_DMT_UINT16, ACPI_SDEV1_OFFSET (PathLength), "Path Length", 0},
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | VLIWMachineScheduler.h | 206 unsigned PathLength = isTop() ? SU->getHeight() : SU->getDepth(); in isLatencyBound() local 207 return CriticalPathLength - CurrCycle <= PathLength; in isLatencyBound()
|
| /freebsd-14.2/sys/contrib/dev/acpica/compiler/ |
| H A D | dttable2.c | 2345 Pcie->PathLength = (UINT16) in DtCompileSdev() 2368 Pcie->PathOffset + Pcie->PathLength; in DtCompileSdev() 2376 Pcie->PathLength + Pcie->VendorDataLength; in DtCompileSdev()
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | actbl2.h | 3278 UINT16 PathLength; member
|