HomeSort by: relevance | last modified time | path
    Searched defs:for_each_binding (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
store.h 574 /* Concept: BindingVisitor, for use by binding_cluster::for_each_binding
575 and store::for_each_binding.
680 void for_each_binding (BindingVisitor &v) const function in class:ana::binding_cluster
805 void for_each_binding (BindingVisitor &v) function in class:ana::store
809 (*iter).second->for_each_binding (v);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
store.h 529 /* Concept: BindingVisitor, for use by binding_cluster::for_each_binding
530 and store::for_each_binding.
635 void for_each_binding (BindingVisitor &v) const function in class:ana::binding_cluster
759 void for_each_binding (BindingVisitor &v) function in class:ana::store
763 (*iter).second->for_each_binding (v);

Completed in 23 milliseconds