Searched defs:SetDifference (Results 1 – 2 of 2) sorted by relevance
1005 struct SetDifference(alias less = "a < b", R1, R2) struct1010 R2 r2;1011 alias comp = binaryFun!(less);1013 void adjustPosition() in adjustPosition()1033 this(R1 r1, R2 r2) in this()1042 void popFront() in popFront()1072 SetDifference!(less, R1, R2) setDifference(alias less = "a < b", R1, R2) argument
297 BitVector SetDifference; in insertCFIInstrs() local