Home
last modified time | relevance | path

Searched defs:isWide (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h211 bool isWide() const { return Kind == tok::wide_char_constant; } isWide() function
284 bool isWide() const { return Kind == tok::wide_string_literal; } isWide() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1875 bool isWide() const { return getKind() == StringLiteralKind::Wide; } isWide() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10416 bool isWide() const { return FExpr->isWide(); } isWide() function in __anon6690ba031e11::FormatStringLiteral
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12638 bool isWide = (VT.getSizeInBits() == 128); tryAdvSIMDModImmFP() local
[all...]