Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp121 class ConstructedObjectKey { class
127 explicit ConstructedObjectKey(const ConstructionContextItem &Item, in ConstructedObjectKey() function in __anona19a4abb0111::ConstructedObjectKey
174 bool operator==(const ConstructedObjectKey &RHS) const { in operator ==()
178 bool operator<(const ConstructedObjectKey &RHS) const { in operator <()
184 typedef llvm::ImmutableMap<ConstructedObjectKey, SVal>
560 ConstructedObjectKey Key(Item, LC->getStackFrame()); in addObjectUnderConstruction()
601 ConstructedObjectKey Key(Item, LC->getStackFrame()); in getObjectUnderConstruction()
610 ConstructedObjectKey Key(Item, LC->getStackFrame()); in finishObjectConstruction()
618 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in elideDestructor()
628 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in cleanupElidedDestructor()
[all …]