| /src/sys/external/bsd/compiler_rt/dist/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};
|
| /src/sys/external/bsd/compiler_rt/dist/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);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_chained_origin_depot.cpp | 30 typedef ChainedOriginDepotDesc args_type; typedef in struct:__sanitizer::__anon14560::ChainedOriginDepotNode 32 bool eq(hash_type hash, const args_type &args) const; 36 static hash_type hash(const args_type &args); 38 static bool is_valid(const args_type &args); 40 void store(u32 id, const args_type &args, hash_type other_hash); 42 args_type load(u32 id) const; 63 bool ChainedOriginDepotNode::eq(hash_type hash, const args_type &args) const { 81 const args_type &args) { 106 bool ChainedOriginDepotNode::is_valid(const args_type &args) { return true; } 108 void ChainedOriginDepotNode::store(u32 id, const args_type &args [all...] |
| sanitizer_stackdepotbase.h | 36 typedef typename Node::args_type args_type; typedef in class:__sanitizer::StackDepotBase 44 u32 Put(args_type args, bool *inserted = nullptr); 46 args_type Get(u32 id); 66 u32 find(u32 s, args_type args, hash_type hash) const; 80 u32 s, args_type args, hash_type hash) const { 115 u32 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, 151 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::args_type 154 return args_type(); 157 return args_type(); [all...] |
| sanitizer_stackdepot.cpp | 32 typedef StackTrace args_type; typedef in struct:__sanitizer::StackDepotNode 33 bool eq(hash_type hash, const args_type &args) const { 37 static hash_type hash(const args_type &args) { 43 static bool is_valid(const args_type &args) { 46 void store(u32 id, const args_type &args, hash_type hash); 47 args_type load(u32 id) const; 191 void StackDepotNode::store(u32 id, const args_type &args, hash_type hash) { 200 StackDepotNode::args_type StackDepotNode::load(u32 id) const {
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_chained_origin_depot.cpp | 31 typedef ChainedOriginDepotDesc args_type; typedef in struct:__sanitizer::__anon16966::ChainedOriginDepotNode 33 bool eq(hash_type hash, const args_type &args) const; 37 static hash_type hash(const args_type &args); 39 static bool is_valid(const args_type &args); 41 void store(u32 id, const args_type &args, hash_type other_hash); 43 args_type load(u32 id) const; 64 bool ChainedOriginDepotNode::eq(hash_type hash, const args_type &args) const { 82 const args_type &args) { 107 bool ChainedOriginDepotNode::is_valid(const args_type &args) { return true; } 109 void ChainedOriginDepotNode::store(u32 id, const args_type &args [all...] |
| sanitizer_stackdepot.cpp | 32 typedef StackTrace args_type; typedef in struct:__sanitizer::StackDepotNode 33 bool eq(hash_type hash, const args_type &args) const { 37 static hash_type hash(const args_type &args) { 43 static bool is_valid(const args_type &args) { 46 void store(u32 id, const args_type &args, hash_type hash); 47 args_type load(u32 id) const; 80 void StackDepotNode::store(u32 id, const args_type &args, hash_type hash) { 89 StackDepotNode::args_type StackDepotNode::load(u32 id) const { 95 return args_type(stack_trace + 1, size, tag);
|
| sanitizer_stackdepotbase.h | 36 typedef typename Node::args_type args_type; typedef in class:__sanitizer::StackDepotBase 44 u32 Put(args_type args, bool *inserted = nullptr); 46 args_type Get(u32 id); 66 u32 find(u32 s, args_type args, hash_type hash) const; 80 u32 s, args_type args, hash_type hash) const { 115 u32 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, 151 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::args_type 154 return args_type(); 157 return args_type(); [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| ld.h | 202 } args_type; typedef in typeref:struct:__anon10748 204 extern args_type command_line;
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ld.h | 202 } args_type; typedef in typeref:struct:__anon12212 204 extern args_type command_line;
|
| /src/external/bsd/tmux/dist/ |
| tmux.h | 1692 enum args_type { enum 1700 enum args_type type;
|