Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/
H A Dmodule.modulemap166 textual header "clang/StaticAnalyzer/Core/PathSensitive/SVals.def"
167 textual header "clang/StaticAnalyzer/Core/PathSensitive/Symbols.def"
168 textual header "clang/StaticAnalyzer/Core/PathSensitive/Regions.def"
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h121 enum class Kind { Basic, PathSensitive }; enumerator
399 return R->getKind() == Kind::PathSensitive; in classof()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2147 : BugReport(Kind::PathSensitive, bt, shortDesc, desc), ErrorNode(errorNode), in PathSensitiveBugReport()