Searched defs:isWide (Results 1 – 4 of 4) sorted by relevance
210 bool isWide() const { return Kind == tok::wide_char_constant; } in isWide() function283 bool isWide() const { return Kind == tok::wide_string_literal; } in isWide() function
1903 bool isWide() const { return getKind() == StringLiteralKind::Wide; } in isWide() function
5617 bool isWide() const { return FExpr->isWide(); } in isWide() function in __anon28c3fbb11a11::FormatStringLiteral
13589 bool isWide = (VT.getSizeInBits() == 128); in tryAdvSIMDModImmFP() local