Searched defs:set_subtract (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DSetOperations.h60 /// set_subtract(A, B) - Compute A := A - B
63 void set_subtract(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm

Completed in 64 milliseconds