Home | History | Annotate | Download | only in Parse

Lines Matching full:__is_signed

2069       // GNU libstdc++ 4.4 uses __is_signed as an identifier, but Clang
2070 // typically treats it as a trait. If we see __is_signed as it appears
2073 // static const bool __is_signed;
2075 // then treat __is_signed as an identifier rather than as a keyword.