Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp120 class ConstructedObjectKey { class
134 explicit ConstructedObjectKey(const ConstructionContextItem &Item, in ConstructedObjectKey() function in __anon8543556f0111::ConstructedObjectKey
181 bool operator==(const ConstructedObjectKey &RHS) const { in operator ==()
185 bool operator<(const ConstructedObjectKey &RHS) const { in operator <()
191 typedef llvm::ImmutableMap<ConstructedObjectKey, SVal>
464 ConstructedObjectKey Key(Item, LC->getStackFrame()); in addObjectUnderConstruction()
477 ConstructedObjectKey Key(Item, LC->getStackFrame()); in getObjectUnderConstruction()
485 ConstructedObjectKey Key(Item, LC->getStackFrame()); in finishObjectConstruction()
493 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in elideDestructor()
503 ConstructedObjectKey Key({BTE, /*IsElided=*/true}, LC); in cleanupElidedDestructor()
[all …]