Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h72 AutomaticObjectDtor, enumerator
77 DTOR_BEGIN = AutomaticObjectDtor,
392 : CFGImplicitDtor(AutomaticObjectDtor, var, stmt) {} in CFGAutomaticObjDtor()
409 return elem.getKind() == AutomaticObjectDtor; in isKind()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h210 case CFGElement::AutomaticObjectDtor: { in walk()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp540 case CFGElement::AutomaticObjectDtor: { in getLocationForCaller()
H A DConsumed.cpp1359 case CFGElement::AutomaticObjectDtor: { in run()
H A DThreadSafety.cpp2486 case CFGElement::AutomaticObjectDtor: { in runAnalysis()
H A DCFG.cpp5018 case CFGElement::AutomaticObjectDtor: { in getDestructorDecl()
5530 case CFGElement::Kind::AutomaticObjectDtor: { in print_elem()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp646 case CFGElement::AutomaticObjectDtor: in processCFGElement()
909 case CFGElement::AutomaticObjectDtor: in ProcessImplicitDtor()