Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h31 DoubleNonblockingBugType(&CB, "Double nonblocking", MPIError) {} in MPIBugReporter()
73 const BugType DoubleNonblockingBugType; variable
H A DMPIBugReporter.cpp34 DoubleNonblockingBugType, ErrorText, ExplNode); in reportDoubleNonblocking()