| 3760 | } |
| 3761 | |
| 3762 | bool isUnevaluated(const Token *tok) |
| 3763 | { |
| 3764 | return Token::Match(tok, "alignof|_Alignof|_alignof|__alignof|__alignof__|decltype|offsetof|sizeof|typeid|typeof|__typeof__ ("); |
| 3765 | } |
| 3766 | |
| 3767 | static std::set<MathLib::bigint> getSwitchValues(const Token *startbrace, bool &hasDefault) |
| 3768 | { |
no outgoing calls
no test coverage detected