Home
last modified time | relevance | path

Searched defs:Escape (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp85 const bool Escape = Arg.find_first_of(" \"\\$") != StringRef::npos; in printArg() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp110 static bool IsEscapeValidInUnevaluatedStringLiteral(char Escape) { in IsEscapeValidInUnevaluatedStringLiteral()
147 char Escape = ResultChar; in ProcessCharEscape() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2814 Value *Escape = in fixupIVUsers() local