Searched refs:m_arg (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm-sensitive.cc90 : m_sm (sm), m_arg (arg)
100 return same_tree_p (m_arg, other.m_arg);
111 m_arg);
149 m_arg, &m_first_sensitive_event);
152 m_arg);
157 tree m_arg; member in class:ana::__anon7::exposure_through_output_file
H A Dsm-taint.cc99 : m_sm (sm), m_arg (arg), m_has_bounds (has_bounds) {}
105 return same_tree_p (m_arg, other.m_arg);
120 m_arg);
126 m_arg);
132 m_arg);
168 m_arg);
172 m_arg);
176 m_arg);
182 tree m_arg; member in class:ana::__anon9::tainted_array_index
[all...]
H A Dsm-malloc.cc113 : m_sm (sm), m_arg (arg)
118 return same_tree_p (m_arg, ((const malloc_diagnostic &)base_other).m_arg);
147 tree m_arg; member in class:ana::__anon5::malloc_diagnostic
167 "double-%<free%> of %qE", m_arg);
258 "dereference of possibly-NULL %qE", m_arg);
306 return (same_tree_p (m_arg, sub_other.m_arg)
321 m_arg);
362 "dereference of NULL %qE", m_arg);
[all...]
H A Dsm-file.cc96 : m_sm (sm), m_arg (arg)
101 return same_tree_p (m_arg, ((const file_diagnostic &)base_other).m_arg);
123 tree m_arg; member in class:ana::__anon4::file_diagnostic
139 m_arg);
183 m_arg);
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-sensitive.cc81 : m_sm (sm), m_arg (arg)
91 return same_tree_p (m_arg, other.m_arg);
106 m_arg);
144 m_arg, &m_first_sensitive_event);
147 m_arg);
152 tree m_arg; member in class:ana::__anon10::exposure_through_output_file
H A Dsm-taint.cc138 : m_sm (sm), m_arg (arg), m_has_bounds (has_bounds)
144 return (same_tree_p (m_arg, other.m_arg)
171 tree m_arg; member in class:ana::__anon12::taint_diagnostic
206 m_arg);
212 m_arg);
218 m_arg);
233 m_arg);
238 m_arg);
243 m_arg);
[all...]
H A Dsm-file.cc111 : m_sm (sm), m_arg (arg)
116 return same_tree_p (m_arg, ((const file_diagnostic &)base_other).m_arg);
148 tree m_arg; member in class:ana::__anon7::file_diagnostic
169 m_arg);
216 if (m_arg)
219 m_arg);
H A Dsm-malloc.cc689 : m_sm (sm), m_arg (arg)
694 return same_tree_p (m_arg, ((const malloc_diagnostic &)base_other).m_arg);
741 tree m_arg; member in class:ana::__anon8::malloc_diagnostic
778 m_arg, expected_dealloc->m_name,
784 m_actual_dealloc->m_name, m_arg);
853 "double-%qs of %qE", m_funcname, m_arg);
949 "dereference of possibly-NULL %qE", m_arg);
1022 return (same_tree_p (m_arg, sub_other.m_arg)
[all...]
H A Dsvalue.h596 : m_type (type), m_op (op), m_arg (arg)
604 hstate.add_ptr (m_arg);
612 && m_arg == other.m_arg);
622 const svalue *m_arg; member in struct:ana::unaryop_svalue::key_t
626 : svalue (complexity (arg), type), m_op (op), m_arg (arg)
641 const svalue *get_arg () const { return m_arg; }
650 const svalue *m_arg; member in class:ana::unaryop_svalue
1033 : svalue (complexity (arg), arg->get_type ()), m_arg (arg)
1046 const svalue *get_arg () const { return m_arg; }
1049 const svalue *m_arg; member in class:ana::unmergeable_svalue
[all...]
H A Dsvalue.cc1099 m_arg->dump_to_pp (pp, simple);
1107 m_arg->dump_to_pp (pp, simple);
1116 m_arg->dump_to_pp (pp, simple);
1127 m_arg->accept (v);
1153 if (tree cst = m_arg->maybe_get_constant ())
1698 m_arg->dump_to_pp (pp, simple);
1704 m_arg->dump_to_pp (pp, simple);
1715 m_arg->accept (v);
/netbsd-current/sys/netatalk/
H A Dat_rmx.c114 at_lookup(const void *v_arg, const void *m_arg, struct radix_node_head * head) argument
119 printf("at_lookup: n=%s\n", prsockaddr(m_arg));
122 rn = rn_lookup(v_arg, m_arg, head);
/netbsd-current/sys/net/
H A Dradix.c146 const void *m_arg)
150 const u_char * const m = m_arg;
164 const void *m_arg,
167 const char *m = m_arg;
195 const void *m_arg,
201 if (m_arg) {
202 if ((x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_off)) == 0)
555 const void *m_arg,
558 const u_char *mp = m_arg;
143 rn_search_m( const void *v_arg, struct radix_node *head, const void *m_arg) argument
163 rn_refines( const void *m_arg, const void *n_arg) argument
193 rn_lookup( const void *v_arg, const void *m_arg, struct radix_node_head *head) argument
554 rn_lexobetter( const void *m_arg, const void *n_arg) argument
/netbsd-current/sbin/routed/
H A Dradix.c124 void *m_arg)
127 caddr_t v = v_arg, m = m_arg;
140 rn_refines(void* m_arg, void *n_arg) argument
142 caddr_t m = m_arg, n = n_arg;
166 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) argument
171 if (m_arg) {
172 if ((x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_off)) == 0)
483 rn_lexobetter(void *m_arg, void *n_arg) argument
485 u_char *mp = m_arg, *np = n_arg, *lim;
122 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dalpha-tdep.c313 struct alpha_arg *m_arg;
326 for (i = 0, m_arg = alpha_args; i < nargs; i++, m_arg++)
402 m_arg->len = TYPE_LENGTH (arg_type);
403 m_arg->offset = accumulate_size;
404 accumulate_size = (accumulate_size + m_arg->len + 7) & ~7;
405 m_arg->contents = value_contents (arg);
425 for (i = nargs; m_arg--, --i >= 0;)
427 const gdb_byte *contents = m_arg->contents;
428 int offset = m_arg
311 struct alpha_arg *m_arg; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dalpha-tdep.c309 struct alpha_arg *m_arg;
322 for (i = 0, m_arg = alpha_args; i < nargs; i++, m_arg++)
398 m_arg->len = arg_type->length ();
399 m_arg->offset = accumulate_size;
400 accumulate_size = (accumulate_size + m_arg->len + 7) & ~7;
401 m_arg->contents = value_contents (arg).data ();
421 for (i = nargs; m_arg--, --i >= 0;)
423 const gdb_byte *contents = m_arg->contents;
424 int offset = m_arg
307 struct alpha_arg *m_arg; local
[all...]
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp1142 : StatementASTNode(other), m_type(other.m_type), m_target(), m_arg()
1145 m_arg = other.m_arg->clone();
1159 if (m_arg) m_arg->printTree(indent + 2);
H A DElftosbAST.h968 : StatementASTNode(), m_type(callType), m_target(), m_arg(), m_isHAB(false)
973 : StatementASTNode(), m_type(callType), m_target(target), m_arg(arg), m_isHAB(false)
991 inline void setArgument(ASTNode * arg) { m_arg = arg; }
992 inline ASTNode * getArgument() { return m_arg; }
1000 smart_ptr<ASTNode> m_arg; member in class:elftosb::CallStatementASTNode
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c118 m_arg (arg),
162 if (m_arg == NULL)
167 if (!m_arg->expanded)
168 expand_arg (m_pfile, m_arg);
169 for (unsigned idx = 0; idx < m_arg->expanded_count; ++idx)
170 if (m_arg->expanded[idx]->type != CPP_PADDING)
243 macro_arg *m_arg; variable
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc118 m_arg (arg),
164 if (m_arg == NULL)
169 if (!m_arg->expanded)
170 expand_arg (m_pfile, m_arg);
171 for (unsigned idx = 0; idx < m_arg->expanded_count; ++idx)
172 if (m_arg->expanded[idx]->type != CPP_PADDING)
251 macro_arg *m_arg; member in class:vaopt_state

Completed in 191 milliseconds