OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BeginX
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
SmallVector.cpp
115
if (
BeginX
== FirstEl) {
119
memcpy(NewElts, this->
BeginX
, size() * TSize);
122
NewElts = safe_realloc(this->
BeginX
, NewCapacity * TSize);
125
this->
BeginX
= NewElts;
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SmallVector.h
47
void *
BeginX
;
57
:
BeginX
(FirstEl), Capacity(TotalCapacity) {}
129
bool isSmall() const { return this->
BeginX
== getFirstEl(); }
133
this->
BeginX
= getFirstEl();
253
iterator begin() { return (iterator)this->
BeginX
; }
254
const_iterator begin() const { return (const_iterator)this->
BeginX
; }
450
this->
BeginX
= NewElts;
941
std::swap(this->
BeginX
, RHS.
BeginX
);
1028
this->
BeginX
= RHS.BeginX
[
all
...]
Completed in 25 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026