Home | History | Annotate | Download | only in src

Lines Matching defs:anonymous

4382   // Anonymous functions were passed either the empty symbol or a null
4927 bool anonymous = label.is_null();
4931 if ((anonymous && stat->is_target_for_anonymous()) ||
4932 (!anonymous && ContainsLabel(stat->labels(), label))) {
4943 bool anonymous = label.is_null();
4949 if (anonymous || ContainsLabel(stat->labels(), label)) {