Searched refs:appendString (Results 1 – 6 of 6) sorted by relevance
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | strings_test.cpp | 46 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 D | string_utils.cpp | 82 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 D | string_utils.h | 40 void appendString(int Width, int MaxChars, const char *S);
|
/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() 522 Desc = appendString(Builder, Desc, Fmt, NumOps == 1); in emitAMDGPUPrintfCall()
|
/llvm-project/clang/test/SemaObjC/ |
H A D | kindof.m | 34 - (void)appendString:(NSString *)string; 282 [kindof_NSString appendString:0]; // in subclass
|
/llvm-project/compiler-rt/test/BlocksRuntime/ |
H A D | testfilerunner.m | 53 if (shouldFail) [result appendString:@"fail"]; 55 [result appendString:[NSString stringWithFormat:@" %s", (char *)x]];
|