Home
last modified time | relevance | path

Searched refs:UNSPECIFIED (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A DProjectMap.py47 UNSPECIFIED = auto() variable in Size
61 return Size.UNSPECIFIED
73 if size != Size.UNSPECIFIED]
88 size: Size = Size.UNSPECIFIED
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/
H A Dspec.d62 int precision = UNSPECIFIED;
69 int separators = UNSPECIFIED;
89 int separatorCharPos() { return dynamicSeparatorChar ? DYNAMIC : UNSPECIFIED; } in separatorCharPos()
116 enum int UNSPECIFIED = DYNAMIC - 1; variable
299 precision = UNSPECIFIED;
528 precision = UNSPECIFIED;
598 if (precision != FormatSpec!Char.UNSPECIFIED)
604 if (separators != FormatSpec!Char.UNSPECIFIED)
781 assert(f.precision == FormatSpec!char.UNSPECIFIED);
H A Dpackage.d1427 … if (spec.width == 0 && (spec.precision == spec.UNSPECIFIED || spec.precision == spec.DYNAMIC)) in guessLength()
1461 spec.precision != spec.UNSPECIFIED && spec.precision != spec.DYNAMIC && in guessLength()
1472 (spec.precision == spec.UNSPECIFIED || spec.width > spec.precision)) in guessLength()
1476 else if (spec.precision != spec.UNSPECIFIED && spec.precision > spec.width) in guessLength()
H A Dwrite.d578 else spec.precision = spec.UNSPECIFIED; in formattedWrite()
590 else spec.precision = spec.UNSPECIFIED; in formattedWrite()
/netbsd-src/bin/ps/
H A Dps.h44 UNSPECIFIED, enumerator
H A Dps.c421 if (vent->var->flag & LWP || vent->var->type == UNSPECIFIED) in main()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dformat.d515 else spec.precision = spec.UNSPECIFIED; in formattedWrite()
527 else spec.precision = spec.UNSPECIFIED; in formattedWrite()
1009 int precision = UNSPECIFIED;
1014 int separators = UNSPECIFIED;
1019 int separatorCharPos = UNSPECIFIED;
1037 enum int UNSPECIFIED = DYNAMIC - 1; variable
1245 precision = UNSPECIFIED;
1471 precision = UNSPECIFIED;
1540 if (precision != FormatSpec!Char.UNSPECIFIED)
1652 assert(f.precision == FormatSpec!char.UNSPECIFIED);
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcif-code.def34 DEFCIFCODE(UNSPECIFIED, CIF_FINAL_ERROR, "")
H A DChangeLog-201448117 Add CIF_FINAL_ERROR to UNSPECIFIED, BODY_NOT_AVAILABLE,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcif-code.def34 DEFCIFCODE(UNSPECIFIED, CIF_FINAL_ERROR, "")
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/internal/
H A Dwrite.d242 && (digits.length - (pos + 1) >= f.precision || f.precision == f.UNSPECIFIED))
250 if (f.precision == f.UNSPECIFIED)
257 if (f.precision == f.UNSPECIFIED)
1586 if (f.precision != f.UNSPECIFIED && len > f.precision)
1592 if (f.precision == f.UNSPECIFIED)
1606 if (f.precision == f.UNSPECIFIED)
3507 if (p == PrecisionType.integer && f.precision == f.UNSPECIFIED)
3525 && f.separators > 0 && f.separators != f.UNSPECIFIED;
H A Dfloats.d95 if (f.precision == f.UNSPECIFIED)
133 if (f.precision == f.UNSPECIFIED)
598 if (f.precision == f.UNSPECIFIED)
1517 if (f.precision == f.UNSPECIFIED)
2278 if (f.precision == f.UNSPECIFIED)
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2014170 UNSPECIFIED for the STDIN unit so that the flag is