Searched refs:EndFunction (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TraversalChecker.cpp | 28 check::EndFunction > {
|
H A D | CheckerDocumentation.cpp | 49 check::EndFunction,
|
H A D | ReturnValueChecker.cpp | 26 class ReturnValueChecker : public Checker<check::PostCall, check::EndFunction> {
|
H A D | MIGChecker.cpp | 38 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 | 79 check::EndFunction> {
|
H A D | StackAddrEscapeChecker.cpp | 31 check::EndFunction> {
|
H A D | CheckObjCDealloc.cpp | 96 check::BeginFunction, check::EndFunction,
|
H A D | MallocChecker.cpp | 291 check::EndFunction, check::PreCall, check::PostCall,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 213 EndFunction, enumerator 590 CurrentState = EndFunction; in ParseInstruction() 1000 if (CurrentState == EndFunction) { in MatchAndEmitInstruction()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.h | 242 check::EndFunction,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
H A D | UninitializedObjectChecker.cpp | 40 : public Checker<check::EndFunction, check::DeadSymbols> {
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
H A D | Checker.h | 255 class EndFunction {
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 1415 "EndFunction",
|