Lines Matching refs:left
1138 left: otherOperand,
1145 left: otherOperand,
1152 return &eqExpr{left: xLeft, right: xRight, isEq: isEq}
1159 func (ctx *parseContext) parseCompareSpecialCases(directive *mkparser.Directive, left starlarkExpr,
1167 call, ok := left.(*callExpr)
1175 switch left.(type) {
1177 value = left
1226 return &eqExpr{left: expr, right: slExpr.items[0], isEq: !negate}, true
1236 left: &callExpr{
1248 left: &callExpr{
1268 left: &callExpr{
1506 left: result,
1871 left: parsedArgs[0],