OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__head
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
hashtable.h
767
_Node**
__head
= _M_buckets + __n;
local
768
_Node* __p = _M_find_node(*
__head
, __k, __code);
777
iterator __first(__p,
__head
);
778
iterator __last(__p1,
__head
);
805
_Node**
__head
= _M_buckets + __n;
local
806
_Node* __p = _M_find_node(*
__head
, __k, __code);
815
const_iterator __first(__p,
__head
);
816
const_iterator __last(__p1,
__head
);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
hashtable.h
767
_Node**
__head
= _M_buckets + __n;
local
768
_Node* __p = _M_find_node(*
__head
, __k, __code);
777
iterator __first(__p,
__head
);
778
iterator __last(__p1,
__head
);
805
_Node**
__head
= _M_buckets + __n;
local
806
_Node* __p = _M_find_node(*
__head
, __k, __code);
815
const_iterator __first(__p,
__head
);
816
const_iterator __last(__p1,
__head
);
Completed in 28 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026