Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/
H A Dmodule.modulemap140 textual header "StaticAnalyzer/Core/PathSensitive/SVals.def"
141 textual header "StaticAnalyzer/Core/PathSensitive/Symbols.def"
142 textual header "StaticAnalyzer/Core/PathSensitive/Regions.def"
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h123 enum class Kind { Basic, PathSensitive }; enumerator
401 return R->getKind() == Kind::PathSensitive; in classof()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2126 : BugReport(Kind::PathSensitive, bt, shortDesc, desc), ErrorNode(errorNode), in PathSensitiveBugReport()