Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/namespace/
Daddressable_functions.sh.cpp38 extern FormatFlagFunction* get_formatflag_tu1(std::string);
52 FormatFlagFunction* get_formatflag_tu1(std::string func) in get_formatflag_tu1() function
153 assert(get_formatflag_tu1("boolalpha") == get_formatflag_tu2("boolalpha")); in main()
154 assert(get_formatflag_tu1("noboolalpha") == get_formatflag_tu2("noboolalpha")); in main()
155 assert(get_formatflag_tu1("showbase") == get_formatflag_tu2("showbase")); in main()
156 assert(get_formatflag_tu1("noshowbase") == get_formatflag_tu2("noshowbase")); in main()
157 assert(get_formatflag_tu1("showpoint") == get_formatflag_tu2("showpoint")); in main()
158 assert(get_formatflag_tu1("noshowpoint") == get_formatflag_tu2("noshowpoint")); in main()
159 assert(get_formatflag_tu1("showpos") == get_formatflag_tu2("showpos")); in main()
160 assert(get_formatflag_tu1("noshowpos") == get_formatflag_tu2("noshowpos")); in main()
[all …]