Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A DProjectMap.py50 def from_str(raw_size: Optional[str]) -> "Size": member in Size
160 size = Size.from_str(raw_project.get("size", None))
H A DSATest.py126 max_size = Size.from_str(args.max_size)
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dparanoia.cc203 void from_str(const char *);
214 { from_str(s); } in real_c_float()
221 { from_str(s); return *this; } in operator =()
263 real_c_float::from_str (const char *s) in from_str() function in real_c_float
482 static T from_str (const char *);
494 { image = from_str(s); } in native_float()
501 { image = from_str(s); return *this; } in operator =()
562 native_float<T>::from_str (const char *s) in from_str() function in native_float
569 native_float<float>::from_str (const char *s) in from_str() function in native_float
576 native_float<double>::from_str (const char *s) in from_str() function in native_float
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dparanoia.cc203 void from_str(const char *);
214 { from_str(s); } in real_c_float()
221 { from_str(s); return *this; } in operator =()
263 real_c_float::from_str (const char *s) in from_str() function in real_c_float
482 static T from_str (const char *);
494 { image = from_str(s); } in native_float()
501 { image = from_str(s); return *this; } in operator =()
562 native_float<T>::from_str (const char *s) in from_str() function in native_float
569 native_float<float>::from_str (const char *s) in from_str() function in native_float
576 native_float<double>::from_str (const char *s) in from_str() function in native_float
/netbsd-src/external/mit/isl/dist/interface/
H A Dtemplate_cpp.cc1921 static std::vector<Signature> from_str = variable
1964 { "read_from_str", from_str },