Searched refs:StrBuf (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformAIX.c148 char *StrBuf = (char *)COMPILER_RT_ALLOCA(2 * BinaryIdLen + 1); local
150 sprintf(&StrBuf[2 * i], "%02x", BinaryIdData[i]);
151 PROF_NOTE("Writing binary id: %s\n", StrBuf);
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoChecker.cpp115 SmallString<100> StrBuf; local
116 llvm::raw_svector_ostream OS(StrBuf);
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp47 SmallString<128> StrBuf; local
61 StrBuf += S->getString();
72 CAT->getElementType(), llvm::APInt(32, StrBuf.size() + 1), nullptr,
74 S = StringLiteral::Create(Context, StrBuf, StringLiteralKind::Ordinary,

Completed in 121 milliseconds