Home
last modified time | relevance | path

Searched refs:long_value (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcommandlineflags.cc30 const long long_value = strtol(str, &end, 10); // NOLINT in ParseInt32() local
41 const int32_t result = static_cast<int32_t>(long_value); in ParseInt32()
42 if (long_value == std::numeric_limits<long>::max() || in ParseInt32()
43 long_value == std::numeric_limits<long>::min() || in ParseInt32()
46 result != long_value in ParseInt32()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcommandlineflags.cc30 const long long_value = strtol(str, &end, 10); // NOLINT in ParseInt32() local
41 const int32_t result = static_cast<int32_t>(long_value); in ParseInt32()
42 if (long_value == std::numeric_limits<long>::max() || in ParseInt32()
43 long_value == std::numeric_limits<long>::min() || in ParseInt32()
46 result != long_value in ParseInt32()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc1292 const long long_value = strtol(str, &end, 10); // NOLINT in ParseInt32() local
1307 const Int32 result = static_cast<Int32>(long_value); in ParseInt32()
1308 if (long_value == LONG_MAX || long_value == LONG_MIN || in ParseInt32()
1311 result != long_value in ParseInt32()
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Difdef.c358 long long_value = value; in do_printf_spec() local
370 fprintf (out, format, long_value); in do_printf_spec()
/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-stack.c21 long long_value; member