| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/ |
| H A D | frac_digits.pass.cpp | 30 explicit Fnf(std::size_t refs = 0) in Fnf() argument 31 : std::moneypunct<char, false>(refs) {} in Fnf() 38 explicit Fnt(std::size_t refs = 0) in Fnt() argument 39 : std::moneypunct<char, true>(refs) {} in Fnt() 47 explicit Fwf(std::size_t refs = 0) in Fwf() argument 48 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 55 explicit Fwt(std::size_t refs = 0) in Fwt() argument 56 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
| H A D | negative_sign.pass.cpp | 31 explicit Fnf(std::size_t refs = 0) in Fnf() argument 32 : std::moneypunct<char, false>(refs) {} in Fnf() 39 explicit Fnt(std::size_t refs = 0) in Fnt() argument 40 : std::moneypunct<char, true>(refs) {} in Fnt() 48 explicit Fwf(std::size_t refs = 0) in Fwf() argument 49 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 56 explicit Fwt(std::size_t refs = 0) in Fwt() argument 57 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
| H A D | grouping.pass.cpp | 30 explicit Fnf(std::size_t refs = 0) in Fnf() argument 31 : std::moneypunct<char, false>(refs) {} in Fnf() 38 explicit Fnt(std::size_t refs = 0) in Fnt() argument 39 : std::moneypunct<char, true>(refs) {} in Fnt() 47 explicit Fwf(std::size_t refs = 0) in Fwf() argument 48 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 55 explicit Fwt(std::size_t refs = 0) in Fwt() argument 56 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
| H A D | positive_sign.pass.cpp | 30 explicit Fnf(std::size_t refs = 0) in Fnf() argument 31 : std::moneypunct<char, false>(refs) {} in Fnf() 38 explicit Fnt(std::size_t refs = 0) in Fnt() argument 39 : std::moneypunct<char, true>(refs) {} in Fnt() 47 explicit Fwf(std::size_t refs = 0) in Fwf() argument 48 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 55 explicit Fwt(std::size_t refs = 0) in Fwt() argument 56 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
| H A D | curr_symbol.pass.cpp | 30 explicit Fnf(std::size_t refs = 0) in Fnf() argument 31 : std::moneypunct<char, false>(refs) {} in Fnf() 38 explicit Fnt(std::size_t refs = 0) in Fnt() argument 39 : std::moneypunct<char, true>(refs) {} in Fnt() 47 explicit Fwf(std::size_t refs = 0) in Fwf() argument 48 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 55 explicit Fwt(std::size_t refs = 0) in Fwt() argument 56 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
| H A D | thousands_sep.pass.cpp | 30 explicit Fnf(std::size_t refs = 0) in Fnf() argument 31 : std::moneypunct<char, false>(refs) {} in Fnf() 38 explicit Fnt(std::size_t refs = 0) in Fnt() argument 39 : std::moneypunct<char, true>(refs) {} in Fnt() 47 explicit Fwf(std::size_t refs = 0) in Fwf() argument 48 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 55 explicit Fwt(std::size_t refs = 0) in Fwt() argument 56 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
| H A D | decimal_point.pass.cpp | 30 explicit Fnf(std::size_t refs = 0) in Fnf() argument 31 : std::moneypunct<char, false>(refs) {} in Fnf() 38 explicit Fnt(std::size_t refs = 0) in Fnt() argument 39 : std::moneypunct<char, true>(refs) {} in Fnt() 47 explicit Fwf(std::size_t refs = 0) in Fwf() argument 48 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 55 explicit Fwt(std::size_t refs = 0) in Fwt() argument 56 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
| H A D | neg_format.pass.cpp | 27 explicit Fnf(std::size_t refs = 0) in Fnf() argument 28 : std::moneypunct<char, false>(refs) {} in Fnf() 35 explicit Fnt(std::size_t refs = 0) in Fnt() argument 36 : std::moneypunct<char, true>(refs) {} in Fnt() 44 explicit Fwf(std::size_t refs = 0) in Fwf() argument 45 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 52 explicit Fwt(std::size_t refs = 0) in Fwt() argument 53 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
| H A D | pos_format.pass.cpp | 27 explicit Fnf(std::size_t refs = 0) in Fnf() argument 28 : std::moneypunct<char, false>(refs) {} in Fnf() 35 explicit Fnt(std::size_t refs = 0) in Fnt() argument 36 : std::moneypunct<char, true>(refs) {} in Fnt() 44 explicit Fwf(std::size_t refs = 0) in Fwf() argument 45 : std::moneypunct<wchar_t, false>(refs) {} in Fwf() 52 explicit Fwt(std::size_t refs = 0) in Fwt() argument 53 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
| H A D | frac_digits.pass.cpp | 31 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 32 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 39 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 40 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 48 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 49 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 56 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 57 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
| H A D | positive_sign.pass.cpp | 31 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 32 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 39 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 40 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 48 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 49 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 56 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 57 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
| H A D | negative_sign.pass.cpp | 31 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 32 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 39 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 40 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 48 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 49 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 56 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 57 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
| H A D | decimal_point.pass.cpp | 31 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 32 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 39 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 40 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 48 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 49 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 56 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 57 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
| H A D | grouping.pass.cpp | 36 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 37 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 44 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 45 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 53 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 54 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 61 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 62 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
| H A D | thousands_sep.pass.cpp | 34 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 35 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 42 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 43 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 51 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 52 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 59 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 60 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
| H A D | curr_symbol.pass.cpp | 35 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 36 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 43 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 44 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 52 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 53 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 60 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 61 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
| H A D | neg_format.pass.cpp | 34 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 35 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 42 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 43 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 51 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 52 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 59 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 60 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
| H A D | pos_format.pass.cpp | 34 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument 35 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf() 42 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument 43 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt() 51 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument 52 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf() 59 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument 60 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | objc.s | 57 # RUN: %lld -dylib %t/refs-dup.o %t/refs-objc.o -o %t/refs-dup -L%t -lHasSomeObjC -ObjC 58 # RUN: llvm-objdump --macho --syms %t/refs-dup | FileCheck %s --check-prefix=DUP-FROM-OBJC 63 # RUN: not %lld -dylib %t/refs-dup.o %t/refs-objc.o -o %t/refs-dup -L%t \ 68 # RUN: not %lld -dylib %t/refs-dup.o %t/refs-objc.o -o %t/refs-dup --start-lib %t/no-objc.o \ 118 #--- refs-dup.s 122 #--- refs-objc.s
|
| H A D | weak-definition-direct-fetch.s | 7 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/refs-foo.s -o %t/refs-foo.o 8 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/weak-refs-foo.s -o %t/weak-refs-foo.o 45 # RUN: %lld -lSystem -o %t/weak-nonweak-dylibs -L%t -lweakfoo -lfoo %t/refs-foo.o 47 # RUN: %lld -lSystem -o %t/nonweak-weak-dylibs -L%t -lfoo -lweakfoo %t/refs-foo.o 50 # RUN: %lld -lSystem -o %t/weak-nonweak-objs %t/weakfoo.o %t/foo.o %t/refs-foo.o 52 # RUN: %lld -lSystem -o %t/nonweak-weak-objs %t/foo.o %t/weakfoo.o %t/refs-foo.o 55 # RUN: %lld -lSystem -o %t/weak-nonweak-archives %t/weakfoo.a %t/foo.a %t/refs-foo.o 57 # RUN: %lld -lSystem -o %t/nonweak-weak-archives %t/foo.a %t/weakfoo.a %t/refs-foo.o 60 ## The next 5 chunks refs-foo.symbol pairs of different types. 92 # RUN: %lld -lSystem -o %t/weak-obj-nonweak-ar %t/weakfoo.o %t/foo.a %t/refs-foo.o [all …]
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | file-refs.m | 44 // RUN: -file-refs-at=%s:7:18 \ 55 // RUN: -file-refs-at=%s:4:10 \ 62 // RUN: -file-refs-at=%s:15:27 \ 69 // RUN: -file-refs-at=%s:18:13 \ 75 // RUN: -file-refs-at=%s:38:10 \ 83 // RUN: -file-refs-at=%s:33:12 \
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/ |
| H A D | ctor_char.pass.cpp | 30 explicit my_facet(const char* nm, std::size_t refs = 0) in my_facet() argument 31 : F(nm, refs) {++count;} in my_facet() 32 explicit my_facet(const std::string& nm, std::size_t refs = 0) in my_facet() argument 33 : F(nm, refs) {++count;} in my_facet()
|
| H A D | ctor_char32_t.pass.cpp | 32 explicit my_facet(const char* nm, std::size_t refs = 0) in my_facet() argument 33 : F(nm, refs) {++count;} in my_facet() 34 explicit my_facet(const std::string& nm, std::size_t refs = 0) in my_facet() argument 35 : F(nm, refs) {++count;} in my_facet()
|
| H A D | ctor_char16_t_char8_t.pass.cpp | 35 explicit my_facet(const char* nm, std::size_t refs = 0) in my_facet() argument 36 : F(nm, refs) {++count;} in my_facet() 37 explicit my_facet(const std::string& nm, std::size_t refs = 0) in my_facet() argument 38 : F(nm, refs) {++count;} in my_facet()
|
| H A D | ctor_char32_t_char8_t.pass.cpp | 35 explicit my_facet(const char* nm, std::size_t refs = 0) in my_facet() argument 36 : F(nm, refs) {++count;} in my_facet() 37 explicit my_facet(const std::string& nm, std::size_t refs = 0) in my_facet() argument 38 : F(nm, refs) {++count;} in my_facet()
|