OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isWide
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h
194
bool
isWide
() const { return Kind == tok::wide_char_constant; }
259
bool
isWide
() const { return Kind == tok::wide_string_literal; }
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
172
if (!Literal || !Literal->
isWide
()) {
7228
bool
isWide
() const { return FExpr->
isWide
(); }
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
9459
bool
isWide
= (VT.getSizeInBits() == 128);
9465
MovTy =
isWide
? MVT::v4f32 : MVT::v2f32;
9467
else if (
isWide
&&
Completed in 36 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026