Home
last modified time | relevance | path

Searched defs:ExprMutationAnalyzerTest (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/unittests/Analysis/
H A DExprMutationAnalyzerTest.cpp115 TEST(ExprMutationAnalyzerTest,Trivial) TEST() argument
217 TEST(ExprMutationAnalyzerTest,AssignmentConditionalWithInheritance) TEST() argument
246 TEST(ExprMutationAnalyzerTest,NonConstMemberFunc) TEST() argument
254 TEST(ExprMutationAnalyzerTest,AssumedNonConstMemberFunc) TEST() argument
276 TEST(ExprMutationAnalyzerTest,ConstMemberFunc) TEST() argument
284 TEST(ExprMutationAnalyzerTest,TypeDependentMemberCall) TEST() argument
294 TEST(ExprMutationAnalyzerTest,MemberPointerMemberCall) TEST() argument
326 TEST(ExprMutationAnalyzerTest,NonConstOperator) TEST() argument
334 TEST(ExprMutationAnalyzerTest,ConstOperator) TEST() argument
342 TEST(ExprMutationAnalyzerTest,UnresolvedOperator) TEST() argument
353 TEST(ExprMutationAnalyzerTest,DependentOperatorWithNonDependentOperand) TEST() argument
369 TEST(ExprMutationAnalyzerTest,FoldExpression) TEST() argument
402 TEST(ExprMutationAnalyzerTest,ByValueArgument) TEST() argument
438 TEST(ExprMutationAnalyzerTest,ByConstValueArgument) TEST() argument
470 TEST(ExprMutationAnalyzerTest,ByNonConstRefArgument) TEST() argument
523 TEST(ExprMutationAnalyzerTest,ByNonConstRefArgumentFunctionTypeDependent) TEST() argument
539 TEST(ExprMutationAnalyzerTest,ByConstRefArgument) TEST() argument
579 TEST(ExprMutationAnalyzerTest,ByNonConstRRefArgument) TEST() argument
606 TEST(ExprMutationAnalyzerTest,ByConstRRefArgument) TEST() argument
635 TEST(ExprMutationAnalyzerTest,BindingModifies) TEST() argument
645 TEST(ExprMutationAnalyzerTest,BindingDoesNotModify) TEST() argument
655 TEST(ExprMutationAnalyzerTest,Move) TEST() argument
717 TEST(ExprMutationAnalyzerTest,Forward) TEST() argument
736 TEST(ExprMutationAnalyzerTest,CallUnresolved) TEST() argument
791 TEST(ExprMutationAnalyzerTest,ReturnAsValue) TEST() argument
807 TEST(ExprMutationAnalyzerTest,ReturnAsNonConstRef) TEST() argument
814 TEST(ExprMutationAnalyzerTest,ReturnAsConstRef) TEST() argument
821 TEST(ExprMutationAnalyzerTest,ReturnAsNonConstRRef) TEST() argument
830 TEST(ExprMutationAnalyzerTest,ReturnAsConstRRef) TEST() argument
841 TEST(ExprMutationAnalyzerTest,TakeAddress) TEST() argument
848 TEST(ExprMutationAnalyzerTest,ArrayToPointerDecay) TEST() argument
856 TEST(ExprMutationAnalyzerTest,TemplateWithArrayToPointerDecay) TEST() argument
875 TEST(ExprMutationAnalyzerTest,FollowRefModified) TEST() argument
893 TEST(ExprMutationAnalyzerTest,FollowRefNotModified) TEST() argument
913 TEST(ExprMutationAnalyzerTest,FollowConditionalRefModified) TEST() argument
921 TEST(ExprMutationAnalyzerTest,FollowConditionalRefNotModified) TEST() argument
929 TEST(ExprMutationAnalyzerTest,FollowFuncArgModified) TEST() argument
1019 TEST(ExprMutationAnalyzerTest,FollowFuncArgNotModified) TEST() argument
1078 TEST(ExprMutationAnalyzerTest,ArrayElementModified) TEST() argument
1085 TEST(ExprMutationAnalyzerTest,ArrayElementNotModified) TEST() argument
1094 TEST(ExprMutationAnalyzerTest,NestedMemberModified) TEST() argument
1116 TEST(ExprMutationAnalyzerTest,NestedMemberNotModified) TEST() argument
1139 TEST(ExprMutationAnalyzerTest,CastToValue) TEST() argument
1147 TEST(ExprMutationAnalyzerTest,CastToRefModified) TEST() argument
1162 TEST(ExprMutationAnalyzerTest,CastToRefNotModified) TEST() argument
1171 TEST(ExprMutationAnalyzerTest,CastToConstRef) TEST() argument
1186 TEST(ExprMutationAnalyzerTest,CommaExprWithAnAssignment) TEST() argument
1194 TEST(ExprMutationAnalyzerTest,CommaExprWithDecOp) TEST() argument
1202 TEST(ExprMutationAnalyzerTest,CommaExprWithNonConstMemberCall) TEST() argument
1212 TEST(ExprMutationAnalyzerTest,CommaExprWithConstMemberCall) TEST() argument
1222 TEST(ExprMutationAnalyzerTest,CommaExprWithCallExpr) TEST() argument
1232 TEST(ExprMutationAnalyzerTest,CommaExprWithCallUnresolved) TEST() argument
1248 TEST(ExprMutationAnalyzerTest,CommaExprParmRef) TEST() argument
1259 TEST(ExprMutationAnalyzerTest,CommaExprWithAmpersandOp) TEST() argument
1269 TEST(ExprMutationAnalyzerTest,CommaExprAsReturnAsValue) TEST() argument
1277 TEST(ExprMutationAnalyzerTest,CommaExprAsReturnAsNonConstRef) TEST() argument
1285 TEST(ExprMutationAnalyzerTest,CommaExprAsArrayToPointerDecay) TEST() argument
1295 TEST(ExprMutationAnalyzerTest,CommaExprAsUniquePtr) TEST() argument
1312 TEST(ExprMutationAnalyzerTest,CommaNestedConditional) TEST() argument
1324 TEST(ExprMutationAnalyzerTest,LambdaDefaultCaptureByValue) TEST() argument
1331 TEST(ExprMutationAnalyzerTest,LambdaExplicitCaptureByValue) TEST() argument
1338 TEST(ExprMutationAnalyzerTest,LambdaDefaultCaptureByRef) TEST() argument
1346 TEST(ExprMutationAnalyzerTest,LambdaExplicitCaptureByRef) TEST() argument
1356 TEST(ExprMutationAnalyzerTest,RangeForArrayByRefModified) TEST() argument
1371 TEST(ExprMutationAnalyzerTest,RangeForArrayByRefModifiedByImplicitInit) TEST() argument
1379 TEST(ExprMutationAnalyzerTest,RangeForArrayByValue) TEST() argument
1397 TEST(ExprMutationAnalyzerTest,RangeForArrayByConstRef) TEST() argument
1410 TEST(ExprMutationAnalyzerTest,RangeForNonArrayByRefModified) TEST() argument
1420 TEST(ExprMutationAnalyzerTest,RangeForNonArrayByRefNotModified) TEST() argument
1428 TEST(ExprMutationAnalyzerTest,RangeForNonArrayByValue) TEST() argument
1437 TEST(ExprMutationAnalyzerTest,RangeForNonArrayByConstRef) TEST() argument
1448 TEST(ExprMutationAnalyzerTest,UnevaluatedExpressions) TEST() argument
1486 TEST(ExprMutationAnalyzerTest,NotUnevaluatedExpressions) TEST() argument
1503 TEST(ExprMutationAnalyzerTest,UniquePtr) TEST() argument
1562 TEST(ExprMutationAnalyzerTest,SelfRef) TEST() argument
1577 TEST(ExprMutationAnalyzerTest,UnevaluatedContext) TEST() argument
1593 TEST(ExprMutationAnalyzerTest,ReproduceFailureMinimal) TEST() argument
[all...]