Searched refs:Type (Results 1 - 25 of 537) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/visibility/
H A Dstaticdatamem.C6 class __attribute__ ((visibility("default"))) Type class
11 Type() { _staticTypeCount++; } function in class:Type
12 ~Type();
15 long Type::_staticTypeCount = 0;
17 Type::~Type()
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dderived_constructor_char_2.f908 Type :: t
10 End Type
12 Type (t) :: tt = t( [str] ) ! { dg-error "does not reduce to a constant" }
H A Dclass_allocate_20.f9012 Type :: t1
14 End Type
15 Type :: t2
17 End Type
18 Type, Extends (t1) :: t3
19 Type (t2) :: j
20 End Type
21 Type, Extends (t3) :: t4
23 End Type
H A Dpr64230.f904 Type, Public :: t1
6 End Type
7 Type, Public :: t2
9 End Type
10 Type, Public :: t3
11 Type (t2) :: t
12 End Type
13 Type, Public :: t4
14 End Type
15 Type, Publi
[all...]
H A Dclass_allocate_18.f909 Type :: t1
10 End Type
11 Type, Extends (t1) :: t2
13 End Type
14 Type, Extends (t2) :: t3
16 End Type
H A Dderived_constructor_char_1.f907 Type :: t5
9 End Type t5
15 Type (t5) :: one = t5((/ "12345", "67890" /))
16 Type (t5) :: two = t5((/ "123", "678" /))
17 Type (t5) :: three = t5((/ "1234567", "abcdefg" /))
18 Type (t5) :: four = t5(str3)
19 Type (t5) :: five = t5(str5)
20 Type (t5) :: six = t5(str7)
27 Type :: Err_Text_Type
30 End Type Err_Text_Typ
[all...]
H A Dfinalize_23.f9010 Type TObjectList
13 end Type
15 Type, extends(TObjectList):: TRealCompareList
16 end Type
21 Type(TObjectList) :: L
H A Dalloc_alloc_expr_2.f9011 Type GalleryP
14 End Type GalleryP
17 Type(GalleryP), Intent(Out) :: Album
H A Dtypebound_generic_15.f909 Type TObjectList
14 end Type
H A Dtypebound_proc_33.f9010 Type TObjectList
13 end Type
28 Type, extends(TObjectList):: TSampleList
29 end Type
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dref-qual15.C4 struct Type struct
12 Type{}.get();
H A Ddecltype25.C4 struct Type { struct
9 typedef Type const ConstType;
12 operator Type&() { return *reinterpret_cast<Type*>(this); }
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_atomic.h29 typedef u8 Type; typedef in struct:__sanitizer::atomic_uint8_t
30 volatile Type val_dont_use;
34 typedef u16 Type; typedef in struct:__sanitizer::atomic_uint16_t
35 volatile Type val_dont_use;
39 typedef u32 Type; typedef in struct:__sanitizer::atomic_uint32_t
40 volatile Type val_dont_use;
44 typedef u64 Type; typedef in struct:__sanitizer::atomic_uint64_t
46 volatile ALIGNED(8) Type val_dont_use;
50 typedef uptr Type; typedef in struct:__sanitizer::atomic_uintptr_t
51 volatile Type val_dont_us
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Daccess6.C9 typedef int Type; typedef in class:Base
13 typedef typename Base<T>::Type Type; typedef in struct:Derived
14 template <class Arg> void f(Type = Type()) {} argument
17 template void Derived<char>::f<int> (Type);
H A Ddefarg16.C8 template< typename Type
9 , bool Valid = Type::is_valid_type
13 template< typename Type >
14 struct wrapper< Type, true >
16 typedef Type type;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash47.C4 template <class Owner, typename Type>
7 inline DataMember (Type Owner::* data_member);
9 Type Owner::* _data_member;
12 template <class Owner, typename Type>
14 DataMember<Owner,Type>::DataMember (Type Owner::* data_member)
H A Dbad-type.C2 template<class Type>
6 Type m;
9 template<class Type>
10 void f(A<Type>& a, Type d)
H A Dvaarg2.C10 template <class Type>
11 void PrintArgs (Type somearg, ...)
15 Type value;
16 while ( ( value = va_arg (argp, Type) ) > 0.0)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dcons_neg.cc28 struct Type struct
30 typedef MyAlloc allocator_type; // uses_allocator<Type, MyAlloc> is true
32 explicit Type(int) { } function in struct:Type
34 Type(std::allocator_arg_t, MyAlloc) { } function in struct:Type
35 Type(MyAlloc) { } function in struct:Type
45 tuple<Type> t(allocator_arg, a, 1);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lookup/
H A Dusing51.C11 template< typename Type >
12 struct Derived : Type
14 Type::b_e;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dinline7.C3 template <class Type>
9 template <class Type>
10 struct B : public A<Type> {
H A Dvisibility13.C18 template <class Type>
22 Array(const Type *ar, int sz) { init(ar,sz); }
25 virtual Type& operator[](int ix) { return ia[ix]; }
27 void init(const Type*, int);
32 template <class Type>
33 ostream& operator<<( ostream& os, Array<Type>& ar )
39 template <class Type>
40 void Array<Type>::print(ostream& os)
56 template <class Type>
57 void Array<Type>
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dwarnings5.C5 struct Type { struct
10 void Type::setBTK() { kind = BTK; }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Denum1.C6 struct Type { struct
11 void Type::setBTK() { kind = DTK; } // { dg-warning "truncate" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/pch/
H A Duninst.C3 template <class Type> void FOO() { }

Completed in 289 milliseconds

1234567891011>>