Searched refs:EndFunction (Results 1 – 14 of 14) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | TraversalChecker.cpp | 28 check::EndFunction > {
|
| H A D | CheckerDocumentation.cpp | 47 check::EndFunction,
|
| H A D | MIGChecker.cpp | 40 check::EndFunction> {
|
| H A D | VirtualCallChecker.cpp | 43 : public Checker<check::BeginFunction, check::EndFunction, check::PreCall> {
|
| H A D | AnalysisOrderChecker.cpp | 39 check::EndFunction, check::EndAnalysis, check::NewAllocator,
|
| H A D | TestAfterDivZeroChecker.cpp | 80 check::EndFunction> {
|
| H A D | StackAddrEscapeChecker.cpp | 31 check::EndFunction> {
|
| H A D | CheckObjCDealloc.cpp | 97 check::BeginFunction, check::EndFunction,
|
| H A D | MallocChecker.cpp | 302 check::EndFunction, check::PreCall, check::PostCall,
|
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 212 EndFunction, enumerator 613 CurrentState = EndFunction; in ParseInstruction() 1037 if (CurrentState == EndFunction) { in MatchAndEmitInstruction()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 241 check::EndFunction,
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 40 : public Checker<check::EndFunction, check::DeadSymbols> {
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 253 class EndFunction {
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1513 "EndFunction",
|