Home
last modified time | relevance | path

Searched defs:T2 (Results 1 – 25 of 66) sorted by relevance

123

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc99-intconst-1.c29 #define type_comb2(T1, T2) __typeof__(0 ? (T1)0 : (T2)0) argument
30 #define type_comb3(T1, T2, T3) type_comb2(T1, type_comb2(T2, T3)) argument
31 #define type_comb4(T1, T2, T3, T4) \ argument
33 #define type_comb6(T1, T2, T3, T4, T5, T6) \ argument
41 #define first_of2p(T1, E1, T2, E2) type_comb2(type_if(T1, (E1)), \ argument
44 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument
50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \ argument
67 #define first_of2(T1, E1, T2, E2) \ argument
69 #define first_of3(T1, E1, T2, E2, T3, E3) \ argument
71 #define first_of4(T1, E1, T2, E2, T3, E3, T4, E4) \ argument
[all …]
H A Dc90-intconst-1.c29 #define type_comb2(T1, T2) __typeof__(0 ? (T1)0 : (T2)0) argument
30 #define type_comb3(T1, T2, T3) type_comb2(T1, type_comb2(T2, T3)) argument
31 #define type_comb4(T1, T2, T3, T4) \ argument
35 #define first_of2p(T1, E1, T2, E2) type_comb2(type_if(T1, (E1)), \ argument
38 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument
44 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \ argument
51 #define first_of2(T1, E1, T2, E2) \ argument
53 #define first_of3(T1, E1, T2, E2, T3, E3) \ argument
55 #define first_of4(T1, E1, T2, E2, T3, E3, T4, E4) \ argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility18.C10 struct T2 { int j; }; // ERROR - private argument
H A Dfriend4.C9 class T2; variable
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dtemplates.cc375 class T2 { class
377 T2(int i): integer(i) in T2() function in T2
382 int operator==(const T2&, const T2&) in operator ==()
384 int operator==(const T2&, char) in operator ==()
386 int operator!=(const T2&, const T2&) in operator !=()
391 int operator<=(const T2&, const T2&) in operator <=()
395 int operator<(const T2&, const T2&) in operator <()
397 int operator<(const T2&, char) in operator <()
399 int operator>=(const T2&, const T2&) in operator >=()
403 int operator>(const T2&, const T2&) in operator >()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dformat.h41 #define type_comb2(T1, T2) __typeof__(0 ? (T1)0 : (T2)0) argument
42 #define type_comb3(T1, T2, T3) type_comb2(T1, type_comb2(T2, T3)) argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcopy1.C9 template <class T2> F(F<T2>) in F() function
H A Denum11.C5 struct foo { enum T2 { in f1() enum
H A Dtypename1.C10 typedef T T2; typedef
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dconv4.C10 template <typename T2> operator T2 () in T2() function
H A Dfunc1.C2 inline void f(const T1&,const T2&) { } in f()
H A Dconv3.C14 template <typename T2> operator T2 () in T2() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb37.C9 typedef T T2; typedef
H A Deb11.C25 n = meta_max<T1::n,T2::n>::max enumerator
H A Deb12.C28 n = meta_max<T1::n,T2::n>::max enumerator
H A Deb20.C21 n = meta_max<meta_max<T1::n,T2::n>::max, T3::n>::max enumerator
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D991016-1.c7 typedef long long T2; typedef
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dprimary.C34 struct T2 : public S2, public S1 struct
/openbsd/gnu/usr.bin/perl/cpan/Digest-SHA/src/
H A Dsha64bit.c97 W64 a, b, c, d, e, f, g, h, T1, T2; in sha512() local
/openbsd/sys/arch/amd64/amd64/
H A Daes_intel.S97 #define T2 %r11 macro
/openbsd/usr.sbin/ntpd/
H A Dclient.c286 double T1, T2, T3, T4, offset, delay; in client_dispatch() local
/openbsd/gnu/llvm/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp60 SyntaxTree::Impl &T1, &T2; member in clang::diff::ASTDiff::Impl
566 const SyntaxTree::Impl &T2, NodeId Id1, NodeId Id2) in ZhangShashaMatcher()
902 ASTDiff::Impl::Impl(SyntaxTree::Impl &T1, SyntaxTree::Impl &T2, in Impl()
959 ASTDiff::ASTDiff(SyntaxTree &T1, SyntaxTree &T2, in ASTDiff()
/openbsd/sys/crypto/
H A Dsha2.c353 u_int32_t T1, T2, W256[16]; in SHA256Transform() local
631 u_int64_t T1, T2, W512[16]; in SHA512Transform() local
/openbsd/sys/lib/libsa/
H A Dsha2.c433 u_int32_t T1, T2, W256[16]; in SHA256Transform() local
709 u_int64_t T1, T2, W512[16]; in SHA512Transform() local
/openbsd/lib/libc/hash/
H A Dsha2.c438 u_int32_t T1, T2, W256[16]; in SHA256Transform() local
719 u_int64_t T1, T2, W512[16]; in SHA512Transform() local

123