Searched refs:newBadExpr (Results 1 – 1 of 1) sorted by relevance
/build/soong/mk2rbc/ |
D | mk2rbc.go | 1003 func (ctx *parseContext) newBadExpr(node mkparser.Node, text string, args ...interface{}) starlarkE… func 1013 return &exprNode{ctx.newBadExpr(failedNode, message, args...)} 1025 return ctx.newBadExpr(cond, "ifeq/ifneq len(args) != 2 %s", cond.Dump()) 1165 return ctx.newBadExpr(directive, "wildcard result can be compared only to empty: %s", xValue) 1205 …return ctx.newBadExpr(directive, "$(findstring) can only be compared to nothing or its first argum… 1211 return ctx.newBadExpr(directive, "strip result can be compared only to string: %s", xValue) 1262 return ctx.newBadExpr(node, "reference is too complex: %s", refDump) 1270 …return ctx.newBadExpr(node, "SOONG_CONFIG_ variables cannot be referenced, use soong_config_get in… 1277 return ctx.newBadExpr(node, "Invalid substitution reference") 1281 …return ctx.newBadExpr(node, "A substitution reference must have a %% in the \"before\" part of the… [all …]
|