Home
last modified time | relevance | path

Searched refs:DoubleNonblockingBugType (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.h30 DoubleNonblockingBugType.reset( in MPIBugReporter()
79 std::unique_ptr<BugType> DoubleNonblockingBugType; variable
DMPIBugReporter.cpp34 auto Report = llvm::make_unique<BugReport>(*DoubleNonblockingBugType, in reportDoubleNonblocking()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.h29 DoubleNonblockingBugType.reset( in MPIBugReporter()
76 std::unique_ptr<BugType> DoubleNonblockingBugType; variable
DMPIBugReporter.cpp34 *DoubleNonblockingBugType, ErrorText, ExplNode); in reportDoubleNonblocking()