Lines Matching refs:two
119 // First two arguments should be integers.
2579 // Do standard promotions between the two arguments, returning their common
2761 // This is declared to take (const void*, ...) and can take two
3649 /// argument in the function call. Used for getting locations when two
3656 /// \param Loc primary location for diagnostic. If two diagnostics are
4032 // We need at least two arguments.
5502 /// Check if two expressions refer to the same declaration.
6154 /// Returns the supremum of two ranges: i.e. their conservative merge.
6160 /// Returns the infinum of two ranges: i.e. their aggressive merge.
6308 // Bitwise-and uses the *infinum* of the two source ranges.
6610 "Two signed types converted to unsigned types.");
6806 "unsigned comparison between two signed integer expressions?");
7219 // If the vector cast is cast between two vectors of the same size, it is
7778 // There are two cases here. If there is null constant, the only suggest
7845 /// \brief A tree of sequenced regions within an expression. Two regions are
7885 /// \brief Determine whether two operations are unsequenced. This operation
9443 // Two DeclRefExpr's, check that the decls are the same.
9506 /// \brief Check if two enumeration types are layout-compatible.
9509 // Two enumeration types are layout-compatible if they have the same
9515 /// \brief Check if two fields are layout-compatible.
9535 /// \brief Check if two standard-layout structs are layout-compatible.
9580 /// \brief Check if two standard-layout unions are layout-compatible.
9619 /// \brief Check if two types are layout-compatible in C++11 sense.
9625 // If two types T1 and T2 are the same type, then T1 and T2 are