MCPcopy Index your code
hub / github.com/DCurrent/openbor / Parser_AddInstructionViaLabel

Function Parser_AddInstructionViaLabel

engine/source/scriptlib/Parser.c:169–175  ·  view source on GitHub ↗

* AddInstruction -- This method creates a new CInstruction and adds it to the * instruction list. It serves to simplify the parser code slightly, and to * allow for easier extension of the CInstruction class for debugging. * Parameters: pCode -- OpCode of the new instruction * instrLabel -- Label associated with this instruction * listLabel -- entry point label in th

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

Parser_FuncDecl1Function · 0.85
Parser_Select_stmtFunction · 0.85
Parser_Iter_stmtFunction · 0.85
Parser_Jump_stmtFunction · 0.85
Parser_Cond_expr2Function · 0.85
Parser_Arg_expr_listFunction · 0.85
Parser_Arg_expr_list2Function · 0.85

Calls 2

Instruction_InitViaLabelFunction · 0.85
List_InsertAfterFunction · 0.85

Tested by

no test coverage detected