Home | History | Annotate | Download | only in src

Lines Matching defs:anonymous

3455   // Anonymous functions were passed either the empty symbol or a null
3951 bool anonymous = label == NULL;
3955 if ((anonymous && stat->is_target_for_anonymous()) ||
3956 (!anonymous && ContainsLabel(stat->labels(), label))) {
3967 bool anonymous = label == NULL;
3973 if (anonymous || ContainsLabel(stat->labels(), label)) {