Home
last modified time | relevance | path

Searched refs:processBranch (Results 1 – 1 of 1) sorted by relevance

/build/soong/mk2rbc/
Dmk2rbc.go989 ssCases: []*switchCase{ctx.processBranch(ifDirective)},
997 ssSwitch.ssCases = append(ssSwitch.ssCases, ctx.processBranch(x))
1015 func (ctx *parseContext) processBranch(check *mkparser.Directive) *switchCase { func