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

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 7468 bool consider_implementation_names = (IDENTIFIER_POINTER (name)[0] == '_');
7490 consider_decl (d, bm, consider_implementation_names);
7575 if (!consider_implementation_names
7464 bool consider_implementation_names = (IDENTIFIER_POINTER (name)[0] == '_'); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 7267 bool consider_implementation_names = (IDENTIFIER_POINTER (name)[0] == '_');
7289 consider_decl (d, bm, consider_implementation_names);
7374 if (!consider_implementation_names
7263 bool consider_implementation_names = (IDENTIFIER_POINTER (name)[0] == '_'); local

Completed in 28 milliseconds