Home
last modified time | relevance | path

Searched refs:isPartial (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js710 function interface_rest(isPartial, typeName = "interface") { argument
715 name: isPartial ? name.value : sanitize_name(name.value, "interface"),
716 partial: isPartial,
719 if (!isPartial) ret.inheritance = inheritance() || null;
739 function mixin_rest(isPartial) { argument
745 name: isPartial ? name.value : sanitize_name(name.value, "interface mixin"),
746 partial: isPartial,
766 function interface_(isPartial) { argument
768 return mixin_rest(isPartial) ||
769 interface_rest(isPartial) ||
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterCoalescer.h83 bool isPartial() const { return Partial; } in isPartial() function
DRegisterCoalescer.cpp586 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()