Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h260 const PostOrderCFGView *getSortedGraph() const { return SortedGraph; } in getSortedGraph() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp2288 const PostOrderCFGView *SortedGraph = walker.getSortedGraph(); in runAnalysis()