Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DCFG.h461 class CFGMemberDtor : public CFGImplicitDtor {
463 CFGMemberDtor(const FieldDecl *field) in CFGMemberDtor() function
473 CFGMemberDtor() = default;
1143 Elements.push_back(CFGMemberDtor(FD), C); in appendMemberDtor()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h315 void ProcessMemberDtor(const CFGMemberDtor D,
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp916 ProcessMemberDtor(D.castAs<CFGMemberDtor>(), Pred, Dst); in ProcessImplicitDtor()
1045 void ExprEngine::ProcessMemberDtor(const CFGMemberDtor D, in ProcessMemberDtor()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DCFG.cpp5603 const FieldDecl *FD = E.castAs<CFGMemberDtor>().getFieldDecl(); in print_elem()