Home | History | Annotate | Download | only in Driver

Lines Matching refs:IsNegative

66     bool IsNegative = Name.startswith("no-");
67 if (IsNegative)
69 Features.push_back(Args.MakeArgString((IsNegative ? "-" : "+") + Name));