Searched refs:isPartial (Results 1 – 3 of 3) sorted by relevance
710 function interface_rest(isPartial, typeName = "interface") { argument715 name: isPartial ? name.value : sanitize_name(name.value, "interface"),716 partial: isPartial,719 if (!isPartial) ret.inheritance = inheritance() || null;739 function mixin_rest(isPartial) { argument745 name: isPartial ? name.value : sanitize_name(name.value, "interface mixin"),746 partial: isPartial,766 function interface_(isPartial) { argument768 return mixin_rest(isPartial) ||769 interface_rest(isPartial) ||[all …]
83 bool isPartial() const { return Partial; } in isPartial() function
586 assert(!CP.isPartial() && "This doesn't work for partial copies."); in adjustCopiesBackFrom()1878 if (!CP.isPartial() && LIS->getInterval(CP.getSrcReg()).size() > in joinCopy()1914 if (!CP.isPartial() && !CP.isPhys()) { in joinCopy()1934 if (!CP.isPartial() && !CP.isPhys()) in joinCopy()2697 if (DefMI->isFullCopy() && !CP.isPartial() && in analyzeValue()