Home
last modified time | relevance | path

Searched refs:isLong (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dgetopt.d1111 immutable isLong = arg.length > 1 && arg[0] == optionChar; in optMatch() local
1114 if (isLong) arg = arg[1 .. $]; in optMatch()
1116 if (isLong && eqPos >= 0) in optMatch()
1124 if (!isLong && eqPos == 1) in optMatch()
1131 if (!isLong && !cfg.bundling) in optMatch()
1151 if (cfg.bundling && !isLong && v.length == 1 in optMatch()
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dgetopt.d1117 immutable isLong = arg.length > 1 && arg[0] == optionChar; in optMatch() local
1120 if (isLong) arg = arg[1 .. $]; in optMatch()
1122 if (isLong && eqPos >= 0) in optMatch()
1130 if (!isLong && eqPos == 1) in optMatch()
1137 if (!isLong && !cfg.bundling) in optMatch()
1156 if (cfg.bundling && !isLong && v.length == 1 in optMatch()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h64 bool isLong : 1; // This is *not* set for long long. variable
/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp546 isLong = false; in NumericLiteralParser()
672 isLong = true; in NumericLiteralParser()
746 isLong = false; in NumericLiteralParser()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlexer.c2048 const bool isLong = (result == TOKfloat80v || result == TOKimaginary80v); in inreal() local
2049 if (isOutOfRange && !isLong) in inreal()
H A Dlexer.d2550 const isLong = (result == TOK.float80Literal || result == TOK.imaginary80Literal); in inreal() local
2551 if (isOutOfRange && !isLong && (!Ccompile || hex)) in inreal()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dlexer.c2048 const bool isLong = (result == TOKfloat80v || result == TOKimaginary80v); in inreal() local
2049 if (isOutOfRange && !isLong) in inreal()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp86 if (Number.isLong()) in checkRCInt()
396 if (Value.isLong()) in writeRCInt()
H A DResourceScriptStmt.h39 bool isLong() const { return Long; } in isLong() function
/netbsd/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp202 bool isLong() const { return isInteger() && ElementBitwidth == 64; } in isLong() function in __anon7e6fcd500111::Type
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3779 } else if (Literal.isLong) { in ActOnNumericConstant()
3787 } else if (Literal.isLong) { in ActOnNumericConstant()
3827 else if (Literal.isLong) in ActOnNumericConstant()
3926 if (Ty.isNull() && !Literal.isLong && !Literal.isLongLong && in ActOnNumericConstant()
3960 ? Literal.isLong in ActOnNumericConstant()
/netbsd/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() argument
10318 return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits); in isVShiftLImm()
/netbsd/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() argument
6278 return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits); in isVShiftLImm()