Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaggedUnionModeling.h28 bool isCopyAssignmentCall(const CallEvent &Call);
66 bool IsCopy = isCopyConstructorCall(Call) || isCopyAssignmentCall(Call); in handleConstructorAndAssignment()
H A DStdVariantChecker.cpp50 bool isCopyAssignmentCall(const CallEvent &Call) { in isCopyAssignmentCall() function