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

Class ClassSelect

NULLC/Callbacks.cpp:239–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237FastVector<NodeZeroOP*> paramNodes;
238
239struct ClassSelect
240{
241 ClassSelect(): type(NULL){}
242 bool proceed(){ return !type; }
243 void action(unsigned hash){ type = CodeInfo::classMap.find(hash); }
244 TypeInfo **type;
245};
246
247struct VariableSelect
248{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected