Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp93 static int appendString(char **Buffer, const char *BufferEnd, int Width, in appendString() function
111 Res += appendString(Buffer, BufferEnd, 0, -1, "0x"); in appendPointer()
188 Res += appendString(&Buffer, BufferEnd, LeftJustified ? -Width : Width, in formatString()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp161 static Value *appendString(IRBuilder<> &Builder, Value *Desc, Value *Arg, in appendString() function
172 return appendString(Builder, Desc, Arg, IsLast); in processArg()
220 Desc = appendString(Builder, Desc, Fmt, NumOps == 1); in emitAMDGPUPrintfCall()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dkindof.m34 - (void)appendString:(NSString *)string;
282 [kindof_NSString appendString:0]; // in subclass
/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.m53 if (shouldFail) [result appendString:@"fail"];
55 [result appendString:[NSString stringWithFormat:@" %s", (char *)x]];