Searched refs:stoull (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp299 stoull(const string& str, size_t* idx, int base) function
301 return as_integer<unsigned long long>( "stoull", str, idx, base );
305 stoull(const wstring& str, size_t* idx, int base) function
307 return as_integer<unsigned long long>( "stoull", str, idx, base );
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h539 auto iter = GUIDToFuncNameMap->find(std::stoull(Name.data()));
570 return (Format == SPF_Compact_Binary) ? std::stoull(Name.data())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp990 FieldReloc.RelocKind = std::stoull(RelocKindStr);

Completed in 190 milliseconds