Searched refs:stoll (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/libcxx/test/std/strings/string.conversions/ |
D | stoll.pass.cpp | 22 assert(std::stoll("0") == 0); in main() 23 assert(std::stoll(L"0") == 0); in main() 24 assert(std::stoll("-0") == 0); in main() 25 assert(std::stoll(L"-0") == 0); in main() 26 assert(std::stoll("-10") == -10); in main() 27 assert(std::stoll(L"-10") == -10); in main() 28 assert(std::stoll(" 10") == 10); in main() 29 assert(std::stoll(L" 10") == 10); in main() 31 assert(std::stoll("10g", &idx, 16) == 16); in main() 34 assert(std::stoll(L"10g", &idx, 16) == 16); in main() [all …]
|
/external/libcxx/test/std/strings/string.conversions/ |
D | stoll.pass.cpp | 27 assert(std::stoll("0") == 0); in main() 28 assert(std::stoll(L"0") == 0); in main() 29 assert(std::stoll("-0") == 0); in main() 30 assert(std::stoll(L"-0") == 0); in main() 31 assert(std::stoll("-10") == -10); in main() 32 assert(std::stoll(L"-10") == -10); in main() 33 assert(std::stoll(" 10") == 10); in main() 34 assert(std::stoll(L" 10") == 10); in main() 36 assert(std::stoll("10g", &idx, 16) == 16); in main() 39 assert(std::stoll(L"10g", &idx, 16) == 16); in main() [all …]
|
/external/llvm-project/libcxx/test/support/ |
D | parse_integer.h | 38 return std::stoll(str);
|
/external/llvm-project/libcxx/src/ |
D | string.cpp | 292 stoll(const string& str, size_t* idx, int base) in stoll() function 298 stoll(const wstring& str, size_t* idx, int base) in stoll() function
|
/external/libcxx/src/ |
D | string.cpp | 286 stoll(const string& str, size_t* idx, int base) in stoll() function 292 stoll(const wstring& str, size_t* idx, int base) in stoll() function
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | MagicNumbersCheck.cpp | 80 [](const std::string &Value) { return std::stoll(Value); }); in MagicNumbersCheck()
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 958 PatchImm = std::stoll(std::string(EValueStr)); in computeAccessKey()
|
D | BTFDebug.cpp | 997 PatchImms[GVar] = std::make_pair(std::stoll(std::string(PatchImmStr)), in generatePatchImmReloc()
|
/external/llvm-project/flang/lib/Parser/ |
D | preprocessor.cpp | 808 left = std::stoll(t, &consumed, 0 /*base to be detected*/); in ExpressionValue()
|
/external/llvm-project/libcxx/include/ |
D | string | 455 long long stoll (const string& str, size_t* idx = nullptr, int base = 10); 475 long long stoll (const wstring& str, size_t* idx = nullptr, int base = 10); 4342 _LIBCPP_FUNC_VIS long long stoll (const string& __str, size_t* __idx = nullptr, int __base… 4362 _LIBCPP_FUNC_VIS long long stoll (const wstring& __str, size_t* __idx = nullptr, int __bas…
|
/external/libcxx/include/ |
D | string | 453 long long stoll (const string& str, size_t* idx = 0, int base = 10); 473 long long stoll (const wstring& str, size_t* idx = 0, int base = 10); 4190 _LIBCPP_FUNC_VIS long long stoll (const string& __str, size_t* __idx = 0, int __base = 10); 4210 _LIBCPP_FUNC_VIS long long stoll (const wstring& __str, size_t* __idx = 0, int __base = 10…
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | en-IPA.txt | 22312 $x{stoll → stol ; # stɑl
|
D | internal_raw_IPA-old.txt | 186984 stoll %20067 stol
|
D | internal_raw_IPA.txt | 156566 stoll %30391 stol
|