OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reallocate
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
APInt.cpp
124
void APInt::
reallocate
(unsigned NewBitWidth) {
function in class:APInt
149
reallocate
(RHS.getBitWidth());
1831
// NOTE: This assumes that
reallocate
won't affect any bits if it doesn't
1834
Quotient.
reallocate
(BitWidth);
1835
Remainder.
reallocate
(BitWidth);
1898
// NOTE: This assumes that
reallocate
won't affect any bits if it doesn't
1900
Quotient.
reallocate
(BitWidth);
Completed in 21 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026