Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp123 class ConstructedObjectKey { class
129 explicit ConstructedObjectKey(const ConstructionContextItem &Item, in ConstructedObjectKey() function in __anon289504840111::ConstructedObjectKey
176 bool operator==(const ConstructedObjectKey &RHS) const { in operator ==()
180 bool operator<(const ConstructedObjectKey &RHS) const { in operator <()
186 typedef llvm::ImmutableMap<ConstructedObjectKey, SVal>
566 ConstructedObjectKey Key(Item, LC->getStackFrame()); in addObjectUnderConstruction()
607 ConstructedObjectKey Key(Item, LC->getStackFrame()); in getObjectUnderConstruction()
616 ConstructedObjectKey Key(Item, LC->getStackFrame()); in finishObjectConstruction()
624 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in elideDestructor()
634 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in cleanupElidedDestructor()
[all …]