Searched defs:isWide (Results 1 – 4 of 4) sorted by relevance
202 bool isWide() const { return Kind == tok::wide_char_constant; } in isWide() function267 bool isWide() const { return Kind == tok::wide_string_literal; } in isWide() function
1898 bool isWide() const { return getKind() == Wide; } in isWide() function
8687 bool isWide() const { return FExpr->isWide(); } in isWide() function in __anon9b6cdc881c11::FormatStringLiteral
11913 bool isWide = (VT.getSizeInBits() == 128); in tryAdvSIMDModImmFP() local