Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2225 llvm::DenseMap<T, bugreporter::TrackingKind> &InterestingnessMap, T Val, in insertToInterestingnessMap() argument
2227 auto Result = InterestingnessMap.insert({Val, TKind}); in insertToInterestingnessMap()