Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h71 AutomaticObjectDtor, enumerator
76 DTOR_BEGIN = AutomaticObjectDtor,
392 : CFGImplicitDtor(AutomaticObjectDtor, var, stmt) {} in CFGAutomaticObjDtor()
409 return elem.getKind() == AutomaticObjectDtor; in isKind()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h212 case CFGElement::AutomaticObjectDtor: { in walk()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DConsumed.cpp1359 case CFGElement::AutomaticObjectDtor: { in run()
H A DPathDiagnostic.cpp538 case CFGElement::AutomaticObjectDtor: { in getLocationForCaller()
H A DThreadSafety.cpp2407 case CFGElement::AutomaticObjectDtor: { in runAnalysis()
H A DCFG.cpp5296 case CFGElement::AutomaticObjectDtor: { in getDestructorDecl()
5821 case CFGElement::Kind::AutomaticObjectDtor: { in print_elem()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp980 case CFGElement::AutomaticObjectDtor: in processCFGElement()
1280 case CFGElement::AutomaticObjectDtor: in ProcessImplicitDtor()