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

1234

/haiku-buildtools/gcc/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>;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash27.C3 class First { class
5 First(const First& a);
10 First f;
/haiku-buildtools/binutils/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.
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dx86-64-unwind.s0 # First create .eh_frame with the right type.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dmulbug-err-1.s7 ; First, .text isn't dword-aligned by default.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dx86-64-unwind.s0 # First create .eh_frame with the right type.
/haiku-buildtools/binutils/ld/testsuite/ld-sh/sh64/
H A Dcrange-2c.s0 ! First part of crange-2b.s, but in section .text.mixed.
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-sh/sh64/
H A Dcrange-2c.s0 ! First part of crange-2b.s, but in section .text.mixed.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic20.C25 template<template<class T> class First,
27 struct metatuple<First, Metafunctions...> { // { dg-message "struct" }
31 template<template<class T> class First,
34 struct metatuple<First, Second, Metafunctions...> { // { dg-message "struct" }
H A Dalias-decl-44.C5 using First = _T; // we should not use this
28 ::template Pass<First>;
/haiku-buildtools/gcc/gcc/ada/
H A Dnlists.h62 static Node_Id First (List_Id);
65 First (List_Id List) function
115 return (First (Id) == Empty);
121 return (Present (Id) && First (Id) != Empty);
/haiku-buildtools/binutils/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...]
/haiku-buildtools/legacy/binutils/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...]
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dcuintp.c61 First define a utility function that operates like build_int_cst_type for
96 Int First = Udigits_Ptr[Idx]; local
111 gnu_ret = build_cst_from_int (comp_type, First);
112 if (First < 0)
/haiku-buildtools/binutils/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.
/haiku-buildtools/legacy/binutils/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.
/haiku-buildtools/gcc/libsanitizer/ubsan/
H A Dubsan_type_hash.cc96 unsigned First = (V & 65535) ^ 1; local
97 unsigned Probe = First;
107 return &__ubsan_vptr_hash_set[First];
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr68220.C66 template <typename First, typename State, typename ForwardOp>
67 struct iter_fold_impl<1, First, State, ForwardOp> {
68 typedef typename apply_wrap2<ForwardOp, State, First>::type state;
159 template <typename First, typename State, typename BackwardOp,
161 struct reverse_fold_impl<1, First, State, BackwardOp, ForwardOp> {
162 typedef First iter0;
/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dlabels.s21 * #1, First definition of local label 'lab'
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic54x/
H A Dlabels.s21 * #1, First definition of local label 'lab'

Completed in 126 milliseconds

1234