Searched refs:po (Results 1 - 25 of 85) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dreinterpret_cast1.C4 void* po = 0; variable
5 void (*pf)() = reinterpret_cast<decltype(pf)>(po);
6 static_assert(sizeof(po) >= sizeof(pf), "Conversion not supported");
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/conversion/
H A Ddr195-1.C21 PO po; local
28 pf = reinterpret_cast <PF>(po);
29 po = reinterpret_cast <PO>(pf);
H A Ddr195.C19 PO po; local
26 pf = reinterpret_cast <PF>(po);
27 po = reinterpret_cast <PO>(pf);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr49474.c6 update_arglist_pass (gfc_actual_arglist* lst, int po, unsigned argpos, argument
13 lst->next = update_arglist_pass (lst->next, po, argpos - 1, name);
15 lst = update_arglist_pass (((void *)0), po, argpos - 1, name);
H A Dpr40797.c10 foo (short ch, S *pi, short nc, S *po) argument
14 po->x = bar (ch, clo, chi, pi[lo].x, pi[hi].x);
15 po->y = bar (ch, clo, chi, pi[lo].y, pi[hi].y);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWconditionally-supported-1.C18 PO po; local
23 pf = reinterpret_cast <PF>(po); // { dg-warning "conditionally-supported" }
24 po = reinterpret_cast <PO>(pf); // { dg-warning "conditionally-supported" }
/haiku-buildtools/legacy/gcc/texinfo/
H A DMakefile.am16 SUBDIRS = intl lib info makeinfo po util doc
18 # need for xgettext that exists in the po subdirectory.
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dinst-po-2.d4 #error-output: inst-po-2.l
/haiku-buildtools/binutils/gold/
H A Dcref.cc250 for (Objects::const_iterator po = objects->begin();
251 po != objects->end();
252 ++po)
254 const Object::Symbols* symbols = (*po)->get_global_symbols();
271 && sym->object() == *po
273 pc->second->insert(pc->second->begin(), *po);
275 pc->second->push_back(*po);
303 Objects::const_iterator po; local
304 for (po = objects->begin(); po !
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/z80/
H A Dbranch.s11 jp po,0x8405
31 call po,0x8405
43 ret po
H A Dbranch.d15 [ ]+12:[ ]+e2 05 84[ ]+jp po,0x8405
32 [ ]+3c:[ ]+e4 05 84[ ]+call po,0x8405
42 [ ]+4d:[ ]+e0[ ]+ret po
/haiku-buildtools/binutils/gas/testsuite/gas/z8k/
H A Dret-cc.d25 1e: 9e0c ret nov/po
26 20: 9e0c ret nov/po
27 22: 9e0c ret nov/po
35 32: 9e0c ret nov/po
H A Dret-cc.s20 ret po
28 ret nov/po
H A Djmp-cc.s19 jr po ,dd
25 jr nov/po,dd
H A Djmp-cc.d25 22: 5e0c 0040 jp nov/po,0x40
26 26: ec0c jr nov/po,0x40
32 32: ec06 jr nov/po,0x40
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/z8k/
H A Dret-cc.d25 1e: 9e0c ret nov/po
26 20: 9e0c ret nov/po
27 22: 9e0c ret nov/po
35 32: 9e0c ret nov/po
H A Dret-cc.s20 ret po
28 ret nov/po
H A Djmp-cc.s19 jr po ,dd
25 jr nov/po,dd
H A Djmp-cc.d25 22: 5e0c 0040 jp nov/po,0x40
26 26: ec0c jr nov/po,0x40
32 32: ec06 jr nov/po,0x40
/haiku-buildtools/gcc/libstdc++-v3/po/
H A DMakefile.am1 ## Makefile for the po subdirectory of the GNU C++ Standard library.
29 # Tell automake that foo.po makes foo.mo
30 SUFFIXES = .po .mo
40 .po.mo:
76 # Maintainence of the .po template file. This rule is never run automatically,
81 --join-existing -o po/$(PACKAGE).pot --keyword=__N \
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/
H A D01.cc108 void* po = &i; local
111 ss_01 << po; local
113 std::printf ("%p %p\n", pi, po);
114 VERIFY( po == pi );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A D01.cc106 void* po = &i; local
109 ss_01 << po; local
111 std::printf ("%p %p\n", pi, po);
112 VERIFY( po == pi );
/haiku-buildtools/gcc/libcpp/
H A DMakefile.in33 CATALOGS = $(patsubst %,po/%,@CATALOGS@)
97 .SUFFIXES: .c .gmo .o .obj .po .pox
199 update-po: $(CATALOGS:.gmo=.pox)
203 install-man update-po install-html
228 .po.gmo:
229 $(mkinstalldirs) po
232 # The new .po has to be gone over by hand, so we deposit it into
233 # build/po with a different extension.
234 # If build/po/$(PACKAGE).pot exists, use it (it was just created),
236 .po
[all...]
/haiku-buildtools/gcc/gcc/po/
H A Dexgettext65 posr=$pwd/$T/po-sources
66 posrcxx=$pwd/$T/po-cxx-sources
83 # However, any files listed in $srcdir/po/EXCLUDE are not examined.
105 $AWK -v excl=po/EXCLUDES -v posr=$posr -v posrcxx=$posrcxx -v kopt=$kopt -v kopt2=$kopt2 -v emsg=$emsg '
313 sed "s:$srcdir/::g;s:$pwd/::g;" <$pottmp >po/$package.pot
/haiku-buildtools/binutils/gprof/
H A DMakefile.am26 SUBDIRS = po
73 po/POTFILES.in: @MAINT@ Makefile
75 && mv tmp $(srcdir)/po/POTFILES.in

Completed in 312 milliseconds

1234