Searched refs:EndFunction (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp26 class ReturnValueChecker : public Checker<check::PostCall, check::EndFunction> {
H A DCheckerDocumentation.cpp49 check::EndFunction,
193 /// check::EndFunction
H A DStackAddrEscapeChecker.cpp31 check::EndFunction> {
H A DTraversalChecker.cpp28 check::EndFunction > {
H A DAnalysisOrderChecker.cpp39 check::EndFunction, check::EndAnalysis, check::NewAllocator,
159 if (isCallbackEnabled(C, "EndFunction")) {
160 llvm::errs() << "EndFunction\nReturnStmt: " << (S ? "yes" : "no") << "\n";
H A DMIGChecker.cpp38 check::EndFunction> {
H A DVirtualCallChecker.cpp43 : public Checker<check::BeginFunction, check::EndFunction, check::PreCall> {
92 // The EndFunction callback when leave a constructor or a destructor.
H A DTestAfterDivZeroChecker.cpp79 check::EndFunction> {
H A DCheckObjCDealloc.cpp96 check::BeginFunction, check::EndFunction,
H A DMallocChecker.cpp291 check::EndFunction, check::PreCall, check::PostCall,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h242 check::EndFunction,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp181 EndFunction, enumerator in enum:__anon4353::final::ParserState
509 CurrentState = EndFunction;
862 if (CurrentState == EndFunction) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp40 : public Checker<check::EndFunction, check::DeadSymbols> {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h255 class EndFunction { class in namespace:clang::ento::check

Completed in 180 milliseconds