Home
last modified time | relevance | path

Searched defs:PartType (Results 1 – 3 of 3) sorted by relevance

/external/gptfdisk/
Dparttypes.cc38 PartType::PartType(void) : GUIDData() { in PartType() function in PartType
45 PartType::PartType(const PartType & orig) : GUIDData(orig) { in PartType() function in PartType
52 PartType::PartType(const GUIDData & orig) : GUIDData(orig) { in PartType() function in PartType
/external/llvm-project/flang/lib/Evaluate/
Dfold-designator.cpp329 using PartType = typename ResultType<decltype(z)>::Part; in OffsetToDesignator() typedef
/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp1030 using PartType = typename ResultType<decltype(z)>::Part; in Analyze() typedef