Home
last modified time | relevance | path

Searched refs:StrBuf (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/common/elf_common/
H A Delf_common.cpp38 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 DErrnoChecker.cpp114 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 DCXIndexDataConsumer.cpp1181 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 DSemaExprObjC.cpp46 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()