Searched refs:args_type (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_chained_origin_depot.cpp | 30 typedef ChainedOriginDepotDesc args_type; typedef 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 { in eq() 81 const args_type &args) { in hash() 106 bool ChainedOriginDepotNode::is_valid(const args_type &args) { return true; } in is_valid() 108 void ChainedOriginDepotNode::store(u32 id, const args_type &args, in store() [all …]
|
| H A D | sanitizer_stackdepotbase.h | 36 typedef typename Node::args_type args_type; typedef 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 { in find() 115 u32 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, in Put() 151 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::args_type 154 return args_type(); in Get() 157 return args_type(); in Get()
|
| H A D | sanitizer_stackdepot.cpp | 32 typedef StackTrace args_type; typedef 33 bool eq(hash_type hash, const args_type &args) const { in eq() 37 static hash_type hash(const args_type &args) { in hash() 43 static bool is_valid(const args_type &args) { in is_valid() 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) { in store() 200 StackDepotNode::args_type StackDepotNode::load(u32 id) const { in load()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-generated-actions.h | 670 args_type;\ 731 args_type;\ 780 args_type;\ 835 args_type;\ 895 args_type;\ 962 args_type;\ 1037 args_type;\ 1117 args_type;\ 1203 args_type;\ 1297 args_type;\ [all …]
|
| H A D | gmock-more-actions.h | 107 typedef typename ::std::tuple_element<k, args_type>::type argk_type; in ACTION_TEMPLATE()
|