Searched refs:appendString (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | string_utils.cpp | 93 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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AMDGPUEmitPrintf.cpp | 165 static Value *appendString(IRBuilder<> &Builder, Value *Desc, Value *Arg, in appendString() function 174 return appendString(Builder, Desc, Arg, IsLast); in processArg() 524 Desc = appendString(Builder, Desc, Fmt, NumOps == 1); in emitAMDGPUPrintfCall()
|