Searched refs:First (Results 1 - 25 of 72) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dconv1.C10 template<class T> struct First struct
15 template <class U> operator First<U>();
18 template <class T> int First<T>::Foo ()
27 First<B> (First<D>::*pf)() = &First<D>::operator First<B>;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dconv1.C10 template<class T> struct First struct
15 template <class U> operator First<U>();
18 template <class T> int First<T>::Foo ()
27 First<B> (First<D>::*pf)() = &First<D>::operator First<B>;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash27.C3 class First { class
5 First(const First& a);
10 First f;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash27.C3 class First { class
5 First(const First& a);
10 First f;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dmulbug-err-1.s7 ; First, .text isn't dword-aligned by default.
H A Drd-tls-1.s2 ; First some expected uses, similar to what GCC will emit.
H A Drd-tls-2.s2 ; First some expected uses, similar to what GCC will emit.
H A Drd-pic-1.s2 ; First some expected uses, similar to what GCC will emit.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Dx86-64-unwind.s0 # First create .eh_frame with the right type.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sh/sh64/
H A Dcrange-2c.s0 ! First part of crange-2b.s, but in section .text.mixed.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic20.C25 template<template<class T> class First,
27 struct metatuple<First, Metafunctions...> { // { dg-error "struct" }
31 template<template<class T> class First,
34 struct metatuple<First, Second, Metafunctions...> { // { dg-error "struct" }
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/compiler/
H A Daslbtypes.c287 BOOLEAN First = TRUE; local
302 if (!First)
306 First = FALSE;
314 if (!First)
318 First = FALSE;
325 if (!First)
329 First = FALSE;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dunwind-bad.l2 .*:8: Error: First operand to \.save\.g must be a positive 4-bit constant
3 .*:10: Error: First operand to \.save\.g must be a positive 4-bit constant
4 .*:12: Error: First operand to \.save\.g must be a positive 4-bit constant
12 .*:32: Error: First operand to \.save\.b must be a positive 5-bit constant
13 .*:34: Error: First operand to \.save\.b must be a positive 5-bit constant
14 .*:36: Error: First operand to \.save\.b must be a positive 5-bit constant
31 .*:80: Error: First operand to \.save\.gf must be a non-negative 4-bit constant
33 .*:84: Error: First operand to \.save\.gf must be a non-negative 4-bit constant
40 .*:108: Error: First operand to \.save\.g must be a positive 4-bit constant
43 .*:115: Error: First operan
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/emips/stand/common/
H A Dprom_iface.c187 ram_controller_t Ram, Ours, First; local
194 * First find which controller we are running under, cuz we cant touch it.
200 First = Ours = NULL;
220 First = Ram;
249 if ((First == NULL) || (Ours == NULL)) {
250 printf("Bad memory layout (%x,%x), wont work.\n", First, Ours);
255 base += First->BaseAddressAndTag & RAMBT_BASE;
275 if (Ram == First)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dvfp2.s5 @ First we test the basic syntax and bit patterns of the opcodes.
H A Dvfp2_t2.s8 @ First we test the basic syntax and bit patterns of the opcodes.
H A Dvfp1.s5 @ First we test the basic syntax and bit patterns of the opcodes.
H A Dvfp1_t2.s8 @ First we test the basic syntax and bit patterns of the opcodes.
/netbsd-6-1-5-RELEASE/sys/arch/amiga/stand/bootblock/boot/
H A Damigatypes.h60 u_int32_t First, Lower, Upper, Free; member in struct:MemHead
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/atari/
H A Dmsg.md.en53 First you get the chance to edit or create an AHDI compatible partitioning on
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic54x/
H A Dlabels.s21 * #1, First definition of local label 'lab'
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-report/
H A Dintegration_test.sh408 <so>-First original line.</so>
410 <so>+First modified line.</so>
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dxgettext-perl-159 First here document.
223 msgid "First here document.\n"
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dgenmloop.sh511 /* First step: look up current insn in hash table. */
678 /* First step: look up current insn in hash table. */
893 /* First figure out how many instructions to compile.
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/
H A Dsqr_basecase.asm159 C First multiply src[0]*src[1..size-1] and store at dst[1..size].

Completed in 472 milliseconds

123