/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | c99-intconst-1.c | 29 #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 57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument 67 #define first_of2(T1, E1, T2, E2) \ argument 69 #define first_of3(T1, E1, T2, E2, T3, E3) \ argument [all …]
|
H A D | c90-intconst-1.c | 29 #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
|
H A D | 20030324-1.c | 12 double T1; member
|
H A D | 20011021-1.c | 31 struct t T1 = { .a = 1 }; /* { dg-bogus "(missing|near) init" } */ variable
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | visibility18.C | 8 struct T1 { int i; }; argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/ |
H A D | format.h | 41 #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-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ |
H A D | access4.C | 14 typedef typename Base<dim>::T T1; typedef
|
H A D | func1.C | 2 inline void f(const T1&,const T2&) { } in f()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
H A D | eb16.C | 4 typedef T T1; typedef
|
H A D | eb37.C | 4 typedef T T1; typedef
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | typename1.C | 5 typedef T T1; typedef
|
/openbsd-src/sys/crypto/ |
H A D | sha2.c | 295 u_int32_t T1, W256[16]; in SHA256Transform() local 353 u_int32_t T1, T2, W256[16]; in SHA256Transform() local 574 u_int64_t T1, W512[16]; in SHA512Transform() local 631 u_int64_t T1, T2, W512[16]; in SHA512Transform() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | init-1.c | 5 } T1; typedef
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 991016-1.c | 6 typedef long T1; typedef
|
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/ |
H A D | buffer_queue_test.cpp | 101 auto T1 = std::async(std::launch::async, F); in TEST() local 211 std::thread T0(Process), T1(Process); in TEST() local
|
/openbsd-src/sys/lib/libsa/ |
H A D | sha2.c | 375 u_int32_t T1, W256[16]; in SHA256Transform() local 433 u_int32_t T1, T2, W256[16]; in SHA256Transform() local 651 u_int64_t T1, W512[16]; in SHA512Transform() local 709 u_int64_t T1, T2, W512[16]; in SHA512Transform() local
|
/openbsd-src/lib/libc/hash/ |
H A D | sha2.c | 380 u_int32_t T1, W256[16]; in SHA256Transform() local 438 u_int32_t T1, T2, W256[16]; in SHA256Transform() local 661 u_int64_t T1, W512[16]; in SHA512Transform() local 719 u_int64_t T1, T2, W512[16]; in SHA512Transform() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/ |
H A D | primary.C | 28 struct T1 : public S1, public S2 struct
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcISelDAGToDAG.cpp | 255 SDValue T1 = CurDAG->getCopyToReg(Sub1, dl, Reg1, Sub1, T0.getValue(1)); in tryInlineAsm() local 270 SDValue T1 = CurDAG->getCopyFromReg(Chain, dl, Reg1, MVT::i32, in tryInlineAsm() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
H A D | simple_packed_serialization.h | 392 static size_t size(const std::pair<T1, T2> &P) { in size() 397 static bool serialize(SPSOutputBuffer &OB, const std::pair<T1, T2> &P) { in serialize() 402 static bool deserialize(SPSInputBuffer &IB, std::pair<T1, T2> &P) { in deserialize()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYISelDAGToDAG.cpp | 218 SDValue T1 = CurDAG->getCopyToReg(Sub1, dl, Reg1, Sub1, T0.getValue(1)); in selectInlineAsm() local 232 SDValue T1 = in selectInlineAsm() local
|
/openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/src/ |
H A D | sha64bit.c | 97 W64 a, b, c, d, e, f, g, h, T1, T2; in sha512() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | SimplePackedSerialization.h | 461 static size_t size(const std::pair<T1, T2> &P) { in size() 466 static bool serialize(SPSOutputBuffer &OB, const std::pair<T1, T2> &P) { in serialize() 471 static bool deserialize(SPSInputBuffer &IB, std::pair<T1, T2> &P) { in deserialize()
|
/openbsd-src/sys/arch/amd64/amd64/ |
H A D | aes_intel.S | 95 #define T1 %r10 macro
|
/openbsd-src/usr.sbin/ntpd/ |
H A D | client.c | 286 double T1, T2, T3, T4, offset, delay; in client_dispatch() local
|