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

  /src/usr.bin/vgrind/
vfontedpr.c 60 #define STANDARD 0
170 /* take input from the standard place */
400 comtype = STANDARD;
480 if (((comtype == STANDARD) && (comptr != NULL)) ||
482 if (comtype == STANDARD) {
  /src/external/gpl3/gdb.old/dist/gdb/
valops.c 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)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
valops.c 76 enum oload_classification { STANDARD, NON_STANDARD, INCOMPATIBLE };
1956 The C++ standard says that such fields can only occupy the same
2675 non-standard coercions, 100 -> incompatible.
2811 non-standard. */
2814 /* If ext method match is not standard, then let source method
2816 if (ext_method_match_quality != STANDARD)
2981 warning (_("Using non-standard conversion to match "
2987 warning (_("Using non-standard conversion to match "
3036 default: /* STANDARD */
3158 && classify_oload_match (new_oload_champ_bv, args.size (), 0) == STANDARD)
    [all...]

Completed in 64 milliseconds