Home
last modified time | relevance | path

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

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