/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 85 if (NoexceptExpr->isTypeDependent() || in ActOnNoexceptSpec() 1080 if (DC->isTypeDependent()) in canDynamicCastThrow() 1086 if (DC->getSubExpr()->isTypeDependent()) in canDynamicCastThrow() 1151 if (CE->isTypeDependent()) in canThrow() 1193 if (NE->isTypeDependent()) in canThrow() 1313 cast<Expr>(S)->isTypeDependent() ? CT_Dependent : CT_Cannot; in canThrow() 1325 if (CE->isTypeDependent() || CE->isValueDependent()) in canThrow()
|
H A D | SemaStmtAsm.cpp | 93 if (E->isTypeDependent()) in CheckAsmLValue() 313 if (OutputExpr->isTypeDependent()) in ActOnGCCAsmStmt() 615 if (OutputExpr->isTypeDependent() || InputExpr->isTypeDependent()) in ActOnGCCAsmStmt()
|
H A D | SemaPseudoObject.cpp | 484 (result.get()->isTypeDependent() || CanCaptureValue(result.get()))) in buildAssignmentOperation() 508 (result.get()->isTypeDependent() || CanCaptureValue(result.get()))) { in buildIncDecOperation() 533 (result.get()->isTypeDependent() || CanCaptureValue(result.get()))) in buildIncDecOperation() 1478 if (op->isTypeDependent()) in checkIncDec() 1509 if (LHS->isTypeDependent() || RHS->isTypeDependent()) in checkAssignment()
|
H A D | SemaOpenACC.cpp | 1323 if (!IntExpr->isTypeDependent() && !IntExpr->getType()->isIntegerType()) in ActOnIntExpr() 1451 if (!Base->isTypeDependent()) { in ActOnArraySectionExpr() 1488 if (LowerBound && !LowerBound->isTypeDependent()) { in ActOnArraySectionExpr() 1499 if (Length && !Length->isTypeDependent()) { in ActOnArraySectionExpr() 1617 if (Base->isTypeDependent() || in ActOnArraySectionExpr()
|
H A D | SemaX86.cpp | 292 if (Arg->isTypeDependent() || Arg->isValueDependent()) in CheckBuiltinRoundingOrSAE() 391 if (Arg->isTypeDependent() || Arg->isValueDependent()) in CheckBuiltinGatherScatterScale() 424 if (Arg->isTypeDependent() || Arg->isValueDependent()) in CheckBuiltinTileDuplicate()
|
H A D | SemaStmt.cpp | 484 if (CondType->isDependentType() || E->isTypeDependent()) in ActOnCaseExpr() 1113 if (!Cond->isTypeDependent() && in CheckSwitchCondition() 1128 if (CondExpr && !CondExpr->isTypeDependent()) { in ActOnStartOfSwitchStmt() 1276 = CondExpr->isTypeDependent() || CondExpr->isValueDependent(); in ActOnFinishSwitchStmt() 1671 if (!SrcExpr->isTypeDependent() && !SrcExpr->isValueDependent() && in DiagnoseAssignmentEnum() 2330 return !Collection->isTypeDependent() in ObjCEnumerationCollection() 3144 if (!E->isTypeDependent()) { in ActOnIndirectGotoStmt() 3524 (RetValExp->isTypeDependent() || in ActOnCapScopeReturnStmt() 3536 } else if (!RetValExp->isTypeDependent()) { in ActOnCapScopeReturnStmt() 3918 } else if (!RetValExp->isTypeDependent()) { in BuildReturnStmt() [all …]
|
H A D | SemaARM.cpp | 208 if (Arg->isTypeDependent() || Arg->isValueDependent()) in BuiltinARMSpecialReg() 422 if (Arg->isTypeDependent() || Arg->isValueDependent()) in ParseSVEImmChecks() 849 if (CoprocArg->isTypeDependent() || CoprocArg->isValueDependent()) in CheckARMCoprocessorImmediate()
|
H A D | SemaExpr.cpp | 1684 ? ControllingExpr->isTypeDependent() in CreateGenericSelectionExpr() 4308 if (E->isTypeDependent()) in CheckAlignOfExpr() 4366 if (E->isTypeDependent()) in CheckVecStepExpr() 4624 if (E->isTypeDependent()) { in CreateUnaryExprOrTypeTraitExpr() 4692 if (V.get()->isTypeDependent()) in CheckRealImagOperand() 4782 assert(LHS->isTypeDependent() || RHS->isTypeDependent()); in getDependentArraySubscriptType() 4917 (base->isTypeDependent() || in ActOnArraySubscriptExpr() 4993 if (Base->isTypeDependent() || RowIdx->isTypeDependent() || in CreateBuiltinMatrixSubscriptExpr() 4994 ColumnIdx->isTypeDependent()) in CreateBuiltinMatrixSubscriptExpr() 5009 !IndexExpr->isTypeDependent()) { in CreateBuiltinMatrixSubscriptExpr() [all …]
|
H A D | SemaExprObjC.cpp | 397 if (Element->isTypeDependent()) in CheckObjCCollectionLiteralElement() 511 if (ValueExpr->isTypeDependent()) { in BuildObjCBoxedExpr() 778 assert((!BaseExpr->isTypeDependent() && !IndexExpr->isTypeDependent()) && in BuildObjCSubscriptExpression() 909 if (Literal->isValueDependent() || Literal->isTypeDependent()) in CheckObjCDictionaryLiteralDuplicateKeys() 1741 if (Args[i]->isTypeDependent()) in CheckMessageArgumentTypes() 1831 if (Args[i]->isTypeDependent()) in CheckMessageArgumentTypes() 1905 if (Args[i]->isTypeDependent()) in CheckMessageArgumentTypes() 2884 if (Receiver->isTypeDependent()) { in BuildInstanceMessage() 4667 if (T->isDependentType() || SubExpr->isTypeDependent()) { in BuildObjCBridgedCast()
|
H A D | SemaChecking.cpp | 205 if (Value->isTypeDependent()) in convertArgumentToType() 1140 if (TheCall->isValueDependent() || TheCall->isTypeDependent() || in checkFortifiedBuiltinMemoryFunction() 2929 if (Arg->isTypeDependent() || Arg->isValueDependent()) in ValueIsRunOfOnes() 4823 if (OrigArg0.get()->isTypeDependent() || OrigArg1.get()->isTypeDependent()) in BuiltinUnorderedCompare() 4865 if (Arg->isTypeDependent()) in BuiltinFPClassification() 4877 if (OrigArg->isTypeDependent()) in BuiltinFPClassification() 4992 if (!TheCall->getArg(0)->isTypeDependent() && in BuiltinShuffleVector() 4993 !TheCall->getArg(1)->isTypeDependent()) { in BuiltinShuffleVector() 5034 if (TheCall->getArg(i)->isTypeDependent() || in BuiltinShuffleVector() 5154 if (!Arg->isTypeDependent() && !Arg->isValueDependent()) { in BuiltinAllocaWithAlign() [all …]
|
H A D | SemaOpenMP.cpp | 2896 if (DE->isValueDependent() || DE->isTypeDependent()) { in EndOpenMPDSABlock() 3342 if (Allocator->isTypeDependent() || Allocator->isValueDependent() || in getAllocatorKind() 3421 (Alignment->isTypeDependent() || Alignment->isValueDependent() || in applyOMPAllocateAttribute() 3427 (Allocator->isTypeDependent() || Allocator->isValueDependent() || in applyOMPAllocateAttribute() 3784 if (TryCaptureCXXThisMembers || E->isTypeDependent() || in VisitDeclRefExpr() 3991 if (E->isTypeDependent() || E->isValueDependent() || in VisitMemberExpr() 5153 if (RefExpr->isTypeDependent() || RefExpr->isValueDependent() || in getPrivateItem() 5801 if (E->isTypeDependent() || E->isValueDependent() || in processImplicitMapsWithDefaultMappers() 6940 if (E->isValueDependent() || E->isTypeDependent() || in ActOnOpenMPDeclareSimdDirective() 6962 if (E->isValueDependent() || E->isTypeDependent() || in ActOnOpenMPDeclareSimdDirective() [all …]
|
H A D | SemaExprCXX.cpp | 575 if (E && !E->isTypeDependent()) { in BuildCXXTypeId() 891 if (Ex && !Ex->isTypeDependent()) { in BuildCXXThrow() 1456 if (This->isTypeDependent()) in MarkThisReferenced() 1526 !Result.get()->isTypeDependent()) in ActOnCXXTypeConstructExpr() 1939 if (!NumElts->isTypeDependent() && !NumElts->isValueDependent()) { in ActOnCXXNew() 2185 if (ArraySize && *ArraySize && !(*ArraySize)->isTypeDependent()) { in BuildCXXNew() 3637 if (!Ex.get()->isTypeDependent()) { in ActOnCXXDelete() 6287 if (Queried->isTypeDependent()) { in BuildExpressionTrait() 6838 if (!Cond.get()->isTypeDependent()) { in CXXCheckConditionalOperands() 6856 if (LHS.get()->isTypeDependent() || RHS.get()->isTypeDependent()) in CXXCheckConditionalOperands() [all …]
|
H A D | SemaAttr.cpp | 357 if (Alignment->isTypeDependent() || !Val || in ActOnPragmaPack() 407 if (E->isValueDependent() || E->isTypeDependent()) in ConstantFoldAttrArgs()
|
H A D | SemaCast.cpp | 305 DestType->isDependentType() || Ex.get()->isTypeDependent(); in BuildCXXNamedCast() 403 if (!Operand->isTypeDependent() && !TSI->getType()->isDependentType()) { in BuildBuiltinBitCastExpr() 2756 if (DestType->isDependentType() || SrcExpr.get()->isTypeDependent() || in CheckCXXCStyleCast() 2946 (DestType->isDependentType() || SrcExpr.get()->isTypeDependent() || in CheckCStyleCast()
|
H A D | SemaType.cpp | 2127 ArraySize && !ArraySize->isTypeDependent() && in BuildArrayType() 2196 } else if (ArraySize->isTypeDependent() || ArraySize->isValueDependent()) { in BuildArrayType() 2317 if (SizeExpr->isTypeDependent() || SizeExpr->isValueDependent()) in BuildVectorType() 2395 if (!ArraySize->isTypeDependent() && !ArraySize->isValueDependent()) { in BuildExtVectorType() 2438 if (NumRows->isTypeDependent() || NumCols->isTypeDependent() || in BuildMatrixType() 7489 if (CondExpr->isTypeDependent() || CondExpr->isValueDependent()) in ActOnEffectExpression() 8132 if (!AttrExpr->isTypeDependent()) { in verifyValidIntegerConstantExpr() 9364 if (!E->isTypeDependent()) { in BuildTypeofExprType() 9410 if (E->isTypeDependent()) in getDecltypeForExpr() 9510 !IndexExpr->isTypeDependent()) { in BuildPackIndexingType()
|
H A D | SemaTemplate.cpp | 2592 if (IgnoreNonTypeDependent && !E->isTypeDependent()) in TraverseStmt() 5930 if (Arg->isValueDependent() || Arg->isTypeDependent()) in isNullPointerValueTemplateArgument() 6406 if (Arg->isTypeDependent() || Arg->isValueDependent()) { in CheckTemplateArgumentPointerToMember() 6472 if (Arg->isTypeDependent() || Arg->isValueDependent()) { in CheckTemplateArgumentPointerToMember() 6508 if (Arg->isTypeDependent()) { in CheckTemplateArgument() 6589 if ((ParamType->isDependentType() || Arg->isTypeDependent()) && in CheckTemplateArgument() 6609 if (ParamType->isDependentType() || Arg->isTypeDependent()) { in CheckTemplateArgument() 7059 if (Arg->isTypeDependent() || Arg->isValueDependent()) { in CheckTemplateArgument() 7936 if (!E->isTypeDependent()) in findTemplateParameterInType()
|
H A D | SemaObjC.cpp | 91 if (!FirstE->isTypeDependent() && !FirstE->isLValue()) in ActOnObjCForCollectionStmt() 132 if (collection->isTypeDependent()) in CheckObjCForCollectionOperand()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 356 binaryOperator(isTypeDependent(), in findDirectMutation() 372 isTypeDependent(), in findDirectMutation() 414 callExpr(isTypeDependent(), hasAnyArgument(canResolveToExpr(Exp))), in findDirectMutation()
|
/freebsd/contrib/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 978 if (Arg->isTypeDependent()) in rewriteToNumericBoxedExpression() 1130 if (Arg->isTypeDependent()) in doRewriteToUTF8StringBoxedExpressionHelper()
|
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 478 REGISTER_MATCHER(isTypeDependent); in RegistryMaps()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtProfile.cpp | 1890 if (S->isTypeDependent()) { in VisitCXXOperatorCallExpr() 1926 assert(!S->isTypeDependent() && in VisitCXXRewrittenBinaryOperator()
|
H A D | ExprCXX.cpp | 501 if (isTypeDependent()) in OverloadExpr() 1607 ((Base && Base->isTypeDependent()) || BaseType->isDependentType()), in UnresolvedMemberExpr()
|
H A D | ComputeDependence.cpp | 360 if (E->getQueriedExpression()->isTypeDependent()) in computeDependence()
|
H A D | Expr.cpp | 2605 if (isTypeDependent()) in isUnusedResultAWarning() 3021 if (isTypeDependent()) in isBoundMemberFunction() 3292 if (Exprs[I]->isTypeDependent()) in hasAnyTypeDependentArguments() 3952 if (isTypeDependent() || getType()->isIntegralType(Ctx)) in isNullPointerConstant()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 1037 AST_MATCHER(Expr, isTypeDependent) { return Node.isTypeDependent(); } in AST_MATCHER() argument
|