Home
last modified time | relevance | path

Searched refs:LongLong (Results 1 – 25 of 29) sorted by relevance

12

/external/fmtlib/test/
Dprintf-test.cc272 if (sizeof(fmt::LongLong) != sizeof(int)) { in TEST()
273 fmt::LongLong prec = static_cast<fmt::LongLong>(INT_MIN) - 1; in TEST()
291 SPECIALIZE_MAKE_SIGNED(fmt::ULongLong, fmt::LongLong);
296 fmt::LongLong signed_value = 0; in TestLength()
311 signed_value = static_cast<fmt::LongLong>(value); in TestLength()
342 TestLength<T>(length_spec, fmt::LongLong(min) - 1); in TestLength()
343 fmt::ULongLong long_long_max = std::numeric_limits<fmt::LongLong>::max(); in TestLength()
345 TestLength<T>(length_spec, fmt::LongLong(max) + 1); in TestLength()
352 TestLength<T>(length_spec, std::numeric_limits<fmt::LongLong>::min()); in TestLength()
353 TestLength<T>(length_spec, std::numeric_limits<fmt::LongLong>::max()); in TestLength()
[all …]
Dformat-impl-test.cc49 arg.long_long_value = std::numeric_limits<fmt::LongLong>::max(); in TEST()
50 fmt::internal::ArgConverter<fmt::LongLong>(arg, 'd').visit(arg); in TEST()
Dutil-test.cc419 ARG_INFO(LONG_LONG, fmt::LongLong, long_long_value);
525 EXPECT_ARG(LONG_LONG, fmt::LongLong, 42); in TEST()
526 EXPECT_ARG(LONG_LONG, fmt::LongLong, LLONG_MIN); in TEST()
527 EXPECT_ARG(LONG_LONG, fmt::LongLong, LLONG_MAX); in TEST()
610 Result visit_long_long(fmt::LongLong value) { return value; } in visit_long_long()
/external/fmtlib/fmt/
Dposix.cc127 fmt::LongLong fmt::File::size() const { in size()
147 FMT_STATIC_ASSERT(sizeof(fmt::LongLong) >= sizeof(file_stat.st_size), in size()
Dprintf.h117 arg_.long_long_value = static_cast<LongLong>(value);
439 ArgConverter<fmt::LongLong>(arg, *++s).visit(arg);
Dposix.h273 LongLong size() const;
Dformat.h418 FMT_GCC_EXTENSION typedef long long LongLong; typedef
617 FMT_SPECIALIZE_MAKE_UNSIGNED(LongLong, ULongLong);
1084 LongLong long_long_value;
1332 FMT_MAKE_VALUE(LongLong, long_long_value, LONG_LONG)
1563 Result visit_long_long(LongLong value) {
1874 FMT_DEFINE_INT_FORMATTERS(LongLong)
2627 BasicWriter &operator<<(LongLong value) {
3338 void FormatSigned(LongLong value) {
3351 explicit FormatInt(LongLong value) { FormatSigned(value); }
/external/clang/lib/Serialization/
DASTCommon.cpp76 case BuiltinType::LongLong: in TypeIdxFromBuiltin()
/external/clang/tools/libclang/
DCXType.cpp49 BTCASE(LongLong); in GetBuiltinTypeKind()
466 TKIND(LongLong); in clang_getTypeKindSpelling()
/external/clang/lib/AST/
DTypeLoc.cpp317 case BuiltinType::LongLong: in getWrittenTypeSpec()
DNSAPI.cpp425 case BuiltinType::LongLong: in getNSNumberFactoryMethodKind()
DMicrosoftMangle.cpp1681 case BuiltinType::LongLong: in mangleType()
2265 if (Width == 64 && ET->getKind() == BuiltinType::LongLong) { in mangleType()
2270 else if (ET->getKind() == BuiltinType::LongLong) in mangleType()
DItaniumMangle.cpp2360 case BuiltinType::LongLong: in mangleType()
2748 case BuiltinType::LongLong: EltName = "int64_t"; break; in mangleNeonVectorType()
2779 case BuiltinType::LongLong: in mangleAArch64VectorBase()
DASTContext.cpp1010 InitBuiltinType(LongLongTy, BuiltinType::LongLong); in InitBuiltinTypes()
1635 case BuiltinType::LongLong: in getTypeInfoImpl()
1908 T->isSpecificBuiltinType(BuiltinType::LongLong) || in getPreferredTypeAlign()
4710 case BuiltinType::LongLong: in getIntegerRank()
5510 case BuiltinType::LongLong: return 'q'; in getObjCEncodingForPrimitiveKind()
8065 case BuiltinType::LongLong: in getCorrespondingUnsignedType()
DStmtPrinter.cpp1352 case BuiltinType::LongLong: OS << "LL"; break; in VisitIntegerLiteral()
/external/clang/lib/Analysis/
DScanfFormatString.cpp478 case BuiltinType::LongLong: in fixType()
DFormatString.cpp359 case BuiltinType::LongLong: in matchesType()
DPrintfFormatString.cpp659 case BuiltinType::LongLong: in fixType()
/external/clang/include/clang/AST/
DBuiltinTypes.def117 SIGNED_TYPE(LongLong, LongLongTy)
/external/clang/include/clang/Basic/
DDiagnosticCommonKinds.td130 InGroup<LongLong>;
DDiagnosticGroups.td264 def LongLong : DiagGroup<"long-long", [CXX11LongLong]>;
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp432 case BuiltinType::LongLong: in ConvertType()
DCGDebugInfo.cpp563 case BuiltinType::LongLong: in CreateType()
587 case BuiltinType::LongLong: in CreateType()
/external/clang/lib/Index/
DUSRGeneration.cpp609 case BuiltinType::LongLong: in VisitType()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp862 DEFINE_LOCK_FREE_MACRO(LLONG, LongLong); in InitializePredefinedMacros()

12