Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dstrings_test.cpp46 constexpr char appendString[] = "123"; in TEST() local
48 Str.reserve(sizeof(appendString) * 10000); in TEST()
50 Str.append(appendString); in TEST()
/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
101 appendString(0, -1, "0x"); in appendPointer()
177 appendString(LeftJustified ? -Width : Width, Precision, in vappend()
H A Dstring_utils.h40 void appendString(int Width, int MaxChars, const char *S);
/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp165 static Value *appendString(IRBuilder<> &Builder, Value *Desc, Value *Arg, in appendString() function
174 return appendString(Builder, Desc, Arg, IsLast); in processArg()
522 Desc = appendString(Builder, Desc, Fmt, NumOps == 1); in emitAMDGPUPrintfCall()
/llvm-project/clang/test/SemaObjC/
H A Dkindof.m34 - (void)appendString:(NSString *)string;
282 [kindof_NSString appendString:0]; // in subclass
/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.m53 if (shouldFail) [result appendString:@"fail"];
55 [result appendString:[NSString stringWithFormat:@" %s", (char *)x]];