Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h119 struct StoreInfo { struct
236 virtual PathDiagnosticPieceRef handle(StoreInfo SI, BugReporterContext &BRC,
329 virtual PathDiagnosticPieceRef handle(StoreInfo SI, BugReporterContext &BRC,
335 PathDiagnosticPieceRef constructNote(StoreInfo SI, BugReporterContext &BRC,
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1241 case StoreInfo::Initialization: in showBRDiagnostics()
1244 case StoreInfo::BlockCapture: in showBRDiagnostics()
1288 StoreInfo SI) { in showBRParamDiagnostics()
1533 StoreInfo SI = {StoreInfo::Assignment, // default kind in VisitNode()
1546 SI.StoreKind = StoreInfo::Initialization; in VisitNode()
1548 SI.StoreKind = StoreInfo::BlockCapture; in VisitNode()
1564 SI.StoreKind = StoreInfo::CallArgument; in VisitNode()
1991 case StoreInfo::Initialization: in handle()
1992 case StoreInfo::BlockCapture: in handle()
1995 case StoreInfo::CallArgument: in handle()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp198 class StoreInfo { class
1174 StoreInfo SI; in hoistExpressions()