Searched defs:isWide (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ | ||
H A D | LiteralSupport.h | 211 bool isWide() const { return Kind == tok::wide_char_constant; } isWide() function |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 1875 bool isWide() const { return getKind() == StringLiteralKind::Wide; } isWide() function |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaChecking.cpp | 10416 bool isWide() const { return FExpr->isWide(); } isWide() function in __anon6690ba031e11::FormatStringLiteral |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64ISelLowering.cpp | 12638 bool isWide = (VT.getSizeInBits() == 128); tryAdvSIMDModImmFP() local |