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.cpp122 class ConstructedObjectKey { class
128 explicit ConstructedObjectKey(const ConstructionContextItem &Item, in ConstructedObjectKey() function in __anon289504840111::ConstructedObjectKey
175 bool operator==(const ConstructedObjectKey &RHS) const { in operator ==()
179 bool operator<(const ConstructedObjectKey &RHS) const { in operator <()
185 typedef llvm::ImmutableMap<ConstructedObjectKey, SVal>
565 ConstructedObjectKey Key(Item, LC->getStackFrame()); in addObjectUnderConstruction()
606 ConstructedObjectKey Key(Item, LC->getStackFrame()); in getObjectUnderConstruction()
615 ConstructedObjectKey Key(Item, LC->getStackFrame()); in finishObjectConstruction()
623 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in elideDestructor()
633 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in cleanupElidedDestructor()
[all …]