OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DECL_UID
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree.h
2689
#define
DECL_UID
(NODE) (DECL_MINIMAL_CHECK (NODE)->decl_minimal.uid)
2693
#define DEBUG_TEMP_UID(NODE) (-
DECL_UID
(TREE_CHECK ((NODE), DEBUG_EXPR_DECL)))
4680
/* Allocate and return a new UID from the
DECL_UID
namespace. */
5872
static hashval_t hash (tree_vec_map *m) { return
DECL_UID
(m->base.from); }
5887
/* Hasher for tree decls. Pointer equality is enough here, but the
DECL_UID
5898
return
DECL_UID
(t);
5946
/* Similarly, but use
DECL_UID
as hash function rather than pointer hashing.
/src/external/gpl3/gcc.old/dist/gcc/
tree.h
2534
#define
DECL_UID
(NODE) (DECL_MINIMAL_CHECK (NODE)->decl_minimal.uid)
2538
#define DEBUG_TEMP_UID(NODE) (-
DECL_UID
(TREE_CHECK ((NODE), DEBUG_EXPR_DECL)))
4444
/* Allocate and return a new UID from the
DECL_UID
namespace. */
5583
static hashval_t hash (tree_vec_map *m) { return
DECL_UID
(m->base.from); }
5598
/* Hasher for tree decls. Pointer equality is enough here, but the
DECL_UID
5609
return
DECL_UID
(t);
5657
/* Similarly, but use
DECL_UID
as hash function rather than pointer hashing.
Completed in 35 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026