Home
last modified time | relevance | path

Searched refs:isGNUSpecial (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Support/
DCommandLine.cpp522 static bool isGNUSpecial(char C) { return strchr("\\\"\' ", C); } in isGNUSpecial() function
543 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()