Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp5380 bool CFGBlock::FilterEdge(const CFGBlock::FilterOptions &F, in FilterEdge() function in CFGBlock