Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Inverse

994 template <> struct GraphTraits<Inverse< ::clang::CFGBlock*> > {
998 static NodeRef getEntryNode(Inverse<::clang::CFGBlock *> G) {
1007 template <> struct GraphTraits<Inverse<const ::clang::CFGBlock*> > {
1011 static NodeRef getEntryNode(Inverse<const ::clang::CFGBlock *> G) {
1050 template <> struct GraphTraits<Inverse< ::clang::CFG*> >
1051 : public GraphTraits<Inverse< ::clang::CFGBlock*> > {
1060 template <> struct GraphTraits<Inverse<const ::clang::CFG*> >
1061 : public GraphTraits<Inverse<const ::clang::CFGBlock*> > {