/external/compiler-rt/lib/msan/ |
msan_chained_origin_depot.cc | 30 typedef ChainedOriginDepotDesc args_type; typedef in struct:__msan::ChainedOriginDepotNode 32 bool eq(u32 hash, const args_type &args) const { 36 static uptr storage_size(const args_type &args) { 53 static u32 hash(const args_type &args) { 77 static bool is_valid(const args_type &args) { return true; } 78 void store(const args_type &args, u32 other_hash) { 83 args_type load() const { 84 args_type ret = {here_id, prev_id};
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stackdepotbase.h | 27 typedef typename Node::args_type args_type; typedef in class:__sanitizer::StackDepotBase 30 handle_type Put(args_type args, bool *inserted = nullptr); 32 args_type Get(u32 id); 40 static Node *find(Node *s, args_type args, u32 hash); 62 args_type args, 98 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, 137 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::args_type 140 return args_type(); 157 return args_type(); [all...] |
sanitizer_stackdepot.cc | 37 typedef StackTrace args_type; typedef in struct:__sanitizer::StackDepotNode 38 bool eq(u32 hash, const args_type &args) const { 49 static uptr storage_size(const args_type &args) { 52 static u32 hash(const args_type &args) { 71 static bool is_valid(const args_type &args) { 74 void store(const args_type &args, u32 hash) { 80 args_type load() const { 81 return args_type(&stack[0], size, tag);
|
/toolchain/binutils/binutils-2.27/ld/ |
ld.h | 216 } args_type; typedef in typeref:struct:__anon4945 218 extern args_type command_line;
|