Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h989 static bool FilterEdge(const FilterOptions &F, const CFGBlock *Src,
1019 return IsPred ? FilterEdge(F, To, From) : FilterEdge(F, From, To); in Filter()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp5091 bool CFGBlock::FilterEdge(const CFGBlock::FilterOptions &F, in FilterEdge() function in CFGBlock