OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSameUnqualifiedType
(Results
1 - 25
of
39
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp
902
!Ctx.
hasSameUnqualifiedType
(FD->getParamDecl(0)->getType(),
1453
(S.Context.
hasSameUnqualifiedType
(FromType, ToType) ||
1467
if (!S.Context.
hasSameUnqualifiedType
(FromType, ToType))
1525
if (Context.
hasSameUnqualifiedType
(FromType, ToType))
1630
if (S.Context.
hasSameUnqualifiedType
(FromType, ToType))
1721
if (!S.Context.
hasSameUnqualifiedType
(
1833
if (S.Context.
hasSameUnqualifiedType
(FromType, ToType)) {
2117
return Context.
hasSameUnqualifiedType
(Underlying, ToType) ||
2124
return Context.
hasSameUnqualifiedType
(
2167
return Context.
hasSameUnqualifiedType
(ToType, PromoteTypes[Idx])
[
all
...]
SemaExprCXX.cpp
193
return Context.
hasSameUnqualifiedType
(T, SearchType);
477
!Context.
hasSameUnqualifiedType
(T, SearchType)) {
1591
S.Context.
hasSameUnqualifiedType
(
1597
S.Context.
hasSameUnqualifiedType
(
1622
S.Context.
hasSameUnqualifiedType
(
4437
if (Context.
hasSameUnqualifiedType
(ElType, From->getType())) {
4465
if (Context.
hasSameUnqualifiedType
(ElType, ToType)) {
5358
assert(Self.Context.
hasSameUnqualifiedType
(LhsT, RhsT)
5720
if (!Context.
hasSameUnqualifiedType
(Class, LHSType)) {
7432
if (!Context.
hasSameUnqualifiedType
(DestructedType, ObjectType))
[
all
...]
SemaExprObjC.cpp
518
if (Context.
hasSameUnqualifiedType
(PointeeType, Context.CharTy)) {
846
!Context.
hasSameUnqualifiedType
(PtrT->getPointeeType(), IdT)) {
1017
!Context.
hasSameUnqualifiedType
(PtrValue->getPointeeType(), IdT)) {
1031
!Context.
hasSameUnqualifiedType
(PtrKey->getPointeeType(),
1050
err = !Context.
hasSameUnqualifiedType
(PtrKey->getPointeeType(),
1662
Context.
hasSameUnqualifiedType
(destType, MD->getReturnType()))
1699
if (Context.
hasSameUnqualifiedType
(
1703
if (!Context.
hasSameUnqualifiedType
(Method->getReturnType(),
SemaCast.cpp
1050
return Context.
hasSameUnqualifiedType
(SrcType, DestType);
1735
if (!Self.Context.
hasSameUnqualifiedType
(SrcMemPtr->getPointeeType(),
2001
if (Context.
hasSameUnqualifiedType
(DestTy, SrcTy)) {
2874
Self.Context.
hasSameUnqualifiedType
(DestType, SrcType)) {
2890
if (DestRecordTy && Self.Context.
hasSameUnqualifiedType
(DestType, SrcType)){
SemaInit.cpp
3919
return Ctx.
hasSameUnqualifiedType
(ParmT, ClassT);
4077
S.Context.
hasSameUnqualifiedType
(UnwrappedArgs[0]->getType(), DestType)) {
4160
assert(S.Context.
hasSameUnqualifiedType
(ConvType, DestType) &&
4395
if (S.Context.
hasSameUnqualifiedType
(InitType, DestType) ||
4475
!S.Context.
hasSameUnqualifiedType
(E->getType(), DestType) &&
5388
!S.Context.
hasSameUnqualifiedType
(ConvType, DestType))
5829
S.Context.
hasSameUnqualifiedType
(Initializer->getType(),
5924
(Context.
hasSameUnqualifiedType
(SourceType, DestType) ||
5958
if (Context.
hasSameUnqualifiedType
(SourceType, Atomic->getValueType()) ||
6357
S.Context.
hasSameUnqualifiedType
(
[
all
...]
SemaConcept.cpp
108
if (!Context.
hasSameUnqualifiedType
(Type, Context.BoolTy)) {
SemaTemplate.cpp
3011
if (Context.
hasSameUnqualifiedType
(T, QualType(CurType, 0)))
6219
} else if (Context.
hasSameUnqualifiedType
(Arg, Context.OverloadTy)) {
6309
if (S.Context.
hasSameUnqualifiedType
(Arg->getType(), ParamType) ||
6380
if (!S.Context.
hasSameUnqualifiedType
(ArgType,
6604
if (!S.Context.
hasSameUnqualifiedType
(Entity->getType(),
6634
if (!S.Context.
hasSameUnqualifiedType
(ArgType, ParamType)) {
6747
} else if (!S.Context.
hasSameUnqualifiedType
(
6870
: !Context.
hasSameUnqualifiedType
(ParamType, Arg->getType()))) {
6938
Context.
hasSameUnqualifiedType
(ParamType, InnerArg->getType())) {
10165
if (Context.
hasSameUnqualifiedType
(Method->getType(), Adjusted))
[
all
...]
SemaStmt.cpp
1133
S.Context.
hasSameUnqualifiedType
(EnumType, VarType))
1168
if (S.Context.
hasSameUnqualifiedType
(CondType, CaseType))
1596
if (!Context.
hasSameUnqualifiedType
(SrcType, DstType) &&
3356
!Context.
hasSameUnqualifiedType
(ReturnType, VDType))
3466
if (!S.Context.
hasSameUnqualifiedType
(RRefType->getPointeeType(),
SemaCodeComplete.cpp
1030
if (SemaRef.Context.
hasSameUnqualifiedType
(PreferredType, TC))
5696
else if (!SemaRef.Context.
hasSameUnqualifiedType
(
6357
Context.
hasSameUnqualifiedType
(
6372
Context.
hasSameUnqualifiedType
(
7290
if (!S.Context.
hasSameUnqualifiedType
((*CurP)->getType(),
7469
} else if (!Context.
hasSameUnqualifiedType
(PreferredType,
8255
!Context.
hasSameUnqualifiedType
(ReturnType, M->getReturnType()))
8337
Context.
hasSameUnqualifiedType
(ReturnType.getNonReferenceType(),
SemaExceptionSpec.cpp
684
if (Context.
hasSameUnqualifiedType
(ExceptionType, HandlerType))
SemaTemplateDeduction.cpp
1378
if (ParamRef && ArgRef && S.Context.
hasSameUnqualifiedType
(Param, Arg)) {
3422
if (Context.
hasSameUnqualifiedType
(A, DeducedA))
3508
if (Context.
hasSameUnqualifiedType
(A, DeducedA))
SemaExprMember.cpp
1483
assert(S.Context.
hasSameUnqualifiedType
(BaseType,
SemaExpr.cpp
1448
!S.Context.
hasSameUnqualifiedType
(L, R)) {
2997
if (Context.
hasSameUnqualifiedType
(FromRecordType, DestRecordType))
3048
if (Context.
hasSameUnqualifiedType
(FromRecordType, DestRecordType))
6046
if (getASTContext().
hasSameUnqualifiedType
(CAT->getElementType(),
7103
if (Context.
hasSameUnqualifiedType
(SrcTy, DestTy))
7515
!Context.
hasSameUnqualifiedType
(DestTy, SrcTy))) {
10236
if (!S.Context.
hasSameUnqualifiedType
(LHSTy->getPointeeType(), RHSTy))
10380
<< (unsigned)!S.Context.
hasSameUnqualifiedType
(LHS->getType(),
10784
if (!Context.
hasSameUnqualifiedType
(lpointee, rpointee)) {
11572
if (!S.Context.
hasSameUnqualifiedType
(LHSStrippedType, RHSStrippedType))
[
all
...]
SemaDecl.cpp
651
if (Ty && Context.
hasSameUnqualifiedType
(QualType(Ty, 1), Base.getType()))
5473
if (Context.
hasSameUnqualifiedType
(DefParamTy, DeclParamTy))
5481
if (Context.
hasSameUnqualifiedType
(DeclParamBaseTy, DefParamBaseTy) ||
11121
if (Context.
hasSameUnqualifiedType
(FT->getReturnType(), Context.IntTy))
11187
if (Context.
hasSameUnqualifiedType
(AT, Expected[i]))
11739
Context.
hasSameUnqualifiedType
(Type, Context.getAutoDeductType()) &&
15216
!Context.
hasSameUnqualifiedType
(EnumUnderlyingTy,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprComplex.cpp
921
.
hasSameUnqualifiedType
(ComplexElementTy, E->getRHS()->getType()));
925
.
hasSameUnqualifiedType
(OpInfo.Ty, E->getRHS()->getType()));
941
if (!CGF.getContext().
hasSameUnqualifiedType
(ComplexElementTy, LHSTy))
988
assert(CGF.getContext().
hasSameUnqualifiedType
(E->getLHS()->getType(),
CGExprAgg.cpp
767
assert(CGF.getContext().
hasSameUnqualifiedType
(valueType,
782
assert(CGF.getContext().
hasSameUnqualifiedType
(op->getType(),
852
assert(CGF.getContext().
hasSameUnqualifiedType
(E->getSubExpr()->getType(),
1162
assert(CGF.getContext().
hasSameUnqualifiedType
(E->getLHS()->getType(),
CGExprCXX.cpp
615
assert(getContext().
hasSameUnqualifiedType
(E->getType(),
1196
assert(getContext().
hasSameUnqualifiedType
(ElementType, Init->getType()) &&
1625
assert(getContext().
hasSameUnqualifiedType
(
CGExprScalar.cpp
2220
assert(CGF.getContext().
hasSameUnqualifiedType
(E->getType(), DestTy));
4143
assert(CGF.getContext().
hasSameUnqualifiedType
(CETy,
4150
assert(CGF.getContext().
hasSameUnqualifiedType
(CETy, RHSTy) &&
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp
1270
if (Context.
hasSameUnqualifiedType
(BI.getType(), T)) {
2342
Context.
hasSameUnqualifiedType
(getParamDecl(UsualParams)->getType(),
2396
return Context.
hasSameUnqualifiedType
(ClassType, ParamType);
2417
return Context.
hasSameUnqualifiedType
(ClassType, ParamType);
ExprConstant.cpp
5672
if (!Info.Ctx.
hasSameUnqualifiedType
(Callee->getReturnType(),
5682
if (Next && !Info.Ctx.
hasSameUnqualifiedType
(
5686
if (!Info.Ctx.
hasSameUnqualifiedType
(Found->getReturnType(),
8731
Info.Ctx.
hasSameUnqualifiedType
(Result.Designator.getType(Info.Ctx),
9097
Info.Ctx.
hasSameUnqualifiedType
(
9226
if (!Info.Ctx.
hasSameUnqualifiedType
(T, SrcT)) {
9471
if (!Info.Ctx.
hasSameUnqualifiedType
(SubobjType, AllocType)) {
11832
Info.Ctx.
hasSameUnqualifiedType
(CharTy, Info.Ctx.CharTy)) {
11914
(Info.Ctx.
hasSameUnqualifiedType
(
11916
Info.Ctx.
hasSameUnqualifiedType
(CharTy1, CharTy2)))
[
all
...]
Expr.cpp
1909
if (Ctx.
hasSameUnqualifiedType
(Field->getType(), OpType) &&
2890
Ctx.
hasSameUnqualifiedType
(E->getType(), SubExpr->getType());
2991
if (!C.
hasSameUnqualifiedType
(getType(), C.getTypeDeclType(TempTy)))
/src/external/apache2/llvm/dist/clang/lib/Analysis/
BodyFarm.cpp
799
if (!Ctx.
hasSameUnqualifiedType
(IVar->getType(),
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp
1568
if (!SVB.getContext().
hasSameUnqualifiedType
(RegionTy, SourceRegionTy))
1641
if (!Ctx.
hasSameUnqualifiedType
(T, R->getElementType()))
SimpleSValBuilder.cpp
580
getContext().
hasSameUnqualifiedType
(symIntExpr->getType(),
/src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp
1147
if (Ctx.
hasSameUnqualifiedType
(PointeeType, Ctx.CharTy)) {
Completed in 171 milliseconds
1
2
Indexes created Mon Sep 21 00:25:25 UTC 2026