| /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/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_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);
|
| 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...] |
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-framefilter.c | 218 printing options, ARGS_TYPE is an enumerator describing the 226 enum ext_lang_frame_args args_type, 232 depending on what ARGS_TYPE indicates. Test type against option. 234 if (args_type == MI_PRINT_SIMPLE_VALUES 235 || args_type == MI_PRINT_ALL_VALUES) 237 if (args_type == MI_PRINT_ALL_VALUES) 239 else if (args_type == MI_PRINT_SIMPLE_VALUES 243 else if (args_type != NO_VALUES) 297 ARGS_TYPE is an enumerator describing the argument format, 308 enum ext_lang_frame_args args_type, [all...] |
| python-internal.h | 474 enum ext_lang_frame_args args_type,
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-framefilter.c | 218 printing options, ARGS_TYPE is an enumerator describing the 226 enum ext_lang_frame_args args_type, 232 depending on what ARGS_TYPE indicates. Test type against option. 234 if (args_type == MI_PRINT_SIMPLE_VALUES 235 || args_type == MI_PRINT_ALL_VALUES) 237 if (args_type == MI_PRINT_ALL_VALUES) 239 else if (args_type == MI_PRINT_SIMPLE_VALUES 243 else if (args_type != NO_VALUES) 297 ARGS_TYPE is an enumerator describing the argument format, 308 enum ext_lang_frame_args args_type, [all...] |
| python-internal.h | 466 enum ext_lang_frame_args args_type,
|
| /src/external/gpl3/binutils/dist/ld/ |
| ld.h | 202 } args_type; typedef in typeref:struct:__anon10748 204 extern args_type command_line;
|
| ldmain.c | 101 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/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
| gmock-more-actions.h | 106 typedef typename ::std::tuple_element<k, args_type>::type argk_type;
|
| gmock-generated-actions.h | 200 // 'args' and 'args_type', and refer to the mock function type and its 276 const args_type& args GTEST_ATTRIBUTE_UNUSED_, \ 670 args_type;\ 672 virtual return_type Perform(const args_type& args) {\ 680 return_type gmock_PerformImpl(const args_type& args, \ 731 args_type;\ 733 virtual return_type Perform(const args_type& args) {\ 741 return_type gmock_PerformImpl(const args_type& args, \ 780 args_type;\ 783 virtual return_type Perform(const args_type& args) { [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| extension-priv.h | 180 variables. ARGS_TYPE is an enumerator describing the argument 188 enum ext_lang_frame_args args_type,
|
| extension.h | 304 enum ext_lang_frame_args args_type,
|
| extension.c | 512 variables. ARGS_TYPE is an enumerator describing the argument 526 enum ext_lang_frame_args args_type, 538 args_type, out,
|
| /src/external/gpl3/gdb/dist/gdb/ |
| extension-priv.h | 180 variables. ARGS_TYPE is an enumerator describing the argument 188 enum ext_lang_frame_args args_type,
|
| extension.h | 304 enum ext_lang_frame_args args_type,
|
| extension.c | 514 variables. ARGS_TYPE is an enumerator describing the argument 528 enum ext_lang_frame_args args_type, 540 args_type, out,
|
| /src/external/bsd/tmux/dist/ |
| arguments.c | 103 args_type_to_string (enum args_type type)
|