MCPcopy Create free account
hub / github.com/WheretIB/nullc / RootInfo

Class RootInfo

NULLC/Executor_Common.cpp:209–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 void CheckVariable(char* ptr, const ExternTypeInfo& type);
208
209 struct RootInfo
210 {
211 RootInfo(){}
212 RootInfo(char* ptr, const ExternTypeInfo* type): ptr(ptr), type(type){}
213
214 char *ptr;
215 const ExternTypeInfo* type;
216 };
217 FastVector<RootInfo> rootsA, rootsB;
218 FastVector<RootInfo> *curr = NULL, *next = NULL;
219

Callers 1

MarkPointerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected