Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugContainerModeling.cpp37 ExplodedNode *reportDebugMsg(llvm::StringRef Msg, CheckerContext &C) const;
82 reportDebugMsg("Missing container argument", C); in analyzerContainerDataField()
132 ExplodedNode *DebugContainerModeling::reportDebugMsg(llvm::StringRef Msg, in reportDebugMsg() function in DebugContainerModeling
H A DDebugIteratorModeling.cpp38 ExplodedNode *reportDebugMsg(llvm::StringRef Msg, CheckerContext &C) const;
86 reportDebugMsg("Missing iterator argument", C); in analyzerIteratorDataField()
126 ExplodedNode *DebugIteratorModeling::reportDebugMsg(llvm::StringRef Msg, in reportDebugMsg() function in DebugIteratorModeling