Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/utils/analyzer/
DProjectMap.py50 def from_str(raw_size: Optional[str]) -> "Size": member in Size
160 size = Size.from_str(raw_project.get("size", None))
DSATest.py127 max_size = Size.from_str(args.max_size)
/openbsd/src/gnu/usr.bin/gcc/contrib/
Dparanoia.cc204 void from_str(const char *);
215 { from_str(s); } in real_c_float()
222 { from_str(s); return *this; } in operator =()
264 real_c_float::from_str (const char *s) in from_str() function in real_c_float
483 static T from_str (const char *);
495 { image = from_str(s); } in native_float()
502 { image = from_str(s); return *this; } in operator =()
563 native_float<T>::from_str (const char *s) in from_str() function in native_float
570 native_float<float>::from_str (const char *s) in from_str() function in native_float
577 native_float<double>::from_str (const char *s) in from_str() function in native_float