Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DLiteralSupport.h202 bool isWide() const { return Kind == tok::wide_char_constant; } in isWide() function
267 bool isWide() const { return Kind == tok::wide_string_literal; } in isWide() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h1898 bool isWide() const { return getKind() == Wide; } in isWide() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp8687 bool isWide() const { return FExpr->isWide(); } in isWide() function in __anon9b6cdc881c11::FormatStringLiteral
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11913 bool isWide = (VT.getSizeInBits() == 128); in tryAdvSIMDModImmFP() local