Searched refs:Length (Results 1 - 25 of 59) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb98.C5 template<class T, unsigned int Length>
8 extent(T (&x)[Length]) // { dg-message "note" }
10 return Length;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnest18.C14 typedef int Length; typedef in class:Another
17 // If String does not define typedef int Length, then the code will
22 typedef int Length; // remove this and it will compile fine typedef in class:String
24 int foo(Length length) const;
27 int String::foo(Length length) const {
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dexplicit68.C12 template<unsigned Length>
17 const bool b1 = (Length == 2);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-data1.C22 struct Length struct
24 explicit constexpr Length(int i = 0) : val(i) { } function in struct:Length
32 Length l(myabs(-97)); // OK
H A Dconstexpr-pos1.C38 struct Length { struct
39 explicit constexpr Length(int i = 0) : val(i) { } function in struct:Length
44 constexpr Length l1;
45 constexpr Length l2(12);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr63237.C4 int Length; member in class:A
6 A(const char *p1) { Length = __builtin_strlen(p1); }
H A Dpr49039.C23 size_t Length; member in struct:S
26 S () :Data (0), Length (0) { }
27 S (const char *Str) : Data (Str), Length (__builtin_strlen (Str)) {}
28 S (const char *data, size_t length) : Data (data), Length (length) {}
29 bool empty () const { return Length == 0; }
30 size_t size () const { return Length; }
33 Start = min (Start, Length);
34 End = min (max (Start, End), Length);
46 for (size_t i = min (From, Length), e = Length;
[all...]
H A Dpr63512.C10 int Length; member in class:A
16 Length = strlen (p1);
H A Dpr48271.C72 for (T * pItem = data + Length (); pItem != data; pItem--)
75 int Length ();
/haiku-buildtools/gcc/gcc/ada/
H A Dstringt.h52 Int Length; member in struct:String_Entry
71 return Strings_Ptr[Id - First_String_Id].Length;
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dcuintp.c95 Pos Length = Uints_Ptr[Input].Length; local
99 gcc_assert (Length > 0);
113 for (Idx++, Length--; Length; Idx++, Length--)
120 for (Idx++, Length--; Length; Idx++, Length--)
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Ddwarf2-3.d8 Length: 41
10 Prologue Length: 35
11 Minimum Instruction Length: [0-9]*
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dcompact-eh1.s32 .uleb128 (.LEHB0-.LFB3)|1 # Length
34 .uleb128 (.LEHE0-.LEHB0) # Length
H A Dcompact-eh2.s29 .uleb128 (.LEHB0-.LFB3)|1 # Length
31 .uleb128 (.LEHE0-.LEHB0) # Length
H A Dcompact-eh3.s31 .uleb128 (.LEHB0-.LFB3)|1 # Length
33 .uleb128 (.LEHE0-.LEHB0) # Length
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Ddwarf.d18 Length: (44|28)
24 Address[ ]+Length
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/interface/
H A Dconvert.go16 Length() int
25 func (t T) Length() int { func
88 five(sl.Length())
97 five(sl.Length())
120 five(sl.Length())
140 five(sl.Length())
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Ddebug1.d8 Length: .*
10 Prologue Length: .*
11 Minimum Instruction Length: 1
H A Ddw2-compressed-3b.d9 Length: 0x32 \(32-bit\)
58 Length: 20
64 Address Length
70 Length: 45
72 Prologue Length: 39
73 Minimum Instruction Length: 1
H A Ddw2-compressed-3a.d9 Length: 0x32 \(32-bit\)
58 Length: 20
64 Address Length
70 Length: 45
72 Prologue Length: 39
73 Minimum Instruction Length: 1
H A Ddw2-compress-3b.d9 Length: 0x32 \(32-bit\)
58 Length: 20
64 Address Length
70 Length: 45
72 Prologue Length: 39
73 Minimum Instruction Length: 1
H A Ddw2-compress-3a.d9 Length: 0x32 \(32-bit\)
58 Length: 20
64 Address Length
70 Length: 45
72 Prologue Length: 39
73 Minimum Instruction Length: 1
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dpr13167.d6 Length: 51
8 Prologue Length: 26
9 Minimum Instruction Length: 1
/haiku-buildtools/gcc/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs74 Update(data, 0, data.Length);
136 if ((offset+count) > data.Length) throw new ArgumentException();
187 if ((offset+count) > data.Length) throw new ArgumentException();
/haiku-buildtools/binutils/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs74 Update(data, 0, data.Length);
136 if ((offset+count) > data.Length) throw new ArgumentException();
187 if ((offset+count) > data.Length) throw new ArgumentException();

Completed in 137 milliseconds

123