Lines Matching refs:Args
228 listsA, err := splitBpList(val.Args[0], keyFunc)
233 listsB, err := splitBpList(val.Args[1], keyFunc)
251 expression.Args = [2]bpparser.Expression{vA, vB}
311 firstOperand := v.Args[0]
312 secondOperand := v.Args[1]
465 if variable, ok := exp.Args[0].(*bpparser.Variable); ok && variable.Name == "LOCAL_MODULE" {
467 val = exp.Args[1]
654 exp2, ok := exp1.Args[0].(*bpparser.Operator)
659 if s, ok := exp2.Args[0].(*bpparser.String); !ok || s.Value != "-Wl,--version-script," {
663 if v, ok := exp2.Args[1].(*bpparser.Variable); !ok || v.Name != "LOCAL_PATH" {
668 s, ok := exp1.Args[1].(*bpparser.String)