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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 6925 const size_t num_hints = sizeof (hints) / sizeof (hints[0]);
6926 for (size_t i = 0; i < num_hints; i++)
6921 const size_t num_hints = sizeof (hints) \/ sizeof (hints[0]); local

Completed in 54 milliseconds