Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DProgram.cpp84 const bool Escape = Arg.find_first_of(" \"\\$") != StringRef::npos; in printArg() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddoc.c42 struct Escape struct
44 const char *strings[256];
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dparser.d1000 enum State{ Start, Char, Escape, CharDash, CharDashEscape, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d57 struct Escape struct
64 const(char)[] escapeChar(char c) in escapeChar()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3760 Value *Escape = emitTransformedIndex(B, CMO, PSE.getSE(), DL, II); in fixupIVUsers() local