Searched refs:appendString (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp92 static int appendString(char **Buffer, const char *BufferEnd, int Width, function in namespace:scudo
110 Res += appendString(Buffer, BufferEnd, 0, -1, "0x");
185 Res += appendString(&Buffer, BufferEnd, LeftJustified ? -Width : Width,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp177 static Value *appendString(IRBuilder<> &Builder, Value *Desc, Value *Arg, function
186 return appendString(Builder, Desc, Arg, IsLast);
234 Desc = appendString(Builder, Desc, Fmt, NumOps == 1);

Completed in 129 milliseconds