Home
last modified time | relevance | path

Searched refs:as_integer (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dstring.cpp87 as_integer(const string& func, const S& s, size_t* idx, int base);
93 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() function
105 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() function
258 return as_integer<int>( "stoi", str, idx, base ); in stoi()
264 return as_integer<int>( "stoi", str, idx, base ); in stoi()
270 return as_integer<long>( "stol", str, idx, base ); in stol()
276 return as_integer<long>( "stol", str, idx, base ); in stol()
282 return as_integer<unsigned long>( "stoul", str, idx, base ); in stoul()
288 return as_integer<unsigned long>( "stoul", str, idx, base ); in stoul()
294 return as_integer<long long>( "stoll", str, idx, base ); in stoll()
[all …]
/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dsymtab.h98 int as_integer; member