Searched defs:appendString (Results 1 – 3 of 3) sorted by relevance
46 constexpr char appendString[] = "123"; in TEST() local
82 void ScopedString::appendString(int Width, int MaxChars, const char *S) { in appendString() function in scudo::ScopedString
165 static Value *appendString(IRBuilder<> &Builder, Value *Desc, Value *Arg, in appendString() function