Searched defs:Assignment (Results 1 – 3 of 3) sorted by relevance
18 type Assignment struct { struct19 makeThing20 Name *MakeString21 Value *MakeString22 Target *MakeString23 Type string66 func (a Assignment) AsAssignment() (Assignment, bool) {70 func (a Assignment) Dump() string {
565 type Assignment struct { struct566 Name Ident567 Value Value568 OrigValue Value569 Pos scanner.Position570 Assigner string571 Referenced bool574 func (a *Assignment) String() string {578 func (a *Assignment) definitionTag() {}
183 func handleAssignment(file *bpFile, assignment mkparser.Assignment, c *conditional) {