MCPcopy Create free account
hub / github.com/beefytech/Beef / Set

Method Set

IDEHelper/Compiler/BfSystem.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void BfAtomComposite::Set(const BfAtomComposite& left, const BfAtomComposite& right)
224{
225 Set(left.mParts, left.mSize, right.mParts, right.mSize);
226}
227
228void BfAtomComposite::Set(BfAtom** atomsA, int countA, BfAtom** atomsB, int countB)
229{

Callers 15

ContinueDebugEventMethod · 0.45
SetHotJumpMethod · 0.45
~NetRequestMethod · 0.45
GetOrCreateTypeMethod · 0.45
GetOrCreateMethod · 0.45
StopMethod · 0.45
VisitMethod · 0.45
CheckNamespaceMethod · 0.45
FinishGenericParamsMethod · 0.45
RunLoopMethod · 0.45
ShutdownMethod · 0.45
~BfCodeGenMethod · 0.45

Calls 3

SetFunction · 0.85
mallocFunction · 0.50
freeFunction · 0.50

Tested by

no test coverage detected