Home
last modified time | relevance | path

Searched refs:ConstructedObjectKey (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp120 class ConstructedObjectKey { class
168 bool operator==(const ConstructedObjectKey &RHS) const { in operator ==()
172 bool operator<(const ConstructedObjectKey &RHS) const { in operator <()
178 typedef llvm::ImmutableMap<ConstructedObjectKey, SVal>
451 ConstructedObjectKey Key(Item, LC->getStackFrame()); in addObjectUnderConstruction()
464 ConstructedObjectKey Key(Item, LC->getStackFrame()); in getObjectUnderConstruction()
472 ConstructedObjectKey Key(Item, LC->getStackFrame()); in finishObjectConstruction()
480 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in elideDestructor()
490 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in cleanupElidedDestructor()
498 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in isDestructorElided()
[all …]