Searched refs:Escapes (Results 1 – 4 of 4) sorted by relevance
3 ; nothing (except %Escapes and %Arg) can alias8 ; CHECK: NoAlias: i8* %Arg, i8* %Escapes10 ; CHECK: MayAlias: i8* %Escapes, i8* %Retrieved13 %Escapes = alloca i815 load i8, i8* %Escapes16 call void @set_thepointer(i8* %Escapes)
31 const char *Escapes[] = { in printStrLitEscChar() local65 static_assert(sizeof Escapes / sizeof Escapes[0] == in printStrLitEscChar()68 OS << Escapes[static_cast<unsigned char>(C)]; in printStrLitEscChar()
22 bool containsEscapes(StringRef HayStack, StringRef Escapes) { in containsEscapes() argument28 if (!Escapes.contains(HayStack[BackSlash + 1])) in containsEscapes()
520 // Escapes local variables to allow access from other functions.