| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 165 return ExprError(); in ParseAssignmentExpression() 242 return ExprError(); in ParseConstraintExpression() 268 return ExprError(); in ParseConstraintLogicalAndExpression() 297 return ExprError(); in ParseConstraintLogicalAndExpression() 312 return ExprError(); in ParseConstraintLogicalAndExpression() 318 return ExprError(); in ParseConstraintLogicalAndExpression() 324 return ExprError(); in ParseConstraintLogicalAndExpression() 331 return ExprError(); in ParseConstraintLogicalAndExpression() 352 return ExprError(); in ParseConstraintLogicalOrExpression() 359 return ExprError(); in ParseConstraintLogicalOrExpression() [all …]
|
| H A D | ParseExprCXX.cpp | 603 return ExprError(); in tryParseCXXIdExpression() 740 return ExprError(); in ParseLambdaExpression() 787 return ExprError(); in TryParseLambdaExpression() 801 return ExprError(); in TryParseLambdaExpression() 988 Init = ExprError(); in ParseLambdaIntroducer() 1286 return ExprError(); in ParseLambdaExpressionAfterIntroducer() 1468 return ExprError(); in ParseLambdaExpressionAfterIntroducer() 1479 return ExprError(); in ParseLambdaExpressionAfterIntroducer() 1518 return ExprError(); in ParseCXXCasts() 1531 return ExprError(Diag(LAngleBracketLoc, diag::note_matching) << tok::less); in ParseCXXCasts() [all …]
|
| H A D | ParseInit.cpp | 206 return ExprError(); in ParseInitializerWithPotentialDesignator() 210 return ExprError(); in ParseInitializerWithPotentialDesignator() 266 return ExprError(); in ParseInitializerWithPotentialDesignator() 304 return ExprError(); in ParseInitializerWithPotentialDesignator() 316 return ExprError(); in ParseInitializerWithPotentialDesignator() 423 return ExprError(); in ParseInitializerWithPotentialDesignator() 530 return ExprError(); // an error occurred. in ParseBraceInitializer()
|
| H A D | ParseObjc.cpp | 2778 return ExprError(); in ParseObjCAtExpression() 2794 return ExprError(); in ParseObjCAtExpression() 2842 return ExprError(Diag(AtLoc, diag::err_unexpected_at)); in ParseObjCAtExpression() 2868 return ExprError(Diag(AtLoc, diag::err_unexpected_at) << in ParseObjCAtExpression() 2872 return ExprError(Diag(AtLoc, diag::err_unexpected_at)); in ParseObjCAtExpression() 3025 return ExprError(); in ParseObjCMessageExpression() 3047 return ExprError(); in ParseObjCMessageExpression() 3074 return ExprError(); in ParseObjCMessageExpression() 3088 return ExprError(); in ParseObjCMessageExpression() 3170 return ExprError(); in ParseObjCMessageExpressionBody() [all …]
|
| H A D | Parser.cpp | 1526 return ExprError(); in ParseAsmStringLiteral() 1536 return ExprError(); in ParseAsmStringLiteral() 1541 return ExprError(); in ParseAsmStringLiteral() 1569 return ExprError(); in ParseSimpleAsm()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 264 return ExprError(); in BuildPossibleImplicitMemberExpr() 500 return ExprError(); in ActOnDependentMemberExpr() 767 return ExprError(); in BuildMemberReferenceExpr() 780 return ExprError(); in BuildMemberReferenceExpr() 784 return ExprError(); in BuildMemberReferenceExpr() 825 if (result.isInvalid()) return ExprError(); in BuildAnonymousStructUnionMemberReference() 856 return ExprError(); in BuildAnonymousStructUnionMemberReference() 969 return ExprError(); in BuildMemberReferenceExpr() 979 return ExprError(); in BuildMemberReferenceExpr() 1014 RetryExpr = ExprError(); in BuildMemberReferenceExpr() [all …]
|
| H A D | SemaCast.cpp | 274 return ExprError(); in ActOnCXXNamedCast() 308 return ExprError(); in BuildCXXNamedCast() 318 return ExprError(); in BuildCXXNamedCast() 329 return ExprError(Diag(OpLoc, diag::err_openclcxx_not_supported) in BuildCXXNamedCast() 336 return ExprError(); in BuildCXXNamedCast() 348 return ExprError(); in BuildCXXNamedCast() 361 return ExprError(); in BuildCXXNamedCast() 380 return ExprError(); in ActOnBuiltinBitCastExpr() 396 return ExprError(); in BuildBuiltinBitCastExpr() 773 SrcExpr = ExprError(); in CheckDynamicCast() [all …]
|
| H A D | SemaPseudoObject.cpp | 415 if (getExpr.isInvalid()) return ExprError(); in buildRValueOperation() 456 if (opLHS.isInvalid()) return ExprError(); in buildAssignmentOperation() 462 if (result.isInvalid()) return ExprError(); in buildAssignmentOperation() 474 if (result.isInvalid()) return ExprError(); in buildAssignmentOperation() 495 if (result.isInvalid()) return ExprError(); in buildIncDecOperation() 516 if (result.isInvalid()) return ExprError(); in buildIncDecOperation() 522 if (result.isInvalid()) return ExprError(); in buildIncDecOperation() 724 return ExprError(); in buildGet() 757 return ExprError(); in buildSet() 782 return ExprError(); in buildSet() [all …]
|
| H A D | SemaExprCXX.cpp | 531 return ExprError(); in BuildCXXTypeId() 534 return ExprError(Diag(TypeidLoc, diag::err_variably_modified_typeid) << T); in BuildCXXTypeId() 537 return ExprError(); in BuildCXXTypeId() 552 if (result.isInvalid()) return ExprError(); in BuildCXXTypeId() 563 return ExprError(); in BuildCXXTypeId() 573 if (Result.isInvalid()) return ExprError(); in BuildCXXTypeId() 584 return ExprError(); in BuildCXXTypeId() 601 return ExprError(Diag(TypeidLoc, diag::err_variably_modified_typeid) in BuildCXXTypeId() 622 return ExprError(Diag(OpLoc, diag::err_openclcxx_not_supported) in ActOnCXXTypeid() 628 return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid)); in ActOnCXXTypeid() [all …]
|
| H A D | SemaExprObjC.cpp | 348 return ExprError(); in BuildObjCNumericLiteral() 358 return ExprError(); in BuildObjCNumericLiteral() 395 return ExprError(); in CheckObjCCollectionLiteralElement() 416 return ExprError(); in CheckObjCCollectionLiteralElement() 443 return ExprError(); in CheckObjCCollectionLiteralElement() 458 return ExprError(); in CheckObjCCollectionLiteralElement() 468 return ExprError(); in CheckObjCCollectionLiteralElement() 511 return ExprError(); in BuildObjCBoxedExpr() 524 return ExprError(); in BuildObjCBoxedExpr() 586 return ExprError(); in BuildObjCBoxedExpr() [all …]
|
| H A D | TreeTransform.h | 2504 return ExprError(); in RebuildUnaryExprOrTypeTrait() 2610 return ExprError(); in RebuildMemberExpr() 2626 return ExprError(); in RebuildMemberExpr() 2742 return ExprError(); in RebuildDesignatedInitExpr() 3214 return ExprError(); in RebuildCXXConstructExpr() 3354 return ExprError(); in RebuildConceptSpecializationExpr() 3876 return ExprError(); in TransformInitializer() 7852 return ExprError(); in TransformCoawaitExpr() 7866 return ExprError(); in TransformDependentCoawaitExpr() 7872 return ExprError(); in TransformDependentCoawaitExpr() [all …]
|
| H A D | SemaExpr.cpp | 490 if (result.isInvalid()) return ExprError(); in DefaultFunctionArrayConversion() 501 return ExprError(); in DefaultFunctionArrayConversion() 610 if (result.isInvalid()) return ExprError(); in DefaultLvalueConversion() 648 return ExprError(); in DefaultLvalueConversion() 719 return ExprError(); in DefaultFunctionArrayLvalueConversion() 722 return ExprError(); in DefaultFunctionArrayLvalueConversion() 737 return ExprError(); in CallExprUnaryConversions() 741 return ExprError(); in CallExprUnaryConversions() 754 return ExprError(); in UsualUnaryConversions() 805 return ExprError(); in DefaultArgumentPromotion() [all …]
|
| H A D | SemaCoroutine.cpp | 289 return ExprError(); in buildOperatorCoawaitCall() 318 return ExprError(); in buildCoroutineHandle() 326 return ExprError(); in buildCoroutineHandle() 336 return ExprError(); in buildCoroutineHandle() 359 return ExprError(); in buildMemberCall() 367 return ExprError(); in buildMemberCall() 523 return ExprError(); in buildPromiseCall() 825 return ExprError(); in ActOnCoawaitExpr() 832 if (R.isInvalid()) return ExprError(); in ActOnCoawaitExpr() 837 return ExprError(); in ActOnCoawaitExpr() [all …]
|
| H A D | SemaOverload.cpp | 58 return ExprError(); in CreateFunctionRefExpr() 66 return ExprError(); in CreateFunctionRefExpr() 1501 return ExprError(); in PerformImplicitConversion() 5462 return ExprError(); in PerformObjectArgumentInitialization() 5476 return ExprError(); in PerformObjectArgumentInitialization() 5493 return ExprError(); in PerformObjectArgumentInitialization() 5539 return ExprError(); in PerformContextuallyConvertToBool() 5548 return ExprError(); in PerformContextuallyConvertToBool() 5630 return ExprError(); in CheckConvertedConstantExpression() 5666 return ExprError(); in CheckConvertedConstantExpression() [all …]
|
| H A D | SemaChecking.cpp | 1320 return ExprError(); in SemaBuiltinLaunder() 1351 return ExprError(); in SemaBuiltinLaunder() 1362 return ExprError(); in SemaBuiltinLaunder() 1372 return ExprError(); in SemaBuiltinLaunder() 1467 return ExprError(); in CheckBuiltinFunctionCall() 1473 return ExprError(); in CheckBuiltinFunctionCall() 1481 return ExprError(); in CheckBuiltinFunctionCall() 1485 return ExprError(); in CheckBuiltinFunctionCall() 1501 return ExprError(); in CheckBuiltinFunctionCall() 1514 return ExprError(); in CheckBuiltinFunctionCall() [all …]
|
| H A D | SemaInit.cpp | 594 return ExprError(); in PerformEmptyInit() 1602 Result = ExprError(); in CheckScalarType() 1662 Result = ExprError(); in CheckReferenceType() 1709 Result = ExprError(); in CheckVectorType() 3257 return ExprError(); in ActOnDesignatedInitializer() 6274 return ExprError(); in CopyObject() 6284 return ExprError(); in CopyObject() 6291 return ExprError(); in CopyObject() 6334 return ExprError(); in CopyObject() 6533 return ExprError(); in PerformConstructorInitialization() [all …]
|
| H A D | SemaTemplate.cpp | 774 return ExprError(); in BuildDependentDeclRefExpr() 4655 return ExprError(); in CheckVarTemplateId() 4694 return ExprError(); in CheckConceptTemplateId() 4706 return ExprError(); in CheckConceptTemplateId() 4737 return ExprError(); in BuildTemplateIdExpr() 4790 return ExprError(); in BuildQualifiedTemplateIdExpr() 4793 return ExprError(); in BuildQualifiedTemplateIdExpr() 4798 return ExprError(); in BuildQualifiedTemplateIdExpr() 4806 return ExprError(); in BuildQualifiedTemplateIdExpr() 5155 return ExprError(); in SubstDefaultTemplateArgument() [all …]
|
| H A D | SemaTemplateVariadic.cpp | 651 return ExprError(); in CheckPackExpansion() 661 return ExprError(); in CheckPackExpansion() 1039 return ExprError(); in ActOnSizeofParameterPackExpr() 1045 return ExprError(); in ActOnSizeofParameterPackExpr() 1241 return ExprError(); in ActOnCXXFoldExpr()
|
| H A D | SemaConcept.cpp | 216 return ExprError(); in calculateConstraintSatisfaction() 235 return ExprError(); in calculateConstraintSatisfaction() 262 return ExprError(); in calculateConstraintSatisfaction()
|
| H A D | SemaStmt.cpp | 446 return ExprError(); in ActOnCaseExpr() 457 return ExprError(); in ActOnCaseExpr() 1040 return ExprError(); in CheckSwitchCondition() 1047 return ExprError(); in CheckSwitchCondition() 2171 return ExprError(); in CheckObjCForCollectionOperand() 2175 return ExprError(); in CheckObjCForCollectionOperand() 2184 return ExprError(); in CheckObjCForCollectionOperand() 3514 ExprResult Res = ExprError(); in PerformMoveOrCopyInitialization() 3551 ExprResult FakeRes = ExprError(); in PerformMoveOrCopyInitialization() 4265 return ExprError(); in ActOnObjCAtSynchronizedOperand() [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 1471 return ExprError(); in TransformTemplateParmRefExpr() 1537 return ExprError(); in transformNonTypeTemplateParmRef() 1554 return ExprError(); in transformNonTypeTemplateParmRef() 1573 return ExprError(); in transformNonTypeTemplateParmRef() 1649 return ExprError(); in TransformFunctionParmPackExpr() 1655 return ExprError(); in TransformFunctionParmPackExpr() 1665 return ExprError(); in TransformFunctionParmPackExpr() 1691 return ExprError(); in TransformFunctionParmPackRefExpr()
|
| H A D | SemaStmtAsm.cpp | 784 return ExprError(); in LookupInlineAsmIdentifier() 799 return ExprError(); in LookupInlineAsmIdentifier()
|
| H A D | SemaOpenMP.cpp | 2798 return ExprError(); in ActOnOpenMPIdExpression() 2816 return ExprError(); in ActOnOpenMPIdExpression() 2821 return ExprError(); in ActOnOpenMPIdExpression() 2835 return ExprError(); in ActOnOpenMPIdExpression() 2852 return ExprError(); in ActOnOpenMPIdExpression() 2867 return ExprError(); in ActOnOpenMPIdExpression() 2883 return ExprError(); in ActOnOpenMPIdExpression() 2897 return ExprError(); in ActOnOpenMPIdExpression() 2907 return ExprError(); in ActOnOpenMPIdExpression() 4351 return ExprError(); in buildCapture() [all …]
|
| H A D | SemaLambda.cpp | 1615 return ExprError(); in BuildCaptureInit() 1789 return ExprError(); in BuildLambdaExpr() 1981 return ExprError(); in BuildBlockForLambdaConversion()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Ownership.h | 278 inline ExprResult ExprError() { return ExprResult(true); } 282 inline ExprResult ExprError(const StreamingDiagnostic &) { 283 return ExprError();
|