Searched refs:args_type (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepot.cc34 typedef StackTrace args_type; typedef in struct:__sanitizer::StackDepotNode
35 bool eq(u32 hash, const args_type &args) const {
45 static uptr storage_size(const args_type &args) {
48 static u32 hash(const args_type &args) {
67 static bool is_valid(const args_type &args) {
70 void store(const args_type &args, u32 hash) {
75 args_type load() const {
76 return args_type(&stack[0], size);
H A Dsanitizer_stackdepotbase.h24 typedef typename Node::args_type args_type; typedef in class:__sanitizer::StackDepotBase
27 handle_type Put(args_type args, bool *inserted = 0);
29 args_type Get(u32 id);
37 static Node *find(Node *s, args_type args, u32 hash);
59 args_type args,
95 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args,
134 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::args_type
137 return args_type();
154 return args_type();
[all...]
/haiku-buildtools/legacy/binutils/ld/
H A Dld.h208 } args_type; typedef in typeref:struct:__anon2989
210 extern args_type command_line;
H A Dldmain.c107 args_type command_line;
/haiku-buildtools/binutils/ld/
H A Dld.h212 } args_type; typedef in typeref:struct:__anon1034
214 extern args_type command_line;
H A Dldmain.c98 args_type command_line;
/haiku-buildtools/gcc/gcc/config/arc/
H A Darc.c6563 enum simd_insn_args_type args_type;
6770 gcc_assert (arc_simd_builtin_desc_list [0].args_type == Va_Vb_Vc);
6771 for (i=0; arc_simd_builtin_desc_list [i].args_type == Va_Vb_Vc; i++)
6775 gcc_assert (arc_simd_builtin_desc_list [i].args_type == Va_Vb_rlimm);
6776 for (; arc_simd_builtin_desc_list [i].args_type == Va_Vb_rlimm; i++)
6780 gcc_assert (arc_simd_builtin_desc_list [i].args_type == Va_Vb_Ic);
6781 for (; arc_simd_builtin_desc_list [i].args_type == Va_Vb_Ic; i++)
6785 gcc_assert (arc_simd_builtin_desc_list [i].args_type == Va_Vb_u6);
6786 for (; arc_simd_builtin_desc_list [i].args_type == Va_Vb_u6; i++)
6790 gcc_assert (arc_simd_builtin_desc_list [i].args_type
6561 enum simd_insn_args_type args_type; member in struct:builtin_description
[all...]

Completed in 211 milliseconds