Lines Matching full:octal
165 // Octal escapes.
169 // Octal escapes are a series of octal digits with maximum length 3.
414 /// octal-constant integer-suffix
419 /// octal-literal ud-suffix
425 /// octal-constant:
427 /// octal-constant octal-digit
444 /// octal-digit:
675 /// of the number is found to be a zero. This means it is either an octal
758 // floating point constant, the radix will change to 10. Octal floating
764 return; // Done, simple octal number like 01234
766 // If we have some other non-octal digit that *is* a decimal digit, see if
833 // hex/octal values which don't overflow).
908 /// octal-escape-sequence
912 /// octal-escape-sequence:
913 /// \ octal-digit
914 /// \ octal-digit octal-digit
915 /// \ octal-digit octal-digit octal-digit
1141 /// octal-escape-sequence
1145 /// octal-escape-sequence:
1146 /// \ octal-digit
1147 /// \ octal-digit octal-digit
1148 /// \ octal-digit octal-digit octal-digit