Home
last modified time | relevance | path

Searched refs:args_type (Results 1 – 25 of 85) sorted by relevance

1234

/netbsd/external/gpl3/gdb/dist/gdb/python/
H A Dpy-framefilter.c227 enum ext_lang_frame_args args_type, in py_print_value() argument
248 else if (args_type != NO_VALUES) in py_print_value()
395 if (args_type != NO_VALUES) in py_print_single_arg()
424 enum ext_lang_frame_args args_type, in enumerate_args() argument
432 if (args_type == CLI_SCALAR_VALUES) in enumerate_args()
498 args_type, in enumerate_args()
520 args_type, print_args_field, in enumerate_args()
624 if (args_type != NO_VALUES) in enumerate_locals()
677 enum ext_lang_frame_args args_type, in py_print_locals() argument
716 if (args_type == CLI_PRESENCE) in py_print_args()
[all …]
H A Dpython-internal.h401 enum ext_lang_frame_args args_type,
/netbsd/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-framefilter.c227 enum ext_lang_frame_args args_type, in py_print_value() argument
248 else if (args_type != NO_VALUES) in py_print_value()
395 if (args_type != NO_VALUES) in py_print_single_arg()
424 enum ext_lang_frame_args args_type, in enumerate_args() argument
432 if (args_type == CLI_SCALAR_VALUES) in enumerate_args()
498 args_type, in enumerate_args()
520 args_type, print_args_field, in enumerate_args()
624 if (args_type != NO_VALUES) in enumerate_locals()
677 enum ext_lang_frame_args args_type, in py_print_locals() argument
716 if (args_type == CLI_PRESENCE) in py_print_args()
[all …]
H A Dpython-internal.h401 enum ext_lang_frame_args args_type,
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_chained_origin_depot.cpp31 typedef ChainedOriginDepotDesc args_type; typedef
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 { in eq()
82 const args_type &args) { in hash()
107 bool ChainedOriginDepotNode::is_valid(const args_type &args) { return true; } in is_valid()
109 void ChainedOriginDepotNode::store(u32 id, const args_type &args, in store()
[all …]
H A Dsanitizer_stackdepotbase.h25 typedef typename Node::args_type args_type; typedef
28 handle_type Put(args_type args, bool *inserted = nullptr);
30 args_type Get(u32 id);
38 static Node *find(Node *s, args_type args, u32 hash);
60 args_type args, in find()
96 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, in Put()
135 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::args_type
138 return args_type(); in Get()
155 return args_type(); in Get()
H A Dsanitizer_stackdepot.cc35 typedef StackTrace args_type; typedef
36 bool eq(u32 hash, const args_type &args) const { in eq()
47 static uptr storage_size(const args_type &args) { in storage_size()
50 static u32 hash(const args_type &args) { in hash()
69 static bool is_valid(const args_type &args) { in is_valid()
72 void store(const args_type &args, u32 hash) { in store()
78 args_type load() const { in load()
79 return args_type(&stack[0], size, tag); in load()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_chained_origin_depot.cc30 typedef ChainedOriginDepotDesc args_type; typedef
32 bool eq(u32 hash, const args_type &args) const { in eq()
36 static uptr storage_size(const args_type &args) { in storage_size()
53 static u32 hash(const args_type &args) { in hash()
77 static bool is_valid(const args_type &args) { return true; } in is_valid()
78 void store(const args_type &args, u32 other_hash) { in store()
83 args_type load() const { in load()
84 args_type ret = {here_id, prev_id}; in load()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h27 typedef typename Node::args_type args_type; typedef
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, in find()
98 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, in Put()
137 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::args_type
140 return args_type(); in Get()
157 return args_type(); in Get()
H A Dsanitizer_stackdepot.cc37 typedef StackTrace args_type; typedef
38 bool eq(u32 hash, const args_type &args) const { in eq()
49 static uptr storage_size(const args_type &args) { in storage_size()
52 static u32 hash(const args_type &args) { in hash()
71 static bool is_valid(const args_type &args) { in is_valid()
74 void store(const args_type &args, u32 hash) { in store()
80 args_type load() const { in load()
81 return args_type(&stack[0], size, tag); in load()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepotbase.h25 typedef typename Node::args_type args_type; typedef
28 handle_type Put(args_type args, bool *inserted = nullptr);
30 args_type Get(u32 id);
38 static Node *find(Node *s, args_type args, u32 hash);
60 args_type args, in find()
96 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, in Put()
135 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::args_type
138 return args_type(); in Get()
155 return args_type(); in Get()
H A Dsanitizer_stackdepot.cc35 typedef StackTrace args_type; typedef
36 bool eq(u32 hash, const args_type &args) const { in eq()
47 static uptr storage_size(const args_type &args) { in storage_size()
50 static u32 hash(const args_type &args) { in hash()
69 static bool is_valid(const args_type &args) { in is_valid()
72 void store(const args_type &args, u32 hash) { in store()
78 args_type load() const { in load()
79 return args_type(&stack[0], size, tag); in load()
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-actions.h670 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 Dgmock-more-actions.h106 typedef typename ::std::tuple_element<k, args_type>::type argk_type; in ACTION_TEMPLATE()
/netbsd/external/gpl3/binutils/dist/ld/
H A Dld.h195 } args_type; typedef
197 extern args_type command_line;
/netbsd/external/gpl3/gdb/dist/ld/
H A Dld.h199 } args_type; typedef
201 extern args_type command_line;
/netbsd/external/gpl3/binutils.old/dist/ld/
H A Dld.h199 } args_type; typedef
201 extern args_type command_line;
H A DChangeLog-2007642 * ld.h (args_type, ld_config_type): Reorder fields.
661 * ld.h (args_type): Add warn_search_mismatch.
1073 * ld.h (args_type): Add new symbolic and dynamic_list fields.
1109 * ld.h (args_type): Add a default_script field.
/netbsd/external/gpl3/gdb.old/dist/ld/
H A Dld.h199 } args_type; typedef
201 extern args_type command_line;
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dextension-priv.h182 enum ext_lang_frame_args args_type,
H A Dextension.c504 enum ext_lang_frame_args args_type, in apply_ext_lang_frame_filter() argument
516 args_type, out, in apply_ext_lang_frame_filter()
H A Dextension.h292 enum ext_lang_frame_args args_type,
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dextension-priv.h182 enum ext_lang_frame_args args_type,
H A Dextension.c504 enum ext_lang_frame_args args_type, in apply_ext_lang_frame_filter() argument
516 args_type, out, in apply_ext_lang_frame_filter()
H A Dextension.h292 enum ext_lang_frame_args args_type,

1234