Home
last modified time | relevance | path

Searched refs:Tpointer (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dchkformat.c693 if (!(t->ty == Tpointer && tnext->ty == Tint32)) in checkPrintfFormat()
703 if (!(t->ty == Tpointer && tnext->ty == Tint64)) in checkPrintfFormat()
708 if (!(t->ty == Tpointer && tnext->ty == Tint16)) in checkPrintfFormat()
713 if (!(t->ty == Tpointer && tnext->ty == Tint16)) in checkPrintfFormat()
718 if (!(t->ty == Tpointer && tnext->ty == Tint64)) in checkPrintfFormat()
864 if (!(t->ty == Tpointer && tnext->ty == Tint32)) in checkScanfFormat()
870 if (!(t->ty == Tpointer && tnext->ty == Tint16)) in checkScanfFormat()
876 if (!(t->ty == Tpointer && tnext->ty == Tint16)) in checkScanfFormat()
888 if (!(t->ty == Tpointer && tnext->ty == Tint64)) in checkScanfFormat()
916 if (!(t->ty == Tpointer && tnext->ty == Tuns8)) in checkScanfFormat()
[all …]
H A Ddcast.c238 if (t->ty == Tpointer) in implicitConvTo()
260 if (typeb->ty != Tpointer || tb->ty != Tpointer) in implicitConvTo()
462 case Tpointer: in implicitConvTo()
465 if (ty == Tpointer && in implicitConvTo()
612 case Tpointer: in implicitConvTo()
1285 if (t1b->ty == Tpointer) in implicitConvTo()
2702 else if ((t1->ty == Tpointer && t2->ty == Tpointer) || in typeMerge()
2886 if (t1->ty == Tpointer) in typeMerge()
2891 if (t2->ty == Tpointer) in typeMerge()
2929 if (t1->ty == Tpointer) in typeMerge()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dchkformat.c693 if (!(t->ty == Tpointer && tnext->ty == Tint32)) in checkPrintfFormat()
703 if (!(t->ty == Tpointer && tnext->ty == Tint64)) in checkPrintfFormat()
708 if (!(t->ty == Tpointer && tnext->ty == Tint16)) in checkPrintfFormat()
713 if (!(t->ty == Tpointer && tnext->ty == Tint16)) in checkPrintfFormat()
718 if (!(t->ty == Tpointer && tnext->ty == Tint64)) in checkPrintfFormat()
864 if (!(t->ty == Tpointer && tnext->ty == Tint32)) in checkScanfFormat()
870 if (!(t->ty == Tpointer && tnext->ty == Tint16)) in checkScanfFormat()
876 if (!(t->ty == Tpointer && tnext->ty == Tint16)) in checkScanfFormat()
888 if (!(t->ty == Tpointer && tnext->ty == Tint64)) in checkScanfFormat()
916 if (!(t->ty == Tpointer && tnext->ty == Tuns8)) in checkScanfFormat()
[all …]
H A Ddcast.c238 if (t->ty == Tpointer) in implicitConvTo()
260 if (typeb->ty != Tpointer || tb->ty != Tpointer) in implicitConvTo()
462 case Tpointer: in implicitConvTo()
465 if (ty == Tpointer && in implicitConvTo()
612 case Tpointer: in implicitConvTo()
1285 if (t1b->ty == Tpointer) in implicitConvTo()
2699 else if ((t1->ty == Tpointer && t2->ty == Tpointer) || in typeMerge()
2883 if (t1->ty == Tpointer) in typeMerge()
2888 if (t2->ty == Tpointer) in typeMerge()
2926 if (t1->ty == Tpointer) in typeMerge()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dchkformat.c693 if (!(t->ty == Tpointer && tnext->ty == Tint32)) in checkPrintfFormat()
703 if (!(t->ty == Tpointer && tnext->ty == Tint64)) in checkPrintfFormat()
708 if (!(t->ty == Tpointer && tnext->ty == Tint16)) in checkPrintfFormat()
713 if (!(t->ty == Tpointer && tnext->ty == Tint16)) in checkPrintfFormat()
718 if (!(t->ty == Tpointer && tnext->ty == Tint64)) in checkPrintfFormat()
864 if (!(t->ty == Tpointer && tnext->ty == Tint32)) in checkScanfFormat()
870 if (!(t->ty == Tpointer && tnext->ty == Tint16)) in checkScanfFormat()
876 if (!(t->ty == Tpointer && tnext->ty == Tint16)) in checkScanfFormat()
888 if (!(t->ty == Tpointer && tnext->ty == Tint64)) in checkScanfFormat()
916 if (!(t->ty == Tpointer && tnext->ty == Tuns8)) in checkScanfFormat()
[all …]
H A Ddcast.c238 if (t->ty == Tpointer) in implicitConvTo()
260 if (typeb->ty != Tpointer || tb->ty != Tpointer) in implicitConvTo()
462 case Tpointer: in implicitConvTo()
465 if (ty == Tpointer && in implicitConvTo()
612 case Tpointer: in implicitConvTo()
1285 if (t1b->ty == Tpointer) in implicitConvTo()
2699 else if ((t1->ty == Tpointer && t2->ty == Tpointer) || in typeMerge()
2883 if (t1->ty == Tpointer) in typeMerge()
2888 if (t2->ty == Tpointer) in typeMerge()
2926 if (t1->ty == Tpointer) in typeMerge()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dchkformat.d228 if (!(t.ty == Tpointer && tnext.ty == Tint32)) in checkPrintfFormat()
238 if (!(t.ty == Tpointer && tnext.ty == Tint64)) in checkPrintfFormat()
243 if (!(t.ty == Tpointer && tnext.ty == Tint16)) in checkPrintfFormat()
248 if (!(t.ty == Tpointer && tnext.ty == Tint16)) in checkPrintfFormat()
253 if (!(t.ty == Tpointer && tnext.ty == Tint64)) in checkPrintfFormat()
393 if (!(t.ty == Tpointer && tnext.ty == Tint32)) in checkScanfFormat()
399 if (!(t.ty == Tpointer && tnext.ty == Tint16)) in checkScanfFormat()
405 if (!(t.ty == Tpointer && tnext.ty == Tint16)) in checkScanfFormat()
417 if (!(t.ty == Tpointer && tnext.ty == Tint64)) in checkScanfFormat()
445 if (!(t.ty == Tpointer && tnext.ty == Tuns8)) in checkScanfFormat()
[all …]
H A Ddcast.d308 if (t.ty == Tpointer) in implicitConvTo()
331 if (typeb.ty != Tpointer || tb.ty != Tpointer) in implicitConvTo()
516 case Tpointer: in implicitConvTo()
676 case Tpointer: in implicitConvTo()
1426 if (t1b.ty == Tpointer) in implicitConvTo()
1479 if (tb.ty == Tpointer && typeb.ty == Tpointer) in cimplicitConvTo()
1656 … if (tob_isA && (t1b_isA || t1b.ty == Tpointer) || t1b_isA && (tob_isA || tob.ty == Tpointer)) in visit()
2936 if ((t1.ty == Tpointer && t2.ty == Tpointer) || (t1.ty == Tdelegate && t2.ty == Tdelegate)) in typeMerge()
3096 if (t1.ty == Tpointer) in typeMerge()
3101 if (t2.ty == Tpointer) in typeMerge()
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/gengo/gengo-26a664648505/examples/defaulter-gen/_output_tests/pointer/
H A Dtype.go23 type Tpointer struct { struct
31 NTP Tpointer
32 Tp *Tpointer
H A Dzz_generated.go31 …scheme.AddTypeDefaultingFunc(&Tpointer{}, func(obj interface{}) { SetObjectDefaults_Tpointer(obj.(…
36 func SetObjectDefaults_Tpointer(in *Tpointer) { argument
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/gengo/examples/defaulter-gen/_output_tests/pointer/
H A Dtype.go23 type Tpointer struct { struct
31 NTP Tpointer
32 Tp *Tpointer
H A Dzz_generated.go31 …scheme.AddTypeDefaultingFunc(&Tpointer{}, func(obj interface{}) { SetObjectDefaults_Tpointer(obj.(…
36 func SetObjectDefaults_Tpointer(in *Tpointer) { argument
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/k8s.io/gengo/examples/defaulter-gen/_output_tests/pointer/
H A Dtype.go23 type Tpointer struct { struct
31 NTP Tpointer
32 Tp *Tpointer
H A Dzz_generated.go31 …scheme.AddTypeDefaultingFunc(&Tpointer{}, func(obj interface{}) { SetObjectDefaults_Tpointer(obj.(…
36 func SetObjectDefaults_Tpointer(in *Tpointer) { argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/k8s.io/gengo/examples/defaulter-gen/_output_tests/pointer/
H A Dtype.go23 type Tpointer struct { struct
31 NTP Tpointer
32 Tp *Tpointer
H A Dzz_generated.go31 …scheme.AddTypeDefaultingFunc(&Tpointer{}, func(obj interface{}) { SetObjectDefaults_Tpointer(obj.(…
36 func SetObjectDefaults_Tpointer(in *Tpointer) { argument
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Ddcast.c236 if (t->ty == Tpointer) in implicitConvTo()
258 if (typeb->ty != Tpointer || tb->ty != Tpointer) in implicitConvTo()
460 case Tpointer: in implicitConvTo()
463 if (ty == Tpointer && in implicitConvTo()
610 case Tpointer: in implicitConvTo()
1283 if (t1b->ty == Tpointer) in implicitConvTo()
2697 else if ((t1->ty == Tpointer && t2->ty == Tpointer) || in typeMerge()
2881 if (t1->ty == Tpointer) in typeMerge()
2886 if (t2->ty == Tpointer) in typeMerge()
2924 if (t1->ty == Tpointer) in typeMerge()
[all …]
H A Dsafe.c125 (ttob->ty == Tpointer && tfrom->ty == Tpointer)) in isSafeCast()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Ddcast.c236 if (t->ty == Tpointer) in implicitConvTo()
258 if (typeb->ty != Tpointer || tb->ty != Tpointer) in implicitConvTo()
460 case Tpointer: in implicitConvTo()
463 if (ty == Tpointer && in implicitConvTo()
610 case Tpointer: in implicitConvTo()
1283 if (t1b->ty == Tpointer) in implicitConvTo()
2697 else if ((t1->ty == Tpointer && t2->ty == Tpointer) || in typeMerge()
2881 if (t1->ty == Tpointer) in typeMerge()
2886 if (t2->ty == Tpointer) in typeMerge()
2924 if (t1->ty == Tpointer) in typeMerge()
[all …]
H A Dsafe.c125 (ttob->ty == Tpointer && tfrom->ty == Tpointer)) in isSafeCast()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Ddcast.c236 if (t->ty == Tpointer) in implicitConvTo()
258 if (typeb->ty != Tpointer || tb->ty != Tpointer) in implicitConvTo()
460 case Tpointer: in implicitConvTo()
463 if (ty == Tpointer && in implicitConvTo()
610 case Tpointer: in implicitConvTo()
1283 if (t1b->ty == Tpointer) in implicitConvTo()
2697 else if ((t1->ty == Tpointer && t2->ty == Tpointer) || in typeMerge()
2881 if (t1->ty == Tpointer) in typeMerge()
2886 if (t2->ty == Tpointer) in typeMerge()
2924 if (t1->ty == Tpointer) in typeMerge()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Ddcast.c236 if (t->ty == Tpointer) in implicitConvTo()
258 if (typeb->ty != Tpointer || tb->ty != Tpointer) in implicitConvTo()
460 case Tpointer: in implicitConvTo()
463 if (ty == Tpointer && in implicitConvTo()
610 case Tpointer: in implicitConvTo()
1283 if (t1b->ty == Tpointer) in implicitConvTo()
2697 else if ((t1->ty == Tpointer && t2->ty == Tpointer) || in typeMerge()
2881 if (t1->ty == Tpointer) in typeMerge()
2886 if (t2->ty == Tpointer) in typeMerge()
2924 if (t1->ty == Tpointer) in typeMerge()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Ddcast.c236 if (t->ty == Tpointer) in implicitConvTo()
258 if (typeb->ty != Tpointer || tb->ty != Tpointer) in implicitConvTo()
460 case Tpointer: in implicitConvTo()
463 if (ty == Tpointer && in implicitConvTo()
610 case Tpointer: in implicitConvTo()
1283 if (t1b->ty == Tpointer) in implicitConvTo()
2700 else if ((t1->ty == Tpointer && t2->ty == Tpointer) || in typeMerge()
2884 if (t1->ty == Tpointer) in typeMerge()
2889 if (t2->ty == Tpointer) in typeMerge()
2927 if (t1->ty == Tpointer) in typeMerge()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Ddcast.c236 if (t->ty == Tpointer) in implicitConvTo()
258 if (typeb->ty != Tpointer || tb->ty != Tpointer) in implicitConvTo()
460 case Tpointer: in implicitConvTo()
463 if (ty == Tpointer && in implicitConvTo()
610 case Tpointer: in implicitConvTo()
1283 if (t1b->ty == Tpointer) in implicitConvTo()
2700 else if ((t1->ty == Tpointer && t2->ty == Tpointer) || in typeMerge()
2884 if (t1->ty == Tpointer) in typeMerge()
2889 if (t2->ty == Tpointer) in typeMerge()
2927 if (t1->ty == Tpointer) in typeMerge()
[all …]
/dports/devel/cscout/cscout-bd7dfac/src/
H A Dtype2.h57 class Tpointer: public QType_node {
61 Tpointer(Type t, qualifiers_t q = q_none) : QType_node(q), to(t) {} in QType_node()
62 virtual ~Tpointer() {} in ~Tpointer()
63 Type clone() const { return Type(new Tpointer(to.clone(), get_qualifiers())); } in clone()

12345678910>>...14