Searched refs:all_funcs (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/libcxx/test/std/namespace/ |
D | addressable_functions.sh.cpp | 57 std::map<std::string, FormatFlagFunction*> all_funcs; in get_formatflag_tu1() local 60 all_funcs.insert(std::make_pair("boolalpha", &std::boolalpha)); in get_formatflag_tu1() 61 all_funcs.insert(std::make_pair("noboolalpha", &std::noboolalpha)); in get_formatflag_tu1() 62 all_funcs.insert(std::make_pair("showbase", &std::showbase)); in get_formatflag_tu1() 63 all_funcs.insert(std::make_pair("noshowbase", &std::noshowbase)); in get_formatflag_tu1() 64 all_funcs.insert(std::make_pair("showpoint", &std::showpoint)); in get_formatflag_tu1() 65 all_funcs.insert(std::make_pair("noshowpoint", &std::noshowpoint)); in get_formatflag_tu1() 66 all_funcs.insert(std::make_pair("showpos", &std::showpos)); in get_formatflag_tu1() 67 all_funcs.insert(std::make_pair("noshowpos", &std::noshowpos)); in get_formatflag_tu1() 68 all_funcs.insert(std::make_pair("skipws", &std::skipws)); in get_formatflag_tu1() [all …]
|