Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h210 bool isWide() const { return Kind == tok::wide_char_constant; } in isWide() function
283 bool isWide() const { return Kind == tok::wide_string_literal; } in isWide() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1903 bool isWide() const { return getKind() == StringLiteralKind::Wide; } in isWide() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5617 bool isWide() const { return FExpr->isWide(); } in isWide() function in __anon28c3fbb11a11::FormatStringLiteral
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13589 bool isWide = (VT.getSizeInBits() == 128); in tryAdvSIMDModImmFP() local