Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
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 …]