HomeSort by: relevance | last modified time | path
    Searched refs:EndFunction (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ReturnValueChecker.cpp 26 class ReturnValueChecker : public Checker<check::PostCall, check::EndFunction> {
CheckerDocumentation.cpp 49 check::EndFunction,
193 /// check::EndFunction
StackAddrEscapeChecker.cpp 31 check::EndFunction> {
TraversalChecker.cpp 28 check::EndFunction > {
AnalysisOrderChecker.cpp 39 check::EndFunction, check::EndAnalysis, check::NewAllocator,
159 if (isCallbackEnabled(C, "EndFunction")) {
160 llvm::errs() << "EndFunction\nReturnStmt: " << (S ? "yes" : "no") << "\n";
MIGChecker.cpp 38 check::EndFunction> {
VirtualCallChecker.cpp 43 : public Checker<check::BeginFunction, check::EndFunction, check::PreCall> {
92 // The EndFunction callback when leave a constructor or a destructor.
TestAfterDivZeroChecker.cpp 79 check::EndFunction> {
CheckObjCDealloc.cpp 96 check::BeginFunction, check::EndFunction,
MallocChecker.cpp 291 check::EndFunction, check::PreCall, check::PostCall,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.h 242 check::EndFunction,
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
WebAssemblyAsmParser.cpp 213 EndFunction,
590 CurrentState = EndFunction;
1000 if (CurrentState == EndFunction) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedObjectChecker.cpp 40 : public Checker<check::EndFunction, check::DeadSymbols> {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
Checker.h 255 class EndFunction {

Completed in 36 milliseconds