Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaggedUnionModeling.h62 const auto *ArgMemRegion = ArgSVal.getAsRegion(); in handleConstructorAndAssignment() local
69 const QualType *OtherQType = State->get<TypeMap>(ArgMemRegion); in handleConstructorAndAssignment()
80 State = State->remove<TypeMap>(ArgMemRegion); in handleConstructorAndAssignment()
H A DStdVariantChecker.cpp235 const MemRegion *ArgMemRegion = Call.getArgSVal(0).getAsRegion(); in handleStdGetCall() local
236 const QualType *StoredType = State->get<VariantHeldTypeMap>(ArgMemRegion); in handleStdGetCall()
281 OS << "std::variant " << ArgMemRegion->getDescriptiveName() << " held " in handleStdGetCall()