Lines Matching refs:functions
9 This site tracks the status of the implementation of string functions in LLVM
10 Libc. This includes a few extra functions that are not in string.h, such as
11 functions converting strings to numbers.
17 - The main source for string functions is located at:
20 - The source for string conversion functions is located at:
34 Primary memory functions
37 .. TODO(gchatelet): add details about the memory functions.
103 These functions are not in strings.h, but are still primarily string
104 functions, and are therefore tracked along with the rest of the string
105 functions.
107 The String to float functions were implemented using the Eisel-Lemire algorithm
151 These functions require locale.h, and will be added when locale support is
165 Many String functions have an equivalent _s version, which is intended to be
166 more secure and safe than the previous standard. These functions add runtime