Searched refs:loc (Results 1 - 25 of 1052) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/lns/
H A Dlns-big-delta.s2 .loc 1 1 0
3 .loc 1 2 0
5 .loc 1 3 0
H A Dlns-duplicate.s3 .loc 1 1 0
4 .loc 1 2 0
H A Dlns-diag-1.s6 .loc 1 1
7 .loc 1 2 3
8 .loc 3 1
9 .loc 1 1 1 1
11 .loc 1 1 basic_block
12 .loc 1 1 basic_block 0
13 .loc 1 1 prologue_end
14 .loc 1 1 epilogue_begin
16 .loc 1 1 1 is_stmt 0
17 .loc
[all...]
H A Dlns-common-1.s2 .loc 1 1
5 .loc 1 2 3
8 .loc 1 3 prologue_end
11 .loc 1 4 0 epilogue_begin
14 .loc 1 5 isa 1 basic_block
17 .loc 1 6 is_stmt 0
20 .loc 1 7 is_stmt 1
23 .loc 1 7 discriminator 1
H A Dlns-common-1-ia64.s2 .loc 1 1
5 .loc 1 2 3
7 .loc 1 3 prologue_end
9 .loc 1 4 0 epilogue_begin
11 .loc 1 5 isa 1 basic_block
13 .loc 1 6 is_stmt 0
15 .loc 1 7 is_stmt 1
17 .loc 1 7 discriminator 1
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr22531.c5 dw_cfa_location loc; local
6 loc.reg = loc.reg;
H A D20090328-1.c1 union loc { unsigned reg; signed offset; }; union
6 union loc fs;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A Dpr22531.c5 dw_cfa_location loc; local
6 loc.reg = loc.reg;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dasm.h61 #define lduba(loc, asi) ({ \
64 "r" ((int)(loc)), "n" (asi)); \
69 #define lduha(loc, asi) ({ \
72 "r" ((int)(loc)), "n" (asi)); \
77 #define lda(loc, asi) ({ \
80 "r" ((int)(loc)), "n" (asi)); \
85 #define stba(loc, asi, value) ({ \
87 "r" ((int)(value)), "r" ((int)(loc)), "n" (asi)); \
91 #define stha(loc, asi, value) ({ \
93 "r" ((int)(value)), "r" ((int)(loc)), "
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/ctype/
H A Ddr695.cc31 locale loc;
32 const ctype<char>& ct = use_facet<ctype<char> >(loc);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ios/imbue/
H A D14072.cc35 locale loc;
36 loc = locale(loc, new ctype<__gnu_test::pod_uchar>());
37 loc = locale(loc, new num_get<__gnu_test::pod_uchar>());
38 loc = locale(loc, new num_put<__gnu_test::pod_uchar>());
40 locale::global(loc);
46 loc = locale::classic();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ios/imbue/
H A D14072.cc44 locale loc;
45 loc = locale(loc, new ctype<__gnu_test::pod_uchar>());
46 loc = locale(loc, new num_get<__gnu_test::pod_uchar>());
47 loc = locale(loc, new num_put<__gnu_test::pod_uchar>());
49 locale::global(loc);
55 loc = locale::classic();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-fre-10.c4 union loc { unsigned reg; signed offset; }; union
9 union loc fs;
H A Dssa-fre-9.c4 union loc { union
10 union loc fs;
18 union loc fs;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/moneypunct/
H A D40712.cc32 locale loc(locale("C"), "en_US", locale::monetary);
34 use_facet<moneypunct<char> >(loc).grouping();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/
H A D14071.cc37 const locale loc(loc_is, loc_en, locale::monetary);
39 if (loc.name() != "*")
41 locale::global(loc);
42 VERIFY( loc.name() == setlocale(LC_ALL, NULL) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/
H A D14071.cc38 const locale loc(loc_is, loc_en, locale::monetary);
40 if (loc.name() != "*")
42 locale::global(loc);
43 VERIFY( loc.name() == setlocale(LC_ALL, NULL) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/
H A D2.cc37 locale loc = locale("en_US.ISO-8859-1"); local
38 locale::global(loc);
39 const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
H A D3.cc37 locale loc = locale("en_US.ISO-8859-15"); local
38 locale::global(loc);
39 const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
H A D4.cc37 locale loc = locale("en_US.UTF-8"); local
38 locale::global(loc);
39 const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/
H A D2.cc37 locale loc = locale("en_US.ISO-8859-1"); local
38 locale::global(loc);
39 const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
H A D3.cc37 locale loc = locale("en_US.ISO-8859-15"); local
38 locale::global(loc);
39 const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
H A D4.cc37 locale loc = locale("en_US.UTF-8"); local
38 locale::global(loc);
39 const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/
H A D2.cc35 locale loc = locale("en_US.ISO-8859-1"); local
36 locale::global(loc);
37 const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
H A D3.cc35 locale loc = locale("en_US.ISO-8859-15"); local
36 locale::global(loc);
37 const w_codecvt* cvt = &use_facet<w_codecvt>(loc);

Completed in 179 milliseconds

1234567891011>>