Lines Matching refs:pair
354 /// The hashing functor for a pair of uint64_t.
357 /// Hashing function for a pair of uint64_t.
359 /// @param p the pair to hash.
361 operator()(const std::pair<uint64_t, uint64_t>& p) const
365 /// A convenience typedef for a pair of uint64_t which is initially
366 /// intended to store a pair of pointer values.
367 typedef std::pair<uint64_t, uint64_t> uint64_t_pair_type;
372 /// A convenience typedef for a map which key is a pair of uint64_t
426 // have a stack of pair of types. Each pair of types represents
429 // On the stack, we will thus first have the pair (T_L, T_R)
430 // being compared. Then, we will have the pair (L_OP0, R_OP0)
431 // being compared, and then the pair (L_OP1, R_OP1) being
571 /// @param second the second sub-type to consider. The pair of
578 /// the comparison of @p first against @p second if the pair of
581 /// @return true iff the pair of addresses of {@p first, @p second}
650 /// Push a pair of operands on the stack of operands of the current
669 /// Pop a pair of operands from the stack of operands to the current
1158 /// Mark a pair of classes or unions as being currently compared
1162 /// comparing a pair of classes or unions. If via the comparison of
1167 /// @param first the class or union (of the pair) to mark as being
1170 /// @param second the second class or union (of the pair) to mark as
1182 /// Mark a pair of classes or unions as being currently compared
1186 /// comparing a pair of classes or unions. If via the comparison of
1191 /// @param first the class or union (of the pair) to mark as being
1194 /// @param second the second class or union (of the pair) to mark as
1201 /// Mark a pair of classes or unions as being currently compared
1205 /// comparing a pair of classes or unions. If via the comparison of
1210 /// @param first the class or union (of the pair) to mark as being
1213 /// @param second the second class or union (of the pair) to mark as
1220 /// If a pair of class_or_union has been previously marked as
1229 /// @param first the first instance of class_or_union (of the pair)
1233 /// pair) to unmark.
1244 /// If a pair of class_or_union has been previously marked as
1253 /// @param first the first instance of class_or_union (of the pair)
1257 /// pair) to unmark.
1267 /// Test if a pair of class_or_union is being currently compared.
1269 ///@param first the first class or union (of the pair) to test for.
1271 ///@param second the second class or union (of the pair) to test for.
1273 /// @return true if the pair {@p first, @p second} is being
1286 /// Test if a pair of class_or_union is being currently compared.
1288 ///@param first the first class or union (of the pair) to test for.
1290 ///@param second the second class or union (of the pair) to test for.
1292 /// @return true if the pair {@p first, @p second} is being
1328 /// Mark a given pair of @ref function_type as being compared.
1330 /// @param first the first @ref function_type of the pair being
1333 /// @param second the second @ref function_type of the pair being
1345 /// Mark a given pair of @ref function_type as being compared.
1347 /// @param first the first @ref function_type of the pair being
1350 /// @param second the second @ref function_type of the pair being