OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SrcBytes
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
ConvertUTFWrapper.cpp
86
bool convertUTF16ToUTF8String(ArrayRef<char>
SrcBytes
, std::string &Out) {
90
if (
SrcBytes
.size() % 2)
94
if (
SrcBytes
.empty())
97
const UTF16 *Src = reinterpret_cast<const UTF16 *>(
SrcBytes
.begin());
98
const UTF16 *SrcEnd = reinterpret_cast<const UTF16 *>(
SrcBytes
.end());
118
Out.resize(
SrcBytes
.size() * UNI_MAX_UTF8_BYTES_PER_CODE_POINT + 1);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ConvertUTF.h
261
bool hasUTF16ByteOrderMark(ArrayRef<char>
SrcBytes
);
266
* \param [in]
SrcBytes
A buffer of what is assumed to be UTF-16 encoded text.
270
bool convertUTF16ToUTF8String(ArrayRef<char>
SrcBytes
, std::string &Out);
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp
78
const char *
SrcBytes
= reinterpret_cast<const char *>(V.bstrVal);
79
llvm::ArrayRef<char> SrcByteArray(
SrcBytes
, SysStringByteLen(V.bstrVal));
567
const char *
SrcBytes
= reinterpret_cast<const char *>(Result16.m_str);
568
llvm::ArrayRef<char> SrcByteArray(
SrcBytes
, Result16.ByteLength());
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp
1145
unsigned
SrcBytes
= LT.second.getStoreSize();
1146
if (!
SrcBytes
|| !Alignment || *Alignment >=
SrcBytes
)
1176
Cost += LT.first * ((
SrcBytes
/ Alignment->value()) - 1);
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
4801
SmallVector<int, SystemZ::VectorBytes>
SrcBytes
;
4806
SrcBytes
.push_back(Bytes[Elt]);
4819
if (
SrcBytes
[i] != -1 &&
SrcBytes
[i] % 16 != int(i)) {
Completed in 53 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026