Home
last modified time | relevance | path

Searched defs:ChainedOriginDepotNode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_chained_origin_depot.cc24 struct ChainedOriginDepotNode { struct
25 ChainedOriginDepotNode *link;
26 u32 id;
27 u32 here_id;
28 u32 prev_id;
30 typedef ChainedOriginDepotDesc args_type;
32 bool eq(u32 hash, const args_type &args) const { in eq()
36 static uptr storage_size(const args_type &args) { in storage_size()
53 static u32 hash(const args_type &args) { in hash()
77 static bool is_valid(const args_type &args) { return true; } in is_valid()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_chained_origin_depot.cpp25 struct ChainedOriginDepotNode { struct
26 using hash_type = u32;
27 u32 link;
28 u32 here_id;
29 u32 prev_id;
31 typedef ChainedOriginDepotDesc args_type;
35 static uptr allocated() { return 0; } in allocated()
45 struct Handle {
57 typedef Handle handle_type;