Home | History | Annotate | Download | only in Sema

Lines Matching refs:Standard

90   // FIXME: This area of the standard is very messy, and the current
2936 // The C++ standard bans deleting a pointer to a non-object type, which
3247 ExprResult Res = PerformImplicitConversion(From, ToType, ICS.Standard,
3265 // the initial standard conversion sequence converts the source type to
3274 // initial standard conversion sequence converts the source type to
3326 /// expression From to the type ToType by following the standard
3423 llvm_unreachable("Improper first standard conversion");
3714 llvm_unreachable("Improper second standard conversion");
3742 llvm_unreachable("Improper third standard conversion");
3780 // in these expressions to ensure portability of standard libraries.
4040 // related type predicates in the standard, they are specified by both
4066 // standard library headers. Specifically this is used as the logic
4087 // standard library headers. Specifically it is used as the logic
4200 // standard library headers. Specifically this is used as the logic
5252 // Lvalue-to-rvalue, array-to-pointer, and function-to-pointer standard
5372 /// a non-standard (but still sane) composite type to which both expressions
5451 // If we're allowed to create a non-standard composite type, keep track
5469 // If we're allowed to create a non-standard composite type, keep track
5490 // mismatch, so that our (non-standard!) composite type meets the
6511 // The C++11 standard defines the notion of a discarded-value expression;