Home
last modified time | relevance | path

Searched refs:__alloca_size (Results 1 – 8 of 8) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Dfunctexcept.cc90 const size_t __alloca_size = __len + 512; in __throw_out_of_range_fmt() local
91 char *const __s = static_cast<char*>(__builtin_alloca(__alloca_size)); in __throw_out_of_range_fmt()
95 __gnu_cxx::__snprintf_lite(__s, __alloca_size, __fmt, __ap); in __throw_out_of_range_fmt()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/
A Dfunctexcept.cc90 const size_t __alloca_size = __len + 512; in __throw_out_of_range_fmt() local
91 char *const __s = static_cast<char*>(__builtin_alloca(__alloca_size)); in __throw_out_of_range_fmt()
95 __gnu_cxx::__snprintf_lite(__s, __alloca_size, __fmt, __ap); in __throw_out_of_range_fmt()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/
A Dfunctexcept.cc90 const size_t __alloca_size = __len + 512; in __throw_out_of_range_fmt() local
91 char *const __s = static_cast<char*>(__builtin_alloca(__alloca_size)); in __throw_out_of_range_fmt()
95 __gnu_cxx::__snprintf_lite(__s, __alloca_size, __fmt, __ap); in __throw_out_of_range_fmt()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A Dfunctexcept.cc90 const size_t __alloca_size = __len + 512; in __throw_out_of_range_fmt() local
91 char *const __s = static_cast<char*>(__builtin_alloca(__alloca_size)); in __throw_out_of_range_fmt()
95 __gnu_cxx::__snprintf_lite(__s, __alloca_size, __fmt, __ap); in __throw_out_of_range_fmt()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/
A Dfunctexcept.cc90 const size_t __alloca_size = __len + 512; in __throw_out_of_range_fmt() local
91 char *const __s = static_cast<char*>(__builtin_alloca(__alloca_size)); in __throw_out_of_range_fmt()
95 __gnu_cxx::__snprintf_lite(__s, __alloca_size, __fmt, __ap); in __throw_out_of_range_fmt()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A Dfunctexcept.cc94 const size_t __alloca_size = __len + 512; in __throw_out_of_range_fmt() local
95 char *const __s = static_cast<char*>(__builtin_alloca(__alloca_size)); in __throw_out_of_range_fmt()
99 __gnu_cxx::__snprintf_lite(__s, __alloca_size, __fmt, __ap); in __throw_out_of_range_fmt()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/
A Dfunctexcept.cc98 const size_t __alloca_size = __len + 512; in __throw_out_of_range_fmt() local
99 char *const __s = static_cast<char*>(__builtin_alloca(__alloca_size)); in __throw_out_of_range_fmt()
103 __gnu_cxx::__snprintf_lite(__s, __alloca_size, __fmt, __ap); in __throw_out_of_range_fmt()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++11/
A Dfunctexcept.cc95 const size_t __alloca_size = __len + 512; in __throw_out_of_range_fmt() local
96 char *const __s = static_cast<char*>(__builtin_alloca(__alloca_size)); in __throw_out_of_range_fmt()
100 __gnu_cxx::__snprintf_lite(__s, __alloca_size, __fmt, __ap); in __throw_out_of_range_fmt()

Completed in 9 milliseconds