Home
last modified time | relevance | path

Searched refs:EndFunction (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp28 check::EndFunction > {
H A DCheckerDocumentation.cpp49 check::EndFunction,
H A DReturnValueChecker.cpp27 class ReturnValueChecker : public Checker<check::PostCall, check::EndFunction> {
H A DMIGChecker.cpp40 check::EndFunction> {
H A DVirtualCallChecker.cpp43 : public Checker<check::BeginFunction, check::EndFunction, check::PreCall> {
H A DAnalysisOrderChecker.cpp39 check::EndFunction, check::EndAnalysis, check::NewAllocator,
H A DTestAfterDivZeroChecker.cpp80 check::EndFunction> {
H A DStackAddrEscapeChecker.cpp31 check::EndFunction> {
H A DCheckObjCDealloc.cpp97 check::BeginFunction, check::EndFunction,
H A DMallocChecker.cpp302 check::EndFunction, check::PreCall, check::PostCall,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp215 EndFunction, enumerator
626 CurrentState = EndFunction; in ParseInstruction()
1050 if (CurrentState == EndFunction) { in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h241 check::EndFunction,
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp40 : public Checker<check::EndFunction, check::DeadSymbols> {
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h253 class EndFunction {
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1508 "EndFunction",