Home
last modified time | relevance | path

Searched refs:a_p (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsreal.cc144 const sreal *a_p = this, *b_p = &other, *bb; in operator +() local
146 if (a_p->m_exp < b_p->m_exp) in operator +()
147 std::swap (a_p, b_p); in operator +()
149 dexp = a_p->m_exp - b_p->m_exp; in operator +()
150 r_exp = a_p->m_exp; in operator +()
153 r_sig = a_p->m_sig; in operator +()
170 r_sig = a_p->m_sig + (int64_t)bb->m_sig; in operator +()
185 const sreal *a_p = this, *b_p = &other; in operator -() local
188 if (a_p->m_exp < b_p->m_exp) in operator -()
191 std::swap (a_p, b_p); in operator -()
[all …]
Dcgraphunit.cc2094 cgraph_order_cmp (const void *a_p, const void *b_p) in cgraph_order_cmp() argument
2096 const cgraph_order_sort *nodea = (const cgraph_order_sort *)a_p; in cgraph_order_cmp()
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dpch.cc172 cpp_string_hash (const void *a_p) in cpp_string_hash() argument
174 const struct cpp_string *a = (const struct cpp_string *) a_p; in cpp_string_hash()
181 cpp_string_eq (const void *a_p, const void *b_p) in cpp_string_eq() argument
183 const struct cpp_string *a = (const struct cpp_string *) a_p; in cpp_string_eq()
192 cpp_string_free (void *a_p) in cpp_string_free() argument
194 struct cpp_string *a = (struct cpp_string *) a_p; in cpp_string_free()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dmember-ptr.cc159 A * a_p; in main() local
183 a_p = &a; in main()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dname-lookup.cc2027 member_name_cmp (const void *a_p, const void *b_p) in member_name_cmp() argument
2029 tree a = *(const tree *)a_p; in member_name_cmp()
2100 resort_member_name_cmp (const void *a_p, const void *b_p) in resort_member_name_cmp() argument
2102 tree a = *(const tree *)a_p; in resort_member_name_cmp()