MCPcopy Create free account
hub / github.com/ZDoom/Raze / CreateRegUseInfo

Method CreateRegUseInfo

source/common/scripting/vm/vm.h:485–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483 JitRelease();
484 }
485 static void CreateRegUseInfo()
486 {
487 for (auto f : AllFunctions)
488 {
489 f->CreateRegUse();
490 }
491 }
492 static TArray<VMFunction *> AllFunctions;
493protected:
494 void CreateRegUse();

Callers

nothing calls this directly

Calls 1

CreateRegUseMethod · 0.80

Tested by

no test coverage detected