Home
last modified time | relevance | path

Searched defs:isLong (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h64 bool isLong : 1; // This is *not* set for long long. variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dlexer.c2048 const bool isLong = (result == TOKfloat80v || result == TOKimaginary80v); in inreal() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dgetopt.d1111 immutable isLong = arg.length > 1 && arg[0] == optionChar; in optMatch() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dgetopt.d1117 immutable isLong = arg.length > 1 && arg[0] == optionChar; in optMatch() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlexer.d2550 const isLong = (result == TOK.float80Literal || result == TOK.imaginary80Literal); in inreal() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h39 bool isLong() const { return Long; } in isLong() function
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp202 bool isLong() const { return isInteger() && ElementBitwidth == 64; } in isLong() function in __anon9e9e0a7a0111::Type
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10313 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6273 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm()