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

Method AddDescription

NULLC/InstructionSet.h:497–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495 sourceInfo.clear();
496 }
497 void AddDescription(unsigned int instructionNum, const char* pos)
498 {
499 if(pos >= sourceStart && pos <= sourceEnd)
500 sourceInfo.push_back(SourceLine(instructionNum, pos));
501 }
502
503 const char *sourceStart;
504 const char *sourceEnd;

Callers 1

CompileMethod · 0.80

Calls 2

SourceLineClass · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected