reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/msan/msan_chained_origin_depot.cpp
   31   bool eq(u32 hash, const args_type &args) const {
   35   static uptr storage_size(const args_type &args) {
   52   static u32 hash(const args_type &args) {
   76   static bool is_valid(const args_type &args) { return true; }
   77   void store(const args_type &args, u32 other_hash) {
   82   args_type load() const {
   83     args_type ret = {here_id, prev_id};
projects/compiler-rt/lib/sanitizer_common/sanitizer_stackdepotbase.h
   26   typedef typename Node::args_type args_type;