Home | History | Annotate | Download | only in gdb

Lines Matching defs:STANDARD

79 enum oload_classification { STANDARD, NON_STANDARD, INCOMPATIBLE };
1956 The C++ standard says that such fields can only occupy the same
2681 non-standard coercions, 100 -> incompatible.
2817 non-standard. */
2820 /* If ext method match is not standard, then let source method
2822 if (ext_method_match_quality != STANDARD)
2987 warning (_("Using non-standard conversion to match "
2993 warning (_("Using non-standard conversion to match "
3042 default: /* STANDARD */
3164 && classify_oload_match (new_oload_champ_bv, args.size (), 0) == STANDARD)
3339 enum oload_classification worst = STANDARD;
3352 worst = NON_STANDARD; /* Non-standard type conversions