Searched refs:hasSameUnqualifiedType (Results 1 - 25 of 30) sorted by relevance

12

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp169 if (!BR.getContext().hasSameUnqualifiedType(PointeeType, SizeofType)) {
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp231 assert(svalBuilder.getContext().hasSameUnqualifiedType(castTy, T));
/external/clang/lib/AST/
H A DDeclCXX.cpp447 if (!Context.hasSameUnqualifiedType(ArgType, Class))
904 if (Context.hasSameUnqualifiedType(BI->getType(), T)) {
1364 !Context.hasSameUnqualifiedType(getParamDecl(1)->getType(),
1397 return Context.hasSameUnqualifiedType(ClassType, ParamType);
1417 return Context.hasSameUnqualifiedType(ClassType, ParamType);
H A DExpr.cpp2161 if (Ctx.hasSameUnqualifiedType(E->getType(), SE->getType())) {
2240 if (!C.hasSameUnqualifiedType(getType(), C.getTypeDeclType(TempTy)))
/external/clang/lib/Sema/
H A DSemaOverload.cpp1132 (S.Context.hasSameUnqualifiedType(FromType, ToType) ||
1146 if (!S.Context.hasSameUnqualifiedType(FromType, ToType))
1207 if (Context.hasSameUnqualifiedType(FromType, ToType))
1264 if (Context.hasSameUnqualifiedType(FromType, ToType))
1348 if (!S.Context.hasSameUnqualifiedType(
1453 if (S.Context.hasSameUnqualifiedType(FromType, ToType)) {
1661 return Context.hasSameUnqualifiedType(ToType,
1696 return Context.hasSameUnqualifiedType(ToType, PromoteTypes[Idx]);
1940 if (Context.hasSameUnqualifiedType(FromPointeeType, ToPointeeType))
1989 !Context.hasSameUnqualifiedType(FromPointeeTyp
[all...]
H A DSemaCast.cpp1217 if (!Self.Context.hasSameUnqualifiedType(SrcMemPtr->getPointeeType(),
1454 if (Context.hasSameUnqualifiedType(DestTy, SrcTy)) {
1933 if (DestRecordTy && Self.Context.hasSameUnqualifiedType(DestType, SrcType)){
1947 if (Self.Context.hasSameUnqualifiedType(Field->getType(), SrcType) &&
H A DSemaTemplate.cpp1522 if (Context.hasSameUnqualifiedType(T, QualType(CurType, 0)))
3440 } else if (Context.hasSameUnqualifiedType(Arg, Context.OverloadTy)) {
3525 if (S.Context.hasSameUnqualifiedType(Arg->getType(), ParamType) ||
3717 if (!S.Context.hasSameUnqualifiedType(Func->getType(),
3758 if (!S.Context.hasSameUnqualifiedType(Var->getType(),
3782 if (!S.Context.hasSameUnqualifiedType(ArgType, ParamType)) {
3834 if (!S.Context.hasSameUnqualifiedType(ArgType,
3882 } else if (!S.Context.hasSameUnqualifiedType(Arg->getType(),
4018 !Context.hasSameUnqualifiedType(ParamType, Arg->getType())) {
6644 if (Context.hasSameUnqualifiedType(Metho
[all...]
H A DSemaExprObjC.cpp414 if (Context.hasSameUnqualifiedType(PointeeType, Context.CharTy)) {
649 !Context.hasSameUnqualifiedType(PtrT->getPointeeType(), IdT)) {
789 !Context.hasSameUnqualifiedType(PtrValue->getPointeeType(), IdT)) {
804 !Context.hasSameUnqualifiedType(PtrKey->getPointeeType(),
820 err = !Context.hasSameUnqualifiedType(PtrKey->getPointeeType(),
1085 if (Context.hasSameUnqualifiedType(Method->getResultType()
1090 if (!Context.hasSameUnqualifiedType(Method->getResultType(),
H A DSemaExprCXX.cpp168 Context.hasSameUnqualifiedType(T, SearchType)) {
278 if (SearchType->isDependentType() || Context.hasSameUnqualifiedType(SearchType, T)) {
2704 if (Context.hasSameUnqualifiedType(ElType, From->getType())) {
2734 if (Context.hasSameUnqualifiedType(ElType, ToType)) {
3426 assert(Self.Context.hasSameUnqualifiedType(LhsT, RhsT)
3768 if (!Context.hasSameUnqualifiedType(Class, LHSType)) {
4928 if (!Context.hasSameUnqualifiedType(DestructedType, ObjectType)) {
4969 !Context.hasSameUnqualifiedType(ScopeType, ObjectType)) {
H A DSemaCodeComplete.cpp721 if (SemaRef.Context.hasSameUnqualifiedType(PreferredType, TC))
3792 else if (!Context.hasSameUnqualifiedType(
4145 Context.hasSameUnqualifiedType(Base->getType(),
4170 Context.hasSameUnqualifiedType(Base->getType(),
5041 if (!S.Context.hasSameUnqualifiedType((*CurP)->getType(),
5226 } else if (!Context.hasSameUnqualifiedType(PreferredType,
6025 !Context.hasSameUnqualifiedType(ReturnType, (*M)->getResultType()))
6108 Context.hasSameUnqualifiedType(ReturnType.getNonReferenceType(),
H A DSemaExpr.cpp1968 if (Context.hasSameUnqualifiedType(FromRecordType, DestRecordType))
2020 if (Context.hasSameUnqualifiedType(FromRecordType, DestRecordType))
2039 if (!Context.hasSameUnqualifiedType(FromRecordType, URecordType)) {
4062 if (Context.hasSameUnqualifiedType(SrcTy, DestTy))
6016 << (unsigned)!S.Context.hasSameUnqualifiedType(LHS->getType(),
6317 if (!Context.hasSameUnqualifiedType(lpointee, rpointee)) {
6488 if (S.Context.hasSameUnqualifiedType(LHSStrippedType, RHSStrippedType))
6816 Context.hasSameUnqualifiedType(LHS.get()->getType(),
H A DSemaStmt.cpp1719 if (!Context.hasSameUnqualifiedType(ReturnType, ExprType))
1808 !Context.hasSameUnqualifiedType(RRefType->getPointeeType(),
H A DSemaLookup.cpp2159 if (Context.hasSameUnqualifiedType(T1, ArgType))
2168 if (Context.hasSameUnqualifiedType(T2, ArgType))
2570 if (!Context.hasSameUnqualifiedType(ArgTys[ArgIdx], ParamTy)) {
H A DSemaExprMember.cpp1264 assert(Context.hasSameUnqualifiedType(BaseType, BaseExpr.get()->getType()));
H A DSemaDeclObjC.cpp1209 if (S.Context.hasSameUnqualifiedType(MethodImpl->getResultType(),
1281 if (S.Context.hasSameUnqualifiedType(ImplTy, IfaceTy))
H A DSemaTemplateDeduction.cpp2405 if (Context.hasSameUnqualifiedType(A, DeducedA))
2473 if (Context.hasSameUnqualifiedType(A, DeducedA))
H A DSemaDecl.cpp355 if (Context.hasSameUnqualifiedType(QualType(Ty, 1), Base->getType()))
3139 if (Context.hasSameUnqualifiedType(DeclParamBaseTy, DefParamBaseTy) ||
5918 if (Context.hasSameUnqualifiedType(FT->getResultType(), Context.IntTy)) {
5969 if (Context.hasSameUnqualifiedType(AT, Expected[i]))
7838 !Context.hasSameUnqualifiedType(EnumUnderlyingTy,
H A DSemaObjCProperty.cpp1640 !Context.hasSameUnqualifiedType(
H A DSemaChecking.cpp1354 else if (!Context.hasSameUnqualifiedType(LHSType, RHSType)) {
3868 assert(S.Context.hasSameUnqualifiedType(T, E->getRHS()->getType())
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp611 assert(CGF.getContext().hasSameUnqualifiedType(OpInfo.Ty,
655 assert(CGF.getContext().hasSameUnqualifiedType(E->getLHS()->getType(),
H A DCGExprAgg.cpp591 assert(CGF.getContext().hasSameUnqualifiedType(E->getSubExpr()->getType(),
685 assert(CGF.getContext().hasSameUnqualifiedType(E->getLHS()->getType(),
H A DCGExprCXX.cpp431 assert(getContext().hasSameUnqualifiedType(E->getType(),
1157 assert(getContext().hasSameUnqualifiedType(argType.getNonReferenceType(),
H A DCGBuiltin.cpp84 assert(CGF.getContext().hasSameUnqualifiedType(T,
86 assert(CGF.getContext().hasSameUnqualifiedType(T, E->getArg(1)->getType()));
119 assert(CGF.getContext().hasSameUnqualifiedType(T,
121 assert(CGF.getContext().hasSameUnqualifiedType(T, E->getArg(1)->getType()));
H A DCGExprConstant.cpp864 assert(CGM.getContext().hasSameUnqualifiedType(Ty, Arg->getType()) &&
/external/clang/include/clang/AST/
H A DASTContext.h1408 bool hasSameUnqualifiedType(QualType T1, QualType T2) const { function in class:clang::ASTContext

Completed in 384 milliseconds

12