OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsCleanup
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp
429
bool APValue::
needsCleanup
() const {
441
return getInt().
needsCleanup
();
443
return getFloat().
needsCleanup
();
445
return getFixedPoint().getValue().
needsCleanup
();
447
assert(getComplexFloatImag().
needsCleanup
() ==
448
getComplexFloatReal().
needsCleanup
() &&
451
return getComplexFloatReal().
needsCleanup
();
453
assert(getComplexIntImag().
needsCleanup
() ==
454
getComplexIntReal().
needsCleanup
() &&
457
return getComplexIntReal().
needsCleanup
();
[
all
...]
Expr.cpp
260
if (!Value.getInt().
needsCleanup
())
342
if (!ConstantExprBits.HasCleanup && Value.
needsCleanup
()) {
Decl.cpp
2451
else if (Eval->Evaluated.
needsCleanup
())
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h
265
bool
needsCleanup
() const { return partCount() > 1; }
632
bool
needsCleanup
() const { return Floats != nullptr; }
880
bool
needsCleanup
() const { APFLOAT_DISPATCH_ON_SEMANTICS(
needsCleanup
()); }
APInt.h
337
if (
needsCleanup
())
349
bool
needsCleanup
() const { return !isSingleWord(); }
/src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h
374
/// If APValues are constructed via placement new, \c
needsCleanup
()
377
bool
needsCleanup
() const;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
572
if (E->APValueResult().
needsCleanup
()) {
/src/external/apache2/llvm/dist/llvm/lib/Support/
APFloat.cpp
737
if (
needsCleanup
())
Completed in 31 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026