Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h174 std::list<StoreHandlerPtr> StoreHandlers; variable
262 StoreHandlers.push_front(std::move(SH)); in addHighPriorityHandler()
270 StoreHandlers.push_back(std::move(SH)); in addLowPriorityHandler()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2658 for (StoreHandlerPtr &Handler : StoreHandlers) { in handle()