Lines Matching refs:Standard
90 // FIXME: This area of the standard is very messy, and the current
2711 // The C++ standard bans deleting a pointer to a non-object type, which
2982 ExprResult Res = PerformImplicitConversion(From, ToType, ICS.Standard,
3000 // the initial standard conversion sequence converts the source type to
3009 // initial standard conversion sequence converts the source type to
3061 /// expression From to the type ToType by following the standard
3156 llvm_unreachable("Improper first standard conversion");
3454 llvm_unreachable("Improper second standard conversion");
3482 llvm_unreachable("Improper third standard conversion");
3520 // in these expressions to ensure portability of standard libraries.
3780 // related type predicates in the standard, they are specified by both
3806 // standard library headers. Specifically this is used as the logic
3827 // standard library headers. Specifically it is used as the logic
3940 // standard library headers. Specifically this is used as the logic
4984 // Lvalue-to-rvalue, array-to-pointer, and function-to-pointer standard
5098 /// a non-standard (but still sane) composite type to which both expressions
5177 // If we're allowed to create a non-standard composite type, keep track
5195 // If we're allowed to create a non-standard composite type, keep track
5216 // mismatch, so that our (non-standard!) composite type meets the
6232 // The C++11 standard defines the notion of a discarded-value expression;