OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 05:31:52 UTC 2026