Home
last modified time | relevance | path

Searched refs:isValueDependent (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAMDGPU.cpp116 if (MinExpr->isValueDependent() || MaxExpr->isValueDependent()) in checkAMDGPUFlatWorkGroupSizeArguments()
177 if (MinExpr->isValueDependent() || (MaxExpr && MaxExpr->isValueDependent())) in checkAMDGPUWavesPerEUArguments()
261 if (XExpr->isValueDependent() || (YExpr && YExpr->isValueDependent()) || in checkAMDGPUMaxNumWorkGroupsArguments()
262 (ZExpr && ZExpr->isValueDependent())) in checkAMDGPUMaxNumWorkGroupsArguments()
H A DSemaX86.cpp292 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 DSemaARM.cpp208 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 DSemaChecking.cpp183 if (Arg->isValueDependent()) in checkBuiltinVerboseTrap()
353 if (!AlignOp->isValueDependent() && in BuiltinAlignment()
1140 if (TheCall->isValueDependent() || TheCall->isTypeDependent() || in checkFortifiedBuiltinMemoryFunction()
1510 if (Arg->isValueDependent()) in checkPointerAuthKey()
2379 if (SizeOp->isValueDependent()) in CheckBuiltinFunctionCall()
2392 if (SizeOp->isValueDependent()) in CheckBuiltinFunctionCall()
2624 if (!TheCall->getArg(0)->isValueDependent() && in CheckBuiltinFunctionCall()
2929 if (Arg->isTypeDependent() || Arg->isValueDependent()) in ValueIsRunOfOnes()
2998 return (!Expr->isValueDependent() && in CheckNonNullExpr()
3317 if (!Arg->isValueDependent()) { in checkCall()
[all …]
H A DSemaStmtAttr.cpp114 if (!ValueExpr->isValueDependent()) { in handleLoopHintAttr()
351 if (!E->isValueDependent()) { in BuildCodeAlignAttr()
H A DSemaExceptionSpec.cpp105 if (Converted.get()->isValueDependent()) { in ActOnNoexceptSpec()
1097 if (DC->isValueDependent()) in canTypeidThrow()
1325 if (CE->isTypeDependent() || CE->isValueDependent()) in canThrow()
H A DSemaOpenMP.cpp2896 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()
3785 E->isValueDependent() || E->containsUnexpandedParameterPack() || 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 DSemaType.cpp2196 } else if (ArraySize->isTypeDependent() || ArraySize->isValueDependent()) { in BuildArrayType()
2317 if (SizeExpr->isTypeDependent() || SizeExpr->isValueDependent()) in BuildVectorType()
2395 if (!ArraySize->isTypeDependent() && !ArraySize->isValueDependent()) { in BuildExtVectorType()
2439 NumRows->isValueDependent() || NumCols->isValueDependent()) in BuildMatrixType()
6383 if (!AddrSpace->isValueDependent()) { in BuildAddressSpaceIndex()
6426 if (!AddrSpace->isValueDependent()) { in BuildAddressSpaceAttr()
6527 if (!ASArgExpr->isValueDependent()) { in HandleAddressSpaceTypeAttribute()
7489 if (CondExpr->isTypeDependent() || CondExpr->isValueDependent()) in ActOnEffectExpression()
9509 if (FullySubstituted && !IndexExpr->isValueDependent() && in BuildPackIndexingType()
H A DSemaStmt.cpp496 if (!E->isValueDependent()) in ActOnCaseExpr()
1276 = CondExpr->isTypeDependent() || CondExpr->isValueDependent(); in ActOnFinishSwitchStmt()
1327 if (Lo->isValueDependent()) { in ActOnFinishSwitchStmt()
1352 if (CS->getRHS()->isValueDependent()) { in ActOnFinishSwitchStmt()
1671 if (!SrcExpr->isTypeDependent() && !SrcExpr->isValueDependent() && in DiagnoseAssignmentEnum()
H A DSemaTemplate.cpp5930 if (Arg->isValueDependent() || Arg->isTypeDependent()) in isNullPointerValueTemplateArgument()
6212 if (Arg->isValueDependent()) { in CheckTemplateArgumentAddressOfObjectOrFunction()
6406 if (Arg->isTypeDependent() || Arg->isValueDependent()) { in CheckTemplateArgumentPointerToMember()
6472 if (Arg->isTypeDependent() || Arg->isValueDependent()) { in CheckTemplateArgumentPointerToMember()
6704 if (ArgResult.get()->isValueDependent()) { in CheckTemplateArgument()
6803 if (ArgResult.get()->isValueDependent()) { in CheckTemplateArgument()
6846 } else if (!Arg->isValueDependent()) { in CheckTemplateArgument()
6889 if (Arg->isValueDependent()) { in CheckTemplateArgument()
7059 if (Arg->isTypeDependent() || Arg->isValueDependent()) { in CheckTemplateArgument()
H A DSemaCUDA.cpp613 return Init->isValueDependent(); in IsDependentVar()
H A DSemaStmtAsm.cpp412 if (!InputExpr->isValueDependent()) { in ActOnGCCAsmStmt()
H A DSemaExpr.cpp472 if (SentinelExpr->isValueDependent()) in DiagnoseSentinelCalls()
3620 if (E->isValueDependent()) in CheckLoopHintExpr()
6400 DRE && Call.get()->isValueDependent()) { in ActOnCallExpr()
7071 !LiteralExpr->isValueDependent() && in BuildCompoundLiteralExpr()
10028 bool CstScalar = Scalar->get()->isValueDependent() || in tryGCCVectorConvertAndSplat()
10479 if (!RHS.get()->isValueDependent() && in DiagnoseBadDivideOrRemainderValues()
10764 if (!IsStringPlusInt || IndexExpr->isValueDependent()) in diagnoseStringPlusInt()
10926 (!IExp->isValueDependent() && in CheckAdditionOperands()
11043 (!RHS.get()->isValueDependent() && in CheckSubtractionOperands()
11132 if (RHS.get()->isValueDependent() || in DiagnoseBadShiftValues()
[all …]
H A DSemaDeclAttr.cpp680 if (isa<FunctionDecl>(D) && !Cond->isValueDependent() && in checkFunctionConditionAttr()
1370 if (!E->isValueDependent()) { in AddAssumeAlignedAttr()
1395 if (OE && !OE->isValueDependent() && !OE->isIntegerConstantExpr(Context)) { in AddAssumeAlignedAttr()
3887 if (!E->isValueDependent()) { in AddAlignValueAttr()
4010 if (E->isValueDependent()) { in AddAlignedAttr()
5091 if (E->isValueDependent()) in makeLaunchBoundsArgExpr()
6244 if (E->isValueDependent() && !ArgMemberCanHoldExpr) in MustDelayAttributeArguments()
H A DSemaAttr.cpp407 if (E->isValueDependent() || E->isTypeDependent()) in ConstantFoldAttrArgs()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h59 if (E->getCond()->isValueDependent()) in VisitChooseExpr()
H A DExprCXX.h2809 assert(!isValueDependent()); in getValue()
4333 assert(!isValueDependent() && in getPackLength()
4344 return isValueDependent() && Length; in isPartiallySubstituted()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2033 assert(!E->isValueDependent()); in EvaluateIgnoredValue()
2624 assert(!E->isValueDependent()); in EvaluateAsBooleanCondition()
3372 if (E->isValueDependent()) in evaluateVarDeclInit()
3390 if (Init->isValueDependent()) { in evaluateVarDeclInit()
4979 if (InitE->isValueDependent()) in EvaluateVarDecl()
5007 assert(E->isValueDependent()); in EvaluateDependentExpr()
5018 if (Cond->isValueDependent()) in EvaluateCond()
5101 if (SS->getCond()->isValueDependent()) { in EvaluateSwitch()
5265 if (Inc->isValueDependent()) { in EvaluateStmt()
5304 if (E->isValueDependent()) { in EvaluateStmt()
[all …]
H A DComputeDependence.cpp579 Init->isValueDependent()) in computeDependence()
694 if (FD && FD->isBitField() && FD->getBitWidth()->isValueDependent()) { in computeDependence()
H A DDecl.cpp2499 if (!Init || Init->isValueDependent() || getType()->isDependentType()) in isUsableInConstantExpressions()
2550 assert(!Init->isValueDependent()); in evaluateValueImpl()
2641 assert(!getInit()->isValueDependent()); in checkForConstantInitialization()
4590 return isUnnamedBitField() && !getBitWidth()->isValueDependent() && in isZeroLengthBitField()
H A DExpr.cpp199 !FD->getBitWidth()->isValueDependent() && in isKnownToHaveBooleanValue()
3300 assert(!isValueDependent() && in isConstantInitializer()
3517 return !Arg->isValueDependent() && in isBuiltinAssumeFalse()
3943 if (isValueDependent() && in isNullPointerConstant()
H A DTextNodeDumper.cpp1786 if (!Node->isValueDependent()) in VisitRequiresExpr()
2271 if (E && !E->isValueDependent() && D->isConstexpr() && in VisitVarDecl()
H A DTypePrinter.cpp2242 if (pattern_expr->isValueDependent() || in templateArgumentExpressionsEqual()
2252 if (args_expr->isValueDependent() || !args_expr->isIntegerConstantExpr(Ctx)) in templateArgumentExpressionsEqual()
H A DType.cpp3598 epi.ExceptionSpec.NoexceptExpr->isValueDependent()); in FunctionProtoType()
3676 E->isValueDependent(); in FunctionProtoType()
3687 return NE->isValueDependent(); in hasDependentExceptionSpec()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp483 REGISTER_MATCHER(isValueDependent); in RegistryMaps()

12