Searched refs:StrBuf (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/plugins/common/elf_common/ |
| H A D | elf_common.cpp | 38 StringRef StrBuf(BytesBegin, Size); in withBytesAsElf() local 40 auto Magic = identify_magic(StrBuf); in withBytesAsElf() 49 MemoryBuffer::getMemBuffer(StrBuf, "", false); in withBytesAsElf()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ErrnoChecker.cpp | 114 SmallString<100> StrBuf; in generateErrnoNotCheckedBug() local 115 llvm::raw_svector_ostream OS(StrBuf); in generateErrnoNotCheckedBug()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 1181 SmallString<256> StrBuf; in getEntityInfo() local 1183 llvm::raw_svector_ostream OS(StrBuf); in getEntityInfo() 1186 EntityInfo.name = SA.copyCStr(StrBuf.str()); in getEntityInfo() 1190 SmallString<512> StrBuf; in getEntityInfo() local 1191 bool Ignore = getDeclCursorUSR(D, StrBuf); in getEntityInfo() 1195 EntityInfo.USR = SA.copyCStr(StrBuf.str()); in getEntityInfo()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 46 SmallString<128> StrBuf; in ParseObjCStringLiteral() local 60 StrBuf += S->getString(); in ParseObjCStringLiteral() 71 CAT->getElementType(), llvm::APInt(32, StrBuf.size() + 1), nullptr, in ParseObjCStringLiteral() 73 S = StringLiteral::Create(Context, StrBuf, StringLiteral::Ordinary, in ParseObjCStringLiteral()
|