Home
last modified time | relevance | path

Searched defs:T1 (Results 1 – 25 of 77) sorted by relevance

1234

/openbsd-src/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
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 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
H A D20030324-1.c12 double T1; member
H A D20011021-1.c31 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 Dvisibility18.C8 struct T1 { int i; }; argument
/openbsd-src/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-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Daccess4.C14 typedef typename Base<dim>::T T1; typedef
H A Dfunc1.C2 inline void f(const T1&,const T2&) { } in f()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb16.C4 typedef T T1; typedef
H A Deb37.C4 typedef T T1; typedef
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dtypename1.C5 typedef T T1; typedef
/openbsd-src/sys/crypto/
H A Dsha2.c295 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 Dinit-1.c5 } T1; typedef
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D991016-1.c6 typedef long T1; typedef
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dbuffer_queue_test.cpp101 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 Dsha2.c375 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 Dsha2.c380 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 Dprimary.C28 struct T1 : public S1, public S2 struct
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp255 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 Dsimple_packed_serialization.h392 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 DCSKYISelDAGToDAG.cpp218 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 Dsha64bit.c97 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 DSimplePackedSerialization.h461 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 Daes_intel.S95 #define T1 %r10 macro
/openbsd-src/usr.sbin/ntpd/
H A Dclient.c286 double T1, T2, T3, T4, offset, delay; in client_dispatch() local

1234