| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 166 return ExprError(); in ParseAssignmentExpression() 243 return ExprError(); in ParseConstraintExpression() 269 return ExprError(); in ParseConstraintLogicalAndExpression() 298 return ExprError(); in ParseConstraintLogicalAndExpression() 313 return ExprError(); in ParseConstraintLogicalAndExpression() 319 return ExprError(); in ParseConstraintLogicalAndExpression() 325 return ExprError(); in ParseConstraintLogicalAndExpression() 332 return ExprError(); in ParseConstraintLogicalAndExpression() 353 return ExprError(); in ParseConstraintLogicalOrExpression() 360 return ExprError(); in ParseConstraintLogicalOrExpression() [all …]
|
| H A D | ParseExprCXX.cpp | 605 return ExprError(); in tryParseCXXIdExpression() 742 return ExprError(); in ParseLambdaExpression() 789 return ExprError(); in TryParseLambdaExpression() 803 return ExprError(); in TryParseLambdaExpression() 989 Init = ExprError(); in ParseLambdaIntroducer() 1335 return ExprError(); in ParseLambdaExpressionAfterIntroducer() 1522 return ExprError(); in ParseLambdaExpressionAfterIntroducer() 1533 return ExprError(); in ParseLambdaExpressionAfterIntroducer() 1572 return ExprError(); in ParseCXXCasts() 1587 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() 540 return ExprError(); // an error occurred. in ParseBraceInitializer()
|
| H A D | ParseObjc.cpp | 2832 return ExprError(); in ParseObjCAtExpression() 2848 return ExprError(); in ParseObjCAtExpression() 2896 return ExprError(Diag(AtLoc, diag::err_unexpected_at)); in ParseObjCAtExpression() 2922 return ExprError(Diag(AtLoc, diag::err_unexpected_at) << in ParseObjCAtExpression() 2926 return ExprError(Diag(AtLoc, diag::err_unexpected_at)); in ParseObjCAtExpression() 3080 return ExprError(); in ParseObjCMessageExpression() 3102 return ExprError(); in ParseObjCMessageExpression() 3129 return ExprError(); in ParseObjCMessageExpression() 3143 return ExprError(); in ParseObjCMessageExpression() 3225 return ExprError(); in ParseObjCMessageExpressionBody() [all …]
|
| H A D | Parser.cpp | 1614 return ExprError(); in ParseAsmStringLiteral() 1624 return ExprError(); in ParseAsmStringLiteral() 1629 return ExprError(); in ParseAsmStringLiteral() 1657 return ExprError(); in ParseSimpleAsm()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 265 return ExprError(); in BuildPossibleImplicitMemberExpr() 503 return ExprError(); in ActOnDependentMemberExpr() 769 return ExprError(); in BuildMemberReferenceExpr() 782 return ExprError(); in BuildMemberReferenceExpr() 786 return ExprError(); in BuildMemberReferenceExpr() 827 if (result.isInvalid()) return ExprError(); in BuildAnonymousStructUnionMemberReference() 858 return ExprError(); in BuildAnonymousStructUnionMemberReference() 972 return ExprError(); in BuildMemberReferenceExpr() 981 return ExprError(); in BuildMemberReferenceExpr() 1016 RetryExpr = ExprError(); in BuildMemberReferenceExpr() [all …]
|
| H A D | SemaCast.cpp | 283 return ExprError(); in ActOnCXXNamedCast() 317 return ExprError(); in BuildCXXNamedCast() 327 return ExprError(); in BuildCXXNamedCast() 338 return ExprError(Diag(OpLoc, diag::err_openclcxx_not_supported) in BuildCXXNamedCast() 345 return ExprError(); in BuildCXXNamedCast() 357 return ExprError(); in BuildCXXNamedCast() 370 return ExprError(); in BuildCXXNamedCast() 389 return ExprError(); in ActOnBuiltinBitCastExpr() 405 return ExprError(); in BuildBuiltinBitCastExpr() 783 SrcExpr = ExprError(); in CheckDynamicCast() [all …]
|
| H A D | SemaExprCXX.cpp | 554 return ExprError(); in BuildCXXTypeId() 557 return ExprError(Diag(TypeidLoc, diag::err_variably_modified_typeid) << T); in BuildCXXTypeId() 560 return ExprError(); in BuildCXXTypeId() 575 if (result.isInvalid()) return ExprError(); in BuildCXXTypeId() 586 return ExprError(); in BuildCXXTypeId() 598 return ExprError(); in BuildCXXTypeId() 610 return ExprError(); in BuildCXXTypeId() 627 return ExprError(Diag(TypeidLoc, diag::err_variably_modified_typeid) in BuildCXXTypeId() 648 return ExprError(Diag(OpLoc, diag::err_openclcxx_not_supported) in ActOnCXXTypeid() 654 return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid)); in ActOnCXXTypeid() [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 | SemaExprObjC.cpp | 349 return ExprError(); in BuildObjCNumericLiteral() 359 return ExprError(); in BuildObjCNumericLiteral() 396 return ExprError(); in CheckObjCCollectionLiteralElement() 417 return ExprError(); in CheckObjCCollectionLiteralElement() 444 return ExprError(); in CheckObjCCollectionLiteralElement() 459 return ExprError(); in CheckObjCCollectionLiteralElement() 469 return ExprError(); in CheckObjCCollectionLiteralElement() 512 return ExprError(); in BuildObjCBoxedExpr() 525 return ExprError(); in BuildObjCBoxedExpr() 587 return ExprError(); in BuildObjCBoxedExpr() [all …]
|
| H A D | SemaCoroutine.cpp | 262 return ExprError(); in buildOperatorCoawaitCall() 271 return ExprError(); in buildCoroutineHandle() 279 return ExprError(); in buildCoroutineHandle() 289 return ExprError(); in buildCoroutineHandle() 312 return ExprError(); in buildMemberCall() 320 return ExprError(); in buildMemberCall() 476 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 | TreeTransform.h | 721 return ExprError(); in TransformRequiresTypeParams() 1529 return ExprError(); in RebuildCoawaitExpr() 2669 return ExprError(); in RebuildUnaryExprOrTypeTrait() 2782 return ExprError(); in RebuildMemberExpr() 2798 return ExprError(); in RebuildMemberExpr() 2912 return ExprError(); in RebuildDesignatedInitExpr() 3389 return ExprError(); in RebuildCXXConstructExpr() 3529 return ExprError(); in RebuildConceptSpecializationExpr() 4054 return ExprError(); in TransformInitializer() 8081 return ExprError(); in TransformCoawaitExpr() [all …]
|
| H A D | SemaExpr.cpp | 510 if (result.isInvalid()) return ExprError(); in DefaultFunctionArrayConversion() 521 return ExprError(); in DefaultFunctionArrayConversion() 541 return ExprError(); in DefaultFunctionArrayConversion() 634 if (result.isInvalid()) return ExprError(); in DefaultLvalueConversion() 672 return ExprError(); in DefaultLvalueConversion() 743 return ExprError(); in DefaultFunctionArrayLvalueConversion() 746 return ExprError(); in DefaultFunctionArrayLvalueConversion() 761 return ExprError(); in CallExprUnaryConversions() 765 return ExprError(); in CallExprUnaryConversions() 778 return ExprError(); in UsualUnaryConversions() [all …]
|
| H A D | SemaOverload.cpp | 61 return ExprError(); in CreateFunctionRefExpr() 69 return ExprError(); in CreateFunctionRefExpr() 1606 return ExprError(); in PerformImplicitConversion() 5617 return ExprError(); in PerformObjectArgumentInitialization() 5631 return ExprError(); in PerformObjectArgumentInitialization() 5652 return ExprError(); in PerformObjectArgumentInitialization() 5698 return ExprError(); in PerformContextuallyConvertToBool() 5707 return ExprError(); in PerformContextuallyConvertToBool() 5789 return ExprError(); in CheckConvertedConstantExpression() 5821 return ExprError(); in CheckConvertedConstantExpression() [all …]
|
| H A D | SemaChecking.cpp | 669 return ExprError(); in SemaBuiltinDumpStruct() 673 return ExprError(); in SemaBuiltinDumpStruct() 683 return ExprError(); in SemaBuiltinDumpStruct() 708 return ExprError(); in SemaBuiltinDumpStruct() 723 return ExprError(); in SemaBuiltinDumpStruct() 1894 return ExprError(); in SemaBuiltinLaunder() 1925 return ExprError(); in SemaBuiltinLaunder() 1936 return ExprError(); in SemaBuiltinLaunder() 1946 return ExprError(); in SemaBuiltinLaunder() 2091 return ExprError(); in CheckBuiltinFunctionCall() [all …]
|
| H A D | SemaInit.cpp | 607 return ExprError(); in PerformEmptyInit() 1616 Result = ExprError(); in CheckScalarType() 1676 Result = ExprError(); in CheckReferenceType() 1723 Result = ExprError(); in CheckVectorType() 3297 return ExprError(); in ActOnDesignatedInitializer() 6655 return ExprError(); in CopyObject() 6665 return ExprError(); in CopyObject() 6672 return ExprError(); in CopyObject() 6715 return ExprError(); in CopyObject() 6914 return ExprError(); in PerformConstructorInitialization() [all …]
|
| H A D | SemaConcept.cpp | 181 return ExprError(); in calculateConstraintSatisfaction() 208 return ExprError(); in calculateConstraintSatisfaction() 225 return ExprError(); in calculateConstraintSatisfaction() 270 return ExprError(); in calculateConstraintSatisfaction() 326 return ExprError(); in calculateConstraintSatisfaction() 350 return ExprError(); in calculateConstraintSatisfaction() 377 return ExprError(); in calculateConstraintSatisfaction()
|
| H A D | SemaTemplate.cpp | 779 return ExprError(); in BuildDependentDeclRefExpr() 4832 return ExprError(); in CheckVarTemplateId() 4872 return ExprError(); in CheckConceptTemplateId() 4894 return ExprError(); in CheckConceptTemplateId() 4926 return ExprError(); in BuildTemplateIdExpr() 4979 return ExprError(); in BuildQualifiedTemplateIdExpr() 4982 return ExprError(); in BuildQualifiedTemplateIdExpr() 4987 return ExprError(); in BuildQualifiedTemplateIdExpr() 4995 return ExprError(); in BuildQualifiedTemplateIdExpr() 5342 return ExprError(); in SubstDefaultTemplateArgument() [all …]
|
| H A D | SemaTemplateVariadic.cpp | 652 return ExprError(); in CheckPackExpansion() 662 return ExprError(); in CheckPackExpansion() 1042 return ExprError(); in ActOnSizeofParameterPackExpr() 1048 return ExprError(); in ActOnSizeofParameterPackExpr() 1243 return ExprError(); in ActOnCXXFoldExpr()
|
| H A D | SemaTemplateInstantiate.cpp | 1735 return ExprError(); in TransformTemplateParmRefExpr() 1802 return ExprError(); in transformNonTypeTemplateParmRef() 1819 return ExprError(); in transformNonTypeTemplateParmRef() 1838 return ExprError(); in transformNonTypeTemplateParmRef() 1919 return ExprError(); in TransformFunctionParmPackExpr() 1925 return ExprError(); in TransformFunctionParmPackExpr() 1935 return ExprError(); in TransformFunctionParmPackExpr() 1961 return ExprError(); in TransformFunctionParmPackRefExpr()
|
| H A D | SemaStmt.cpp | 463 return ExprError(); in ActOnCaseExpr() 474 return ExprError(); in ActOnCaseExpr() 1077 return ExprError(); in CheckSwitchCondition() 1084 return ExprError(); in CheckSwitchCondition() 2209 return ExprError(); in CheckObjCForCollectionOperand() 2213 return ExprError(); in CheckObjCForCollectionOperand() 2222 return ExprError(); in CheckObjCForCollectionOperand() 4277 return ExprError(); in ActOnObjCAtSynchronizedOperand() 4294 return ExprError(); in ActOnObjCAtSynchronizedOperand()
|
| H A D | SemaStmtAsm.cpp | 800 return ExprError(); in LookupInlineAsmIdentifier() 815 return ExprError(); in LookupInlineAsmIdentifier()
|
| H A D | SemaLambda.cpp | 1663 return ExprError(); in BuildCaptureInit() 1837 return ExprError(); in BuildLambdaExpr() 2029 return ExprError(); in BuildBlockForLambdaConversion()
|
| H A D | SemaOpenMP.cpp | 3034 return ExprError(); in ActOnOpenMPIdExpression() 3052 return ExprError(); in ActOnOpenMPIdExpression() 3057 return ExprError(); in ActOnOpenMPIdExpression() 3071 return ExprError(); in ActOnOpenMPIdExpression() 3088 return ExprError(); in ActOnOpenMPIdExpression() 3103 return ExprError(); in ActOnOpenMPIdExpression() 3119 return ExprError(); in ActOnOpenMPIdExpression() 3133 return ExprError(); in ActOnOpenMPIdExpression() 3143 return ExprError(); in ActOnOpenMPIdExpression() 4686 return ExprError(); in buildCapture() [all …]
|
| /openbsd-src/gnu/llvm/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();
|