Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dmk2rbc.go1016 block := &switchCase{gate: ctx.parseCondition(check)}
1037 func (ctx *parseContext) parseCondition(check *mkparser.Directive) starlarkNode { func