/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 174 return ExprError(); in ParseAssignmentExpression() 193 return ExprError(); in ParseConditionalExpression() 273 return ExprError(); in ParseConstraintExpression() 299 return ExprError(); in ParseConstraintLogicalAndExpression() 328 return ExprError(); in ParseConstraintLogicalAndExpression() 343 return ExprError(); in ParseConstraintLogicalAndExpression() 349 return ExprError(); in ParseConstraintLogicalAndExpression() 355 return ExprError(); in ParseConstraintLogicalAndExpression() 362 return ExprError(); in ParseConstraintLogicalAndExpression() 383 return ExprError(); in ParseConstraintLogicalOrExpression() [all …]
|
H A D | ParseExprCXX.cpp | 651 return ExprError(); in tryParseCXXIdExpression() 681 return ExprError(); in ParseCXXPackIndexingExpression() 815 return ExprError(); in ParseLambdaExpression() 861 return ExprError(); in TryParseLambdaExpression() 875 return ExprError(); in TryParseLambdaExpression() 1064 Init = ExprError(); in ParseLambdaIntroducer() 1402 return ExprError(); in ParseLambdaExpressionAfterIntroducer() 1618 return ExprError(); in ParseLambdaExpressionAfterIntroducer() 1631 return ExprError(); in ParseLambdaExpressionAfterIntroducer() 1670 return ExprError(); in ParseCXXCasts() [all …]
|
H A D | ParseInit.cpp | 211 return ExprError(); in ParseInitializerWithPotentialDesignator() 215 return ExprError(); in ParseInitializerWithPotentialDesignator() 271 return ExprError(); in ParseInitializerWithPotentialDesignator() 309 return ExprError(); in ParseInitializerWithPotentialDesignator() 321 return ExprError(); in ParseInitializerWithPotentialDesignator() 428 return ExprError(); in ParseInitializerWithPotentialDesignator() 578 return ExprError(); // an error occurred. in ParseBraceInitializer()
|
H A D | ParseObjc.cpp | 2844 return ExprError(); in ParseObjCAtExpression() 2860 return ExprError(); in ParseObjCAtExpression() 2908 return ExprError(Diag(AtLoc, diag::err_unexpected_at)); in ParseObjCAtExpression() 2934 return ExprError(Diag(AtLoc, diag::err_unexpected_at) << in ParseObjCAtExpression() 2938 return ExprError(Diag(AtLoc, diag::err_unexpected_at)); in ParseObjCAtExpression() 3092 return ExprError(); in ParseObjCMessageExpression() 3114 return ExprError(); in ParseObjCMessageExpression() 3140 return ExprError(); in ParseObjCMessageExpression() 3154 return ExprError(); in ParseObjCMessageExpression() 3236 return ExprError(); in ParseObjCMessageExpressionBody() [all …]
|
H A D | ParseOpenACC.cpp | 625 return R.isInvalid() ? ExprError() : R.get().second; in ParseOpenACCConditionExpr() 1240 return ExprError(); in ParseOpenACCIDExpression() 1269 return ExprError(); in ParseOpenACCBindClauseArgument()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 341 return ExprError(); in BuildPossibleImplicitMemberExpr() 579 return ExprError(); in ActOnDependentMemberExpr() 801 return ExprError(); in BuildMemberReferenceExpr() 814 return ExprError(); in BuildMemberReferenceExpr() 818 return ExprError(); in BuildMemberReferenceExpr() 830 return ExprError(); in BuildMemberReferenceExpr() 864 if (result.isInvalid()) return ExprError(); in BuildAnonymousStructUnionMemberReference() 895 return ExprError(); in BuildAnonymousStructUnionMemberReference() 1013 return ExprError(); in BuildMemberReferenceExpr() 1022 return ExprError(); in BuildMemberReferenceExpr() [all …]
|
H A D | SemaPseudoObject.cpp | 422 if (getExpr.isInvalid()) return ExprError(); in buildRValueOperation() 463 if (opLHS.isInvalid()) return ExprError(); in buildAssignmentOperation() 469 if (result.isInvalid()) return ExprError(); in buildAssignmentOperation() 481 if (result.isInvalid()) return ExprError(); in buildAssignmentOperation() 502 if (result.isInvalid()) return ExprError(); in buildIncDecOperation() 523 if (result.isInvalid()) return ExprError(); in buildIncDecOperation() 529 if (result.isInvalid()) return ExprError(); in buildIncDecOperation() 733 return ExprError(); in buildGet() 766 return ExprError(); in buildSet() 791 return ExprError(); in buildSet() [all …]
|
H A D | SemaCast.cpp | 284 return ExprError(); in ActOnCXXNamedCast() 318 return ExprError(); in BuildCXXNamedCast() 328 return ExprError(); in BuildCXXNamedCast() 339 return ExprError(Diag(OpLoc, diag::err_openclcxx_not_supported) in BuildCXXNamedCast() 346 return ExprError(); in BuildCXXNamedCast() 358 return ExprError(); in BuildCXXNamedCast() 371 return ExprError(); in BuildCXXNamedCast() 390 return ExprError(); in ActOnBuiltinBitCastExpr() 406 return ExprError(); in BuildBuiltinBitCastExpr() 814 SrcExpr = ExprError(); in CheckDynamicCast() [all …]
|
H A D | SemaExprCXX.cpp | 558 return ExprError(); in BuildCXXTypeId() 561 return ExprError(Diag(TypeidLoc, diag::err_variably_modified_typeid) << T); in BuildCXXTypeId() 564 return ExprError(); in BuildCXXTypeId() 578 if (result.isInvalid()) return ExprError(); in BuildCXXTypeId() 589 return ExprError(); in BuildCXXTypeId() 601 return ExprError(); in BuildCXXTypeId() 613 return ExprError(); in BuildCXXTypeId() 630 return ExprError(Diag(TypeidLoc, diag::err_variably_modified_typeid) in BuildCXXTypeId() 651 return ExprError(Diag(OpLoc, diag::err_openclcxx_not_supported) in ActOnCXXTypeid() 657 return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid)); in ActOnCXXTypeid() [all …]
|
H A D | SemaExprObjC.cpp | 356 return ExprError(); in BuildObjCNumericLiteral() 365 return ExprError(); in BuildObjCNumericLiteral() 402 return ExprError(); in CheckObjCCollectionLiteralElement() 423 return ExprError(); in CheckObjCCollectionLiteralElement() 451 return ExprError(); in CheckObjCCollectionLiteralElement() 467 return ExprError(); in CheckObjCCollectionLiteralElement() 477 return ExprError(); in CheckObjCCollectionLiteralElement() 521 return ExprError(); in BuildObjCBoxedExpr() 534 return ExprError(); in BuildObjCBoxedExpr() 596 return ExprError(); in BuildObjCBoxedExpr() [all …]
|
H A D | SemaCoroutine.cpp | 263 return ExprError(); in buildOperatorCoawaitCall() 272 return ExprError(); in buildCoroutineHandle() 280 return ExprError(); in buildCoroutineHandle() 290 return ExprError(); in buildCoroutineHandle() 313 return ExprError(); in buildMemberCall() 321 return ExprError(); in buildMemberCall() 473 return ExprError(); in buildPromiseCall() 792 return ExprError(); in ActOnCoawaitExpr() 796 return ExprError(); in ActOnCoawaitExpr() 801 if (R.isInvalid()) return ExprError(); in ActOnCoawaitExpr() [all …]
|
H A D | SemaOpenACC.cpp | 1173 return ExprError(); in CheckReductionVar() 1179 return ExprError(); in CheckReductionVar() 1185 return ExprError(); in CheckReductionVar() 1191 return ExprError(); in CheckReductionVar() 1199 return ExprError(); in CheckReductionVar() 1205 return ExprError(); in CheckReductionVar() 1320 return ExprError(); in ActOnIntExpr() 1324 return ExprError(); in ActOnIntExpr() 1406 return ExprError(); in ActOnVar() 1410 return ExprError(); in ActOnVar() [all …]
|
H A D | TreeTransform.h | 754 return ExprError(); in TransformRequiresTypeParams() 1575 return ExprError(); in RebuildCoawaitExpr() 2753 return ExprError(); in RebuildUnaryExprOrTypeTrait() 2875 return ExprError(); in RebuildMemberExpr() 2884 return ExprError(); in RebuildMemberExpr() 2900 return ExprError(); in RebuildMemberExpr() 2905 return ExprError(); in RebuildMemberExpr() 3034 return ExprError(); in RebuildDesignatedInitExpr() 3353 return ExprError(); in RebuildCXXThisExpr() 3524 return ExprError(); in RebuildCXXConstructExpr() [all …]
|
H A D | SemaExpr.cpp | 515 if (result.isInvalid()) return ExprError(); in DefaultFunctionArrayConversion() 526 return ExprError(); in DefaultFunctionArrayConversion() 546 return ExprError(); in DefaultFunctionArrayConversion() 639 if (result.isInvalid()) return ExprError(); in DefaultLvalueConversion() 679 return ExprError(); in DefaultLvalueConversion() 750 return ExprError(); in DefaultFunctionArrayLvalueConversion() 753 return ExprError(); in DefaultFunctionArrayLvalueConversion() 766 return ExprError(); in CallExprUnaryConversions() 770 return ExprError(); in CallExprUnaryConversions() 783 return ExprError(); in UsualUnaryConversions() [all …]
|
H A D | SemaChecking.cpp | 728 return ExprError(); in BuiltinDumpStruct() 732 return ExprError(); in BuiltinDumpStruct() 742 return ExprError(); in BuiltinDumpStruct() 750 return ExprError(); in BuiltinDumpStruct() 772 return ExprError(); in BuiltinDumpStruct() 787 return ExprError(); in BuiltinDumpStruct() 1687 return ExprError(); in PointerAuthStrip() 1689 return ExprError(); in PointerAuthStrip() 1692 return ExprError(); in PointerAuthStrip() 1700 return ExprError(); in PointerAuthBlendDiscriminator() [all …]
|
H A D | SemaOverload.cpp | 71 return ExprError(); in CreateFunctionRefExpr() 79 return ExprError(); in CreateFunctionRefExpr() 1761 return ExprError(); in PerformImplicitConversion() 5853 return ExprError(); in PerformImplicitObjectArgumentInitialization() 5867 return ExprError(); in PerformImplicitObjectArgumentInitialization() 5888 return ExprError(); in PerformImplicitObjectArgumentInitialization() 5932 return ExprError(); in PerformContextuallyConvertToBool() 5941 return ExprError(); in PerformContextuallyConvertToBool() 6028 return ExprError(); in BuildConvertedConstantExpression() 6060 return ExprError(); in BuildConvertedConstantExpression() [all …]
|
H A D | SemaTemplateVariadic.cpp | 675 return ExprError(); in CheckPackExpansion() 685 return ExprError(); in CheckPackExpansion() 1052 return ExprError(); in ActOnSizeofParameterPackExpr() 1057 return ExprError(); in ActOnSizeofParameterPackExpr() 1086 return ExprError(); in ActOnPackIndexingExpr() 1109 return ExprError(); in BuildPackIndexingExpr() 1118 return ExprError(); in BuildPackIndexingExpr() 1327 return ExprError(); in ActOnCXXFoldExpr()
|
H A D | SemaStmtAttr.cpp | 706 return ExprError(); in ActOnCXXAssumeAttr() 712 return ExprError(); in ActOnCXXAssumeAttr() 718 return ExprError(); in ActOnCXXAssumeAttr() 734 return ExprError(); in BuildCXXAssumeExpr() 738 return ExprError(); in BuildCXXAssumeExpr() 742 return ExprError(); in BuildCXXAssumeExpr()
|
H A D | SemaConcept.cpp | 199 return ExprError(); in calculateConstraintSatisfaction() 226 return ExprError(); in calculateConstraintSatisfaction() 265 return ExprError(); in calculateConstraintSatisfaction() 277 return ExprError(); in calculateConstraintSatisfaction() 283 return ExprError(); in calculateConstraintSatisfaction() 306 return ExprError(); in calculateConstraintSatisfaction() 354 return ExprError(); in calculateConstraintSatisfaction() 398 return ExprError(); in calculateConstraintSatisfaction() 461 return ExprError(); in calculateConstraintSatisfaction() 485 return ExprError(); in calculateConstraintSatisfaction() [all …]
|
H A D | SemaInit.cpp | 672 return ExprError(); in PerformEmptyInit() 1734 Result = ExprError(); in CheckScalarType() 1798 Result = ExprError(); in CheckReferenceType() 1847 Result = ExprError(); in CheckVectorType() 3547 return ExprError(); in ActOnDesignatedInitializer() 6945 return ExprError(); in CopyObject() 6955 return ExprError(); in CopyObject() 6962 return ExprError(); in CopyObject() 7005 return ExprError(); in CopyObject() 7207 return ExprError(); in PerformConstructorInitialization() [all …]
|
H A D | SemaTemplate.cpp | 737 return ExprError(); in ActOnDependentIdExpression() 4308 return ExprError(); in CheckVarTemplateId() 4355 return ExprError(); in CheckConceptTemplateId() 4379 return ExprError(); in CheckConceptTemplateId() 4412 return ExprError(); in BuildTemplateIdExpr() 4461 return ExprError(); in BuildQualifiedTemplateIdExpr() 4464 return ExprError(); in BuildQualifiedTemplateIdExpr() 4473 return ExprError(); in BuildQualifiedTemplateIdExpr() 6535 return ExprError(); in CheckTemplateArgument() 6551 return ExprError(); in CheckTemplateArgument() [all …]
|
H A D | SemaSYCL.cpp | 155 return ExprError(); in ActOnUniqueStableNameExpr()
|
H A D | SemaOpenMP.cpp | 3095 return ExprError(); in ActOnOpenMPIdExpression() 3113 return ExprError(); in ActOnOpenMPIdExpression() 3118 return ExprError(); in ActOnOpenMPIdExpression() 3132 return ExprError(); in ActOnOpenMPIdExpression() 3149 return ExprError(); in ActOnOpenMPIdExpression() 3164 return ExprError(); in ActOnOpenMPIdExpression() 3181 return ExprError(); in ActOnOpenMPIdExpression() 3195 return ExprError(); in ActOnOpenMPIdExpression() 3205 return ExprError(); in ActOnOpenMPIdExpression() 4492 return ExprError(); in buildCapture() [all …]
|
H A D | SemaObjC.cpp | 124 return ExprError(); in CheckObjCForCollectionOperand() 128 return ExprError(); in CheckObjCForCollectionOperand() 138 return ExprError(); in CheckObjCForCollectionOperand() 290 return ExprError(); in ActOnObjCAtSynchronizedOperand() 307 return ExprError(); in ActOnObjCAtSynchronizedOperand()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaBase.h | 182 friend ExprResult ExprError(const SemaDiagnosticBuilder &) { in ExprError() function 183 return ExprError(); in ExprError() 188 operator ExprResult() const { return ExprError(); } in ExprResult()
|