Documentation ¶
Index ¶
- func Alloc(instr *ssa.Alloc, f *types.TypeName) bool
- func BinOp(instr *ssa.BinOp, recv ssa.Value, f *types.Func) bool
- func Defer(instr *ssa.Defer, recv ssa.Value, f *types.Func) bool
- func Func(instr ssa.CallInstruction, recv ssa.Value, f *types.Func) bool
- func Run() error
- type MilestoneQueue
- type TplConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MilestoneQueue ¶
func (*MilestoneQueue) Head ¶
func (q *MilestoneQueue) Head() types.Object
func (*MilestoneQueue) Len ¶
func (q *MilestoneQueue) Len() int
func (*MilestoneQueue) Pop ¶
func (q *MilestoneQueue) Pop() (t types.Object)
func (*MilestoneQueue) Push ¶
func (q *MilestoneQueue) Push(t types.Object)
func (*MilestoneQueue) Tail ¶
func (q *MilestoneQueue) Tail() types.Object
type TplConfig ¶
type TplConfig struct { Name string Queue MilestoneQueue }
func NewTplConfig ¶
func NewTplConfig(name string, q MilestoneQueue) *TplConfig
Source Files ¶
Click to show internal directories.
Click to hide internal directories.