Searched refs:hasSameType (Results 1 - 25 of 35) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DKeyTypeData.java353 boolean hasSameType = false;
357 hasSameType = true;
367 if (!hasSameType) {
613 boolean hasSameType = false;
616 hasSameType = true;
625 if (!hasSameType) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DKeyTypeData.java351 boolean hasSameType = false;
355 hasSameType = true;
365 if (!hasSameType) {
611 boolean hasSameType = false;
614 hasSameType = true;
623 if (!hasSameType) {
/external/clang/lib/AST/
H A DASTDiagnostic.cpp1077 if (Context.hasSameType(FromType, ToType))
1105 Context.hasSameType(FromType, ToType));
1154 Context.hasSameType(ArgType->getPointeeType(), VDType))
1184 Context.hasSameType(ArgType->getPointeeType(), VDType))
1248 Tree.SetSame(Context.hasSameType(FromIntType, ToIntType) &&
1724 !Context.hasSameType(FromIntType, ToIntType);
H A DDeclTemplate.cpp425 if (Context.hasSameType(P.getInjectedSpecializationType(), T))
H A DASTContext.cpp6772 hasSameType(First->getElementType(), Second->getElementType()) &&
7153 if (ctx.hasSameType(lhsArgs[i], rhsArgs[i]))
7159 !ctx.hasSameType(lhsArgs[i].stripObjCKindOfType(ctx),
7390 return hasSameType(LHS, RHS);
7615 if (Context.hasSameType(underlyingType, other))
9080 if (!hasSameType(MethodDecl->getReturnType(), MethodImpl->getReturnType()))
9094 if (!hasSameType(DeclVar->getType(), ImplVar->getType()))
H A DExprConstant.cpp4070 assert(Info.Ctx.hasSameType(BaseIt->getType(), BaseType) &&
4408 if (!Info.Ctx.hasSameType(CalleeType->getPointeeType(), FD->getType()))
5736 !Info.Ctx.hasSameType(Field->getType()->getPointeeType(),
5748 Info.Ctx.hasSameType(Field->getType()->getPointeeType(),
5756 } else if (Info.Ctx.hasSameType(Field->getType(), Info.Ctx.getSizeType()))
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp112 if (Context.hasSameType(Injected, ContextType))
679 !Context.hasSameType(
H A DSemaTemplateDeduction.cpp167 Context.hasSameType(X.getAsType(), Y.getAsType()))
258 Context.hasSameType(X.getNullPtrType(), Y.getNullPtrType()))
1725 S.Context.hasSameType(Param.getNullPtrType(), Arg.getNullPtrType()))
1955 return Context.hasSameType(X.getNullPtrType(), Y.getNullPtrType());
3639 !Context.hasSameType(Specialization->getType(), ArgFunctionType))
3705 if (!S.Context.hasSameType(CallOpSpecialized->getReturnType(),
H A DSemaExprCXX.cpp442 if (!Context.hasSameType(T, UnqualT)) {
2112 if (Context.hasSameType(Fn->getType(), ExpectedFunctionType))
3368 if (Context.hasSameType(FromType, Context.OverloadTy)) {
3748 assert(Context.hasSameType(
4516 return Self.Context.hasSameType(LhsT, RhsT);
5167 if (!Context.hasSameType(LTy, RTy) &&
5204 if (!Context.hasSameType(LTy, RTy) &&
5229 bool Same = Context.hasSameType(LTy, RTy);
5535 if (!Context.hasSameType(Composite1, Composite2)) {
H A DSemaObjCProperty.cpp527 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) {
1174 if (!Context.hasSameType(PropertyIvarType, IvarType)) {
1498 bool compat = Context.hasSameType(PropertyRValueType, GetterType);
H A DSemaDecl.cpp1880 if (S.Context.hasSameType(OldTD->getUnderlyingType(),
1920 !Context.hasSameType(OldType, NewType)) {
2937 if (!Context.hasSameType(OldDeclaredReturnType, NewDeclaredReturnType) &&
3322 assert(!S.Context.hasSameType(New->getType(), Old->getType()));
3354 } else if (Context.hasSameType(New->getType(), Old->getType())) {
3377 if (!Context.hasSameType(NewArray, PrevVDTy))
3383 if (Context.hasSameType(OldArray->getElementType(),
3391 if (Context.hasSameType(OldArray->getElementType(),
3772 if (!Context.hasSameType(NewTD->getUnderlyingType(),
4696 if (Context.hasSameType(DefParamT
[all...]
H A DSemaDeclCXX.cpp677 assert(Context.hasSameType(New->getType(), Old->getType()) &&
5400 if (!Context.hasSameType(ReturnType, ExpectedReturnType)) {
7882 return Context.hasSameType(TD1->getUnderlyingType(),
8189 !Ctx.hasSameType(QualType(Specifier->getAsType(), 0), FoundType))
8846 !Context.hasSameType(OldTD->getUnderlyingType(),
11925 SemaRef.Context.hasSameType(PmDecl->getType(), SemaRef.Context.CharTy))
12000 Context.hasSameType(ParamType, Context.CharTy) ||
12001 Context.hasSameType(ParamType, Context.WideCharTy) ||
12002 Context.hasSameType(ParamType, Context.Char16Ty) ||
12003 Context.hasSameType(ParamTyp
[all...]
H A DSemaOverload.cpp1559 assert(S.Context.hasSameType(
2522 if (Context.hasSameType(FromPointeeType, ToPointeeType))
2537 if (Context.hasSameType(FromFunctionType->getReturnType(),
2547 if (Context.hasSameType(RHS,LHS)) {
2565 if (Context.hasSameType(FromArgType, ToArgType)) {
2620 if (!Context.hasSameType(FromMember->getClass(), ToMember->getClass())) {
2646 if (Context.hasSameType(FromType, ToType)) {
2676 if (!Context.hasSameType(FromFunction->getReturnType(),
2705 if (!Context.hasSameType(O->getUnqualifiedType(),
3534 return Context.hasSameType(SCS
[all...]
H A DSemaStmtAsm.cpp464 if (Context.hasSameType(InTy, OutTy))
H A DSemaExpr.cpp5733 if (Context.hasSameType(ET, DestTy))
5762 if (Context.hasSameType(ET, DestTy))
6212 if (S.Context.hasSameType(LHSTy, RHSTy)) {
6757 (Context.hasSameType(RHSTy, Context.getObjCClassRedefinitionType()))) {
6762 (Context.hasSameType(LHSTy, Context.getObjCClassRedefinitionType()))) {
6768 (Context.hasSameType(RHSTy, Context.getObjCIdRedefinitionType()))) {
6773 (Context.hasSameType(LHSTy, Context.getObjCIdRedefinitionType()))) {
6779 (Context.hasSameType(RHSTy, Context.getObjCSelRedefinitionType()))) {
6784 (Context.hasSameType(LHSTy, Context.getObjCSelRedefinitionType()))) {
7057 && Context.hasSameType(commonExp
[all...]
H A DSemaTemplate.cpp5133 if (Context.hasSameType(ParamType, ArgType)) {
5477 Context.hasSameType(((Expr*) RefExpr.get())->getType(),
5645 if (!S.Context.hasSameType(OldNTTP->getType(), NewNTTP->getType())) {
6357 if (Context.hasSameType(CanonType,
7077 if (Context.hasSameType(Adjusted, Method->getType())) {
7929 if (PrevTemplate && Prev && !Context.hasSameType(Prev->getType(), R)) {
H A DSemaCast.cpp1713 if (Self.Context.hasSameType(SrcType, DestType))
1734 if (Self.Context.hasSameType(SrcType, DstType) ||
H A DSemaDeclObjC.cpp209 if (!Context.hasSameType(method->getReturnType(), Context.VoidTy)) {
838 if (S.Context.hasSameType(prevTypeParam->getUnderlyingType(),
2084 if (!Context.hasSameType(ImplIvar->getType(), ClsIvar->getType())) {
H A DSemaInit.cpp1133 assert(SemaRef.Context.hasSameType(expr->getType(), ElemType) &&
4825 if (Context.hasSameType(QualType(Dest, 0), QualType(Source, 0)))
4829 if (!Context.hasSameType(Dest->getElementType(), Source->getElementType()))
6662 bool IsTemporary = !S.Context.hasSameType(Entity.getType(), Ty);
H A DSemaLambda.cpp596 if (S.Context.hasSameType(retValue->getType(), returnType))
H A DSemaStmt.cpp2334 if (!Context.hasSameType(BeginType, EndType)) {
2370 if (!Context.hasSameType(BeginType, EndType))
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp338 !Ctx.hasSameType(Field->getType()->getPointeeType(),
362 Ctx.hasSameType(Field->getType()->getPointeeType(),
369 } else if (Ctx.hasSameType(Field->getType(), Ctx.getSizeType())) {
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp2561 TX->getASTContext().hasSameType(TX->getType(), TY->getType());
2648 return X->getASTContext().hasSameType(TypedefX->getUnderlyingType(),
2688 FuncX->getASTContext().hasSameType(FuncX->getType(), FuncY->getType());
2696 if (C.hasSameType(VarX->getType(), VarY->getType()))
2709 return C.hasSameType(VarXTy->getElementType(), VarYTy->getElementType());
2734 return X->getASTContext().hasSameType(FDX->getType(), FDY->getType());
/external/clang/include/clang/AST/
H A DASTContext.h1982 bool hasSameType(QualType T1, QualType T2) const { function in class:clang::ASTContext::DynTypedNodeList
1986 bool hasSameType(const Type *T1, const Type *T2) const { function in class:clang::ASTContext::DynTypedNodeList
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp829 if (Ctx.hasSameType(ArgTy, CallTy)) {

Completed in 545 milliseconds

12