Searched refs:isGNUSpecial (Results 1 – 1 of 1) sorted by relevance
522 static bool isGNUSpecial(char C) { return strchr("\\\"\' ", C); } in isGNUSpecial() function543 if (I + 1 < E && Src[I] == '\\' && isGNUSpecial(Src[I + 1])) { in TokenizeGNUCommandLine()554 if (Src[I] == '\\' && I + 1 != E && isGNUSpecial(Src[I + 1])) in TokenizeGNUCommandLine()