Lines Matching refs:IsSame
158 If(IsSame(I, C), ConstructError(InterfaceBindingToSelfErrorTag, C),
160 …If(Not(IsSame(I, NormalizeType(I))), ConstructError(NonClassTypeErrorTag, I, NormalizeUntilStable(…
161 If(Not(IsSame(C, NormalizeType(C))),
295 If(Not(IsSame(Signature, SignatureFromLambda)),
369 If(Not(IsSame(Signature, SignatureFromLambda)),
467 using type = If(Not(IsSame(Type<NakedRequiredSignature>, FunctionSignature(Lambda))),
574 …If(Not(IsSame(RemoveAssisted(Args), Args)), ConstructError(AssistedParamInRegisterConstructorSigna…
609 …If(Not(IsSame(C, NormalizeType(C))), ConstructError(NonClassTypeErrorTag, C, NormalizeUntilStable(…
610 … If(Not(IsSame(RemoveAnnotations(AnnotatedC), NormalizeType(RemoveAnnotations(AnnotatedC)))),
614 … If(Not(Or(IsSame(RemoveAnnotations(AnnotatedC), C), IsBaseOf(RemoveAnnotations(AnnotatedC), C))),
634 FruitStaticAssert(IsSame(GetResult(Op1), GetResult(RealOp)));
666 FruitStaticAssert(IsSame(GetResult(Op1), GetResult(RealOp)));
694 FruitStaticAssert(IsSame(typename OtherComp::InterfaceBindings, Vector<>));
697 FruitStaticAssert(IsSame(typename OtherComp::DeferredBindingFunctors, EmptyList));
851 …using type = If(IsSame(Type<T>, AnnotatedCFunctor), ConstructNoBindingFoundError(AnnotatedCUniqueP…
857 …using type = If(IsSame(Type<T1>, AnnotatedCFunctor), ConstructNoBindingFoundError(AnnotatedCUnique…
924 FruitStaticAssert(IsSame(
999 FruitStaticAssert(IsSame(GetResult(RealOp), GetResult(R)));
1049 using type = If(Not(IsSame(AnnotatedSignature, ActualSignatureInInjectionTypedef)),
1071 using type = If(Not(IsSame(AnnotatedSignature, ActualSignatureInInjectionTypedef)),
1152 using type = If(IsSame(Type<T>, AnnotatedT),
1159 using type = If(IsSame(Type<T1>, AnnotatedT),