Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Inverse

1066 template <> struct GraphTraits<Inverse< ::clang::CFGBlock*> > {
1070 static NodeRef getEntryNode(Inverse<::clang::CFGBlock *> G) {
1079 template <> struct GraphTraits<Inverse<const ::clang::CFGBlock*> > {
1083 static NodeRef getEntryNode(Inverse<const ::clang::CFGBlock *> G) {
1122 template <> struct GraphTraits<Inverse< ::clang::CFG*> >
1123 : public GraphTraits<Inverse< ::clang::CFGBlock*> > {
1132 template <> struct GraphTraits<Inverse<const ::clang::CFG*> >
1133 : public GraphTraits<Inverse<const ::clang::CFGBlock*> > {