Home
last modified time | relevance | path

Searched defs:appendString (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dstrings_test.cpp46 constexpr char appendString[] = "123"; in TEST() local
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp82 void ScopedString::appendString(int Width, int MaxChars, const char *S) { in appendString() function in scudo::ScopedString
/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp165 static Value *appendString(IRBuilder<> &Builder, Value *Desc, Value *Arg, in appendString() function