HomeSort by: relevance | last modified time | path
    Searched refs:cpp_classify_number (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-lex.cc 529 unsigned int flags = cpp_classify_number (parse_in, tok, &suffix, *loc);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-lex.cc 590 unsigned int flags = cpp_classify_number (parse_in, tok, &suffix, *loc);
  /src/external/gpl3/gcc/dist/libcpp/include/
cpplib.h 1277 cpp_classify_number categorizes numeric constants according to
1325 extern unsigned cpp_classify_number (cpp_reader *, const cpp_token *,
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 1217 cpp_classify_number categorizes numeric constants according to
1263 extern unsigned cpp_classify_number (cpp_reader *, const cpp_token *,
  /src/external/gpl3/gcc/dist/libcpp/
expr.cc 85 /* Subroutine of cpp_classify_number. S points to a float suffix of
323 /* Subroutine of cpp_classify_number. S points to an integer suffix
550 cpp_classify_number (cpp_reader *pfile, const cpp_token *token, function
1194 temp = cpp_classify_number (pfile, token, NULL, virtual_location);
  /src/external/gpl3/gcc.old/dist/libcpp/
expr.cc 85 /* Subroutine of cpp_classify_number. S points to a float suffix of
309 /* Subroutine of cpp_classify_number. S points to an integer suffix
515 cpp_classify_number (cpp_reader *pfile, const cpp_token *token, function
1136 temp = cpp_classify_number (pfile, token, NULL, virtual_location);

Completed in 26 milliseconds