Home
last modified time | relevance | path

Searched refs:ExprError (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp81 return ExprError(); in ParseAssignmentExpression()
100 return ExprError(); in ParseConditionalExpression()
191 return ExprError(); in ParseConstraintExpression()
207 return ExprError(); in ParseConstraintLogicalAndExpression()
236 return ExprError(); in ParseConstraintLogicalAndExpression()
250 return ExprError(); in ParseConstraintLogicalAndExpression()
256 return ExprError(); in ParseConstraintLogicalAndExpression()
261 return ExprError(); in ParseConstraintLogicalAndExpression()
266 return ExprError(); in ParseConstraintLogicalAndExpression()
277 return ExprError(); in ParseConstraintLogicalOrExpression()
[all …]
H A DParseExprCXX.cpp612 return ExprError(); in tryParseCXXIdExpression()
642 return ExprError(); in ParseCXXPackIndexingExpression()
689 return ExprError(); in ParseLambdaExpression()
731 return ExprError(); in TryParseLambdaExpression()
745 return ExprError(); in TryParseLambdaExpression()
925 Init = ExprError(); in ParseLambdaIntroducer()
1261 return ExprError(); in ParseLambdaExpressionAfterIntroducer()
1477 return ExprError(); in ParseLambdaExpressionAfterIntroducer()
1490 return ExprError(); in ParseLambdaExpressionAfterIntroducer()
1518 return ExprError(); in ParseCXXCasts()
[all …]
H A DParseInit.cpp163 return ExprError(); in ParseInitializerWithPotentialDesignator()
167 return ExprError(); in ParseInitializerWithPotentialDesignator()
223 return ExprError(); in ParseInitializerWithPotentialDesignator()
261 return ExprError(); in ParseInitializerWithPotentialDesignator()
273 return ExprError(); in ParseInitializerWithPotentialDesignator()
380 return ExprError(); in ParseInitializerWithPotentialDesignator()
516 return ExprError(); // an error occurred. in ParseBraceInitializer()
H A DParseObjc.cpp2522 return ExprError(); in ParseObjCAtExpression()
2538 return ExprError(); in ParseObjCAtExpression()
2586 return ExprError(Diag(AtLoc, diag::err_unexpected_at)); in ParseObjCAtExpression()
2612 return ExprError(Diag(AtLoc, diag::err_unexpected_at) << in ParseObjCAtExpression()
2616 return ExprError(Diag(AtLoc, diag::err_unexpected_at)); in ParseObjCAtExpression()
2731 return ExprError(); in ParseObjCMessageExpression()
2753 return ExprError(); in ParseObjCMessageExpression()
2779 return ExprError(); in ParseObjCMessageExpression()
2793 return ExprError(); in ParseObjCMessageExpression()
2837 return ExprError(); in ParseObjCMessageExpressionBody()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp339 return ExprError(); in BuildPossibleImplicitMemberExpr()
580 return ExprError(); in ActOnDependentMemberExpr()
697 return ExprError(); in BuildMemberReferenceExpr()
708 return ExprError(); in BuildMemberReferenceExpr()
712 return ExprError(); in BuildMemberReferenceExpr()
724 return ExprError(); in BuildMemberReferenceExpr()
758 if (result.isInvalid()) return ExprError(); in BuildAnonymousStructUnionMemberReference()
789 return ExprError(); in BuildAnonymousStructUnionMemberReference()
907 return ExprError(); in BuildMemberReferenceExpr()
921 ExprResult RetryExpr = ExprError(); in BuildMemberReferenceExpr()
[all …]
H A DSemaPseudoObject.cpp420 if (getExpr.isInvalid()) return ExprError(); in buildRValueOperation()
461 if (opLHS.isInvalid()) return ExprError(); in buildAssignmentOperation()
467 if (result.isInvalid()) return ExprError(); in buildAssignmentOperation()
479 if (result.isInvalid()) return ExprError(); in buildAssignmentOperation()
500 if (result.isInvalid()) return ExprError(); in buildIncDecOperation()
521 if (result.isInvalid()) return ExprError(); in buildIncDecOperation()
527 if (result.isInvalid()) return ExprError(); in buildIncDecOperation()
731 return ExprError(); in buildGet()
764 return ExprError(); in buildSet()
789 return ExprError(); in buildSet()
[all …]
H A DSemaExprCXX.cpp545 return ExprError(); in BuildCXXTypeId()
548 return ExprError(Diag(TypeidLoc, diag::err_variably_modified_typeid) << T); in BuildCXXTypeId()
551 return ExprError(); in BuildCXXTypeId()
565 if (result.isInvalid()) return ExprError(); in BuildCXXTypeId()
576 return ExprError(); in BuildCXXTypeId()
588 return ExprError(); in BuildCXXTypeId()
600 return ExprError(); in BuildCXXTypeId()
617 return ExprError(Diag(TypeidLoc, diag::err_variably_modified_typeid) in BuildCXXTypeId()
638 return ExprError(Diag(OpLoc, diag::err_openclcxx_not_supported) in ActOnCXXTypeid()
644 return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid)); in ActOnCXXTypeid()
[all …]
H A DSemaCast.cpp324 return ExprError(); in ActOnCXXNamedCast()
361 return ExprError(); in BuildCXXNamedCast()
371 return ExprError(); in BuildCXXNamedCast()
382 return ExprError(Diag(OpLoc, diag::err_openclcxx_not_supported) in BuildCXXNamedCast()
389 return ExprError(); in BuildCXXNamedCast()
401 return ExprError(); in BuildCXXNamedCast()
414 return ExprError(); in BuildCXXNamedCast()
433 return ExprError(); in ActOnBuiltinBitCastExpr()
449 return ExprError(); in BuildBuiltinBitCastExpr()
864 SrcExpr = ExprError(); in CheckDynamicCast()
[all …]
H A DSemaExprObjC.cpp354 return ExprError(); in BuildObjCNumericLiteral()
363 return ExprError(); in BuildObjCNumericLiteral()
400 return ExprError(); in CheckObjCCollectionLiteralElement()
421 return ExprError(); in CheckObjCCollectionLiteralElement()
449 return ExprError(); in CheckObjCCollectionLiteralElement()
465 return ExprError(); in CheckObjCCollectionLiteralElement()
475 return ExprError(); in CheckObjCCollectionLiteralElement()
519 return ExprError(); in BuildObjCBoxedExpr()
532 return ExprError(); in BuildObjCBoxedExpr()
592 return ExprError(); in BuildObjCBoxedExpr()
[all …]
H A DTreeTransform.h756 return ExprError(); in TransformRequiresTypeParams()
1569 return ExprError(); in RebuildCoawaitExpr()
2786 return ExprError(); in RebuildUnaryExprOrTypeTrait()
2908 return ExprError(); in RebuildMemberExpr()
2917 return ExprError(); in RebuildMemberExpr()
2933 return ExprError(); in RebuildMemberExpr()
2938 return ExprError(); in RebuildMemberExpr()
3068 return ExprError(); in RebuildDesignatedInitExpr()
3401 return ExprError(); in RebuildCXXThisExpr()
3571 return ExprError(); in RebuildCXXConstructExpr()
[all …]
H A DSemaCoroutine.cpp260 return ExprError(); in buildOperatorCoawaitCall()
269 return ExprError(); in buildCoroutineHandle()
277 return ExprError(); in buildCoroutineHandle()
287 return ExprError(); in buildCoroutineHandle()
310 return ExprError(); in buildMemberCall()
461 return ExprError(); in buildPromiseCall()
803 return ExprError(); in ActOnCoawaitExpr()
806 return ExprError(); in ActOnCoawaitExpr()
811 if (R.isInvalid()) return ExprError(); in ActOnCoawaitExpr()
817 return ExprError(); in ActOnCoawaitExpr()
[all …]
H A DSemaExpr.cpp512 if (result.isInvalid()) return ExprError(); in DefaultFunctionArrayConversion()
523 return ExprError(); in DefaultFunctionArrayConversion()
543 return ExprError(); in DefaultFunctionArrayConversion()
636 if (result.isInvalid()) return ExprError(); in DefaultLvalueConversion()
676 return ExprError(); in DefaultLvalueConversion()
727 return ExprError(); in DefaultLvalueConversion()
750 return ExprError(); in DefaultFunctionArrayLvalueConversion()
753 return ExprError(); in DefaultFunctionArrayLvalueConversion()
766 return ExprError(); in CallExprUnaryConversions()
770 return ExprError(); in CallExprUnaryConversions()
[all …]
H A DSemaChecking.cpp726 return ExprError(); in BuiltinDumpStruct()
730 return ExprError(); in BuiltinDumpStruct()
740 return ExprError(); in BuiltinDumpStruct()
748 return ExprError(); in BuiltinDumpStruct()
770 return ExprError(); in BuiltinDumpStruct()
785 return ExprError(); in BuiltinDumpStruct()
1747 return ExprError(); in PointerAuthStrip()
1749 return ExprError(); in PointerAuthStrip()
1752 return ExprError(); in PointerAuthStrip()
1760 return ExprError(); in PointerAuthBlendDiscriminator()
[all …]
H A DSemaOpenACC.cpp476 return ExprError(); in ActOnIntExpr()
481 return ExprError(); in ActOnIntExpr()
485 return ExprError(); in ActOnIntExpr()
549 return ExprError(); in ActOnCacheVar()
583 return ExprError(); in ActOnCacheVar()
586 return ExprError(); in ActOnCacheVar()
646 return ExprError(); in ActOnVar()
705 return ExprError(); in ActOnVar()
716 return ExprError(); in ActOnVar()
731 return ExprError(); in ActOnArraySectionExpr()
[all …]
H A DSemaOverload.cpp67 return ExprError(); in CreateFunctionRefExpr()
75 return ExprError(); in CreateFunctionRefExpr()
1866 return ExprError(); in PerformImplicitConversion()
6100 return ExprError(); in PerformImplicitObjectArgumentInitialization()
6114 return ExprError(); in PerformImplicitObjectArgumentInitialization()
6135 return ExprError(); in PerformImplicitObjectArgumentInitialization()
6179 return ExprError(); in PerformContextuallyConvertToBool()
6189 return ExprError(); in PerformContextuallyConvertToBool()
6275 return ExprError(); in BuildConvertedConstantExpression()
6307 return ExprError(); in BuildConvertedConstantExpression()
[all …]
H A DSemaOpenACCClause.cpp1143 return ExprError(); in DiagIntArgInvalid()
1151 return ExprError(); in DiagIntArgInvalid()
1163 return ExprError(); in CheckGangDimExpr()
1179 return ExprError(); in CheckGangDimExpr()
1239 return ExprError(); in CheckGangKernelsExpr()
1920 return ExprError(); in CheckReductionVar()
1926 return ExprError(); in CheckReductionVar()
1932 return ExprError(); in CheckReductionVar()
1938 return ExprError(); in CheckReductionVar()
1946 return ExprError(); in CheckReductionVar()
[all …]
H A DSemaTemplateVariadic.cpp735 return ExprError(); in CheckPackExpansion()
744 return ExprError(); in CheckPackExpansion()
1174 return ExprError(); in ActOnSizeofParameterPackExpr()
1179 return ExprError(); in ActOnSizeofParameterPackExpr()
1206 return ExprError(); in ActOnPackIndexingExpr()
1231 return ExprError(); in BuildPackIndexingExpr()
1240 return ExprError(); in BuildPackIndexingExpr()
1443 return ExprError(); in ActOnCXXFoldExpr()
H A DSemaStmtAttr.cpp761 return ExprError(); in ActOnCXXAssumeAttr()
767 return ExprError(); in ActOnCXXAssumeAttr()
773 return ExprError(); in ActOnCXXAssumeAttr()
788 return ExprError(); in BuildCXXAssumeExpr()
792 return ExprError(); in BuildCXXAssumeExpr()
796 return ExprError(); in BuildCXXAssumeExpr()
H A DSemaConcept.cpp221 return ExprError(); in EvaluateAtomicConstraint()
245 return ExprError(); in EvaluateAtomicConstraint()
271 return ExprError(); in EvaluateAtomicConstraint()
341 return ExprError(); in calculateConstraintSatisfaction()
368 return ExprError(); in calculateConstraintSatisfaction()
406 return ExprError(); in calculateConstraintSatisfaction()
418 return ExprError(); in calculateConstraintSatisfaction()
424 return ExprError(); in calculateConstraintSatisfaction()
447 return ExprError(); in calculateConstraintSatisfaction()
498 return ExprError(); in calculateConstraintSatisfaction()
[all …]
H A DSemaInit.cpp718 return ExprError(); in PerformEmptyInit()
1807 Result = ExprError(); in CheckScalarType()
1871 Result = ExprError(); in CheckReferenceType()
1920 Result = ExprError(); in CheckVectorType()
3629 return ExprError(); in ActOnDesignatedInitializer()
7212 return ExprError(); in CopyObject()
7222 return ExprError(); in CopyObject()
7229 return ExprError(); in CopyObject()
7272 return ExprError(); in CopyObject()
7474 return ExprError(); in PerformConstructorInitialization()
[all …]
H A DSemaStmtAsm.cpp240 return ExprError(); in ActOnGCCAsmStmtString()
251 return ExprError(); in ActOnGCCAsmStmtString()
257 return ExprError(); in ActOnGCCAsmStmtString()
842 return ExprError(); in LookupInlineAsmIdentifier()
857 return ExprError(); in LookupInlineAsmIdentifier()
H A DSemaTemplate.cpp738 return ExprError(); in ActOnDependentIdExpression()
4683 return ExprError(); in CheckVarTemplateId()
4725 return ExprError(); in CheckConceptTemplateId()
4734 return ExprError(); in CheckConceptTemplateId()
4759 return ExprError(); in CheckConceptTemplateId()
4792 return ExprError(); in BuildTemplateIdExpr()
4841 return ExprError(); in BuildQualifiedTemplateIdExpr()
4844 return ExprError(); in BuildQualifiedTemplateIdExpr()
4853 return ExprError(); in BuildQualifiedTemplateIdExpr()
6975 return ExprError(); in CheckTemplateArgument()
[all …]
H A DSemaTypeTraits.cpp1238 return ExprError(); in CheckConvertibilityForTypeTraits()
1243 return ExprError(); in CheckConvertibilityForTypeTraits()
1265 return ExprError(); in CheckConvertibilityForTypeTraits()
1269 return ExprError(); in CheckConvertibilityForTypeTraits()
1533 return ExprError(); in BuildTypeTrait()
1537 return ExprError(); in BuildTypeTrait()
1928 return ExprError(); in ActOnExpressionTrait()
1952 return ExprError(); in BuildExpressionTrait()
H A DSemaOpenMP.cpp3079 return ExprError(); in ActOnOpenMPIdExpression()
3097 return ExprError(); in ActOnOpenMPIdExpression()
3102 return ExprError(); in ActOnOpenMPIdExpression()
3116 return ExprError(); in ActOnOpenMPIdExpression()
3133 return ExprError(); in ActOnOpenMPIdExpression()
3148 return ExprError(); in ActOnOpenMPIdExpression()
3165 return ExprError(); in ActOnOpenMPIdExpression()
3179 return ExprError(); in ActOnOpenMPIdExpression()
3189 return ExprError(); in ActOnOpenMPIdExpression()
4489 return ExprError(); in buildCapture()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaBase.h183 friend ExprResult ExprError(const SemaDiagnosticBuilder &) { in ExprError() function
184 return ExprError(); in ExprError()
189 operator ExprResult() const { return ExprError(); } in ExprResult()

12