Home
last modified time | relevance | path

Searched defs:octal (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
Dconversions-inl.h534 bool octal = leading_zero && (flags & ALLOW_IMPLICIT_OCTAL) != 0; in InternalStringToDouble() local
Dpreparser.h327 Scanner::Location octal = scanner()->octal_position(); in CheckOctalLiteral() local
Dparser.cc4205 uc32 octal = ParseOctalLiteral(); in ParseDisjunction() local
/external/llvm/tools/llvm-size/
Dllvm-size.cpp63 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator