Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h194 bool isWide() const { return Kind == tok::wide_char_constant; } in isWide() function
259 bool isWide() const { return Kind == tok::wide_string_literal; } in isWide() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1877 bool isWide() const { return getKind() == Wide; } in isWide() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7228 bool isWide() const { return FExpr->isWide(); } in isWide() function in __anon7fa672bc1311::FormatStringLiteral
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9459 bool isWide = (VT.getSizeInBits() == 128); in tryAdvSIMDModImmFP() local