OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Buff
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/fuzzer/
llvm-dwarfdump-fuzzer.cpp
23
std::unique_ptr<MemoryBuffer>
Buff
= MemoryBuffer::getMemBuffer(
27
ObjectFile::createObjectFile(
Buff
->getMemBufferRef());
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRFinder.cpp
136
llvm::SmallString<128>
Buff
;
139
if (Decl == nullptr || index::generateUSRForDecl(Decl,
Buff
))
142
return std::string(
Buff
);
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ArrayRef.h
179
T *
Buff
= A.template Allocate<T>(Length);
180
std::uninitialized_copy(begin(), end(),
Buff
);
181
return ArrayRef<T>(
Buff
, Length);
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_buffer_queue.h
70
Buffer
Buff
;
101
T &operator*() const { return Buffers[Offset].
Buff
; }
103
T *operator->() const { return &(Buffers[Offset].
Buff
); }
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
sysinfo.cc
97
DataPtr
Buff
;
100
ValueUnion() : Size(0),
Buff
(nullptr, &std::free) {}
104
Buff
(::new (std::malloc(Size)) DataT(), &std::free) {}
108
explicit operator bool() const { return bool(
Buff
); }
110
char* data() const { return
Buff
->bytes; }
115
if (Size == sizeof(
Buff
->uint32_value))
116
return static_cast<int32_t>(
Buff
->uint32_value);
117
else if (Size == sizeof(
Buff
->uint64_value))
118
return static_cast<int64_t>(
Buff
->uint64_value);
123
if (Size == sizeof(
Buff
->uint32_value)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/
WindowsManifestMerger.cpp
675
xmlChar *
Buff
= nullptr;
676
xmlDocDumpFormatMemoryEnc(OutputDoc.get(), &
Buff
, &BufferSize, "UTF-8", 1);
677
Buffer.reset(
Buff
);
/src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
sysinfo.cc
95
DataPtr
Buff
;
98
ValueUnion() : Size(0),
Buff
(nullptr, &std::free) {}
102
Buff
(::new (std::malloc(Size)) DataT(), &std::free) {}
106
explicit operator bool() const { return bool(
Buff
); }
108
char* data() const { return
Buff
->bytes; }
113
if (Size == sizeof(
Buff
->uint32_value))
114
return static_cast<int32_t>(
Buff
->uint32_value);
115
else if (Size == sizeof(
Buff
->uint64_value))
116
return static_cast<int64_t>(
Buff
->uint64_value);
121
if (Size == sizeof(
Buff
->uint32_value)
[
all
...]
Completed in 41 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026