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

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 2509 /* LOOKED_UP holds the set of identifiers that we have already
2511 static hash_set<tree> looked_up; local
2512 if (looked_up.add (name))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 2359 /* LOOKED_UP holds the set of identifiers that we have already
2361 static hash_set<tree> looked_up; local
2362 if (looked_up.add (name))

Completed in 40 milliseconds