Gyoji Compiler
Loading...
Searching...
No Matches
List of all members
Gyoji::frontend::lowering::FunctionPoint Class Reference

Location inside a specific basic block. More...

#include <function-scope.hpp>

Detailed Description

Location inside a specific basic block.

This class represents a specific location inside a basic block that we use to reference a location where we can insert operations. Note that this is mainly used for inserting 'undeclare' and destructor calls when a 'goto' statement is executed so that we can call the appropriate destructors and such when a goto would change the scope of what's declared.


The documentation for this class was generated from the following files: