1// Licensed to the .NET Foundation under one or more agreements.
2// The .NET Foundation licenses this file to you under the MIT license.
3// See the LICENSE file in the project root for more information.
4
5BSOPNAME(BSOP_Assign)
6BSOPNAME(BSOP_AssignAllowUninitRhs)
7BSOPNAME(BSOP_AssignNocopy)
8BSOPNAME(BSOP_OldStyleClearD)
9BSOPNAME(BSOP_ClearD)
10BSOPNAME(BSOP_MakeSingleton)
11BSOPNAME(BSOP_MakeEmpty)
12BSOPNAME(BSOP_MakeFull)
13BSOPNAME(BSOP_MakeCopy)
14BSOPNAME(BSOP_IsEmpty)
15BSOPNAME(BSOP_Count)
16BSOPNAME(BSOP_RemoveElemD)
17BSOPNAME(BSOP_RemoveElem)
18BSOPNAME(BSOP_AddElemD)
19BSOPNAME(BSOP_AddElem)
20BSOPNAME(BSOP_UnionD)
21BSOPNAME(BSOP_Union)
22BSOPNAME(BSOP_IntersectionD)
23BSOPNAME(BSOP_Intersection)
24BSOPNAME(BSOP_IsEmptyIntersection)
25BSOPNAME(BSOP_DiffD)
26BSOPNAME(BSOP_Diff)
27BSOPNAME(BSOP_IsMember)
28BSOPNAME(BSOP_IsNotMember)
29BSOPNAME(BSOP_NoBitsAbove)
30BSOPNAME(BSOP_LeftShiftSingletonByOneD)
31BSOPNAME(BSOP_IsSubset)
32BSOPNAME(BSOP_Equal)
33BSOPNAME(BSOP_NotEqual)
34BSOPNAME(BSOP_NextBit)
35BSOPNAME(BSOP_ToString)
36