Searched refs:ConstructedObjectKey (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 120 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 …]
|