Home
last modified time | relevance | path

Searched defs:TEST_P (Results 1 – 25 of 55) sorted by relevance

123

/llvm-project/clang/unittests/Tooling/Syntax/
H A DBuildTreeTest.cpp94 TEST_P(BuildSyntaxTreeTest, Simple) { TEST_P() function
127 TEST_P(BuildSyntaxTreeTest, SimpleVariable) { TEST_P() function
153 TEST_P(BuildSyntaxTreeTest, SimpleFunction) { TEST_P() function
186 TEST_P(BuildSyntaxTreeTest, Simple_BackslashInsideToken) { TEST_P() function
204 TEST_P(BuildSyntaxTreeTest, If) { TEST_P() function
249 TEST_P(BuildSyntaxTreeTest, IfDecl) { TEST_P() function
304 TEST_P(BuildSyntaxTreeTest, For) { TEST_P() function
324 TEST_P(BuildSyntaxTreeTest, RangeBasedFor) { TEST_P() function
355 TEST_P(BuildSyntaxTreeTest, DeclarationStatement) { TEST_P() function
376 TEST_P(BuildSyntaxTreeTest, Switch) { TEST_P() function
409 TEST_P(BuildSyntaxTreeTest, While) { TEST_P() function
435 TEST_P(BuildSyntaxTreeTest, UnhandledStatement) { TEST_P() function
457 TEST_P(BuildSyntaxTreeTest, Expressions) { TEST_P() function
515 TEST_P(BuildSyntaxTreeTest, ConditionalOperator) { TEST_P() function
534 TEST_P(BuildSyntaxTreeTest, UnqualifiedId_Identifier) { TEST_P() function
548 TEST_P(BuildSyntaxTreeTest, UnqualifiedId_OperatorFunctionId) { TEST_P() function
580 TEST_P(BuildSyntaxTreeTest, UnqualifiedId_ConversionFunctionId) { TEST_P() function
609 TEST_P(BuildSyntaxTreeTest, UnqualifiedId_LiteralOperatorId) { TEST_P() function
635 TEST_P(BuildSyntaxTreeTest, UnqualifiedId_Destructor) { TEST_P() function
662 TEST_P(BuildSyntaxTreeTest, UnqualifiedId_DecltypeDestructor) { TEST_P() function
696 TEST_P(BuildSyntaxTreeTest, UnqualifiedId_TemplateId) { TEST_P() function
721 TEST_P(BuildSyntaxTreeTest, QualifiedId_NamespaceSpecifier) { TEST_P() function
760 TEST_P(BuildSyntaxTreeTest, QualifiedId_TemplateSpecifier) { TEST_P() function
808 TEST_P(BuildSyntaxTreeTest, QualifiedId_DecltypeSpecifier) { TEST_P() function
840 TEST_P(BuildSyntaxTreeTest, QualifiedId_OptionalTemplateKw) { TEST_P() function
888 TEST_P(BuildSyntaxTreeTest, QualifiedId_Complex) { TEST_P() function
931 TEST_P(BuildSyntaxTreeTest, QualifiedId_DependentType) { TEST_P() function
1002 TEST_P(BuildSyntaxTreeTest, This_Simple) { TEST_P() function
1020 TEST_P(BuildSyntaxTreeTest, This_ExplicitMemberAccess) { TEST_P() function
1044 TEST_P(BuildSyntaxTreeTest, This_ImplicitMemberAccess) { TEST_P() function
1064 TEST_P(BuildSyntaxTreeTest, ParenExpr) { TEST_P() function
1106 TEST_P(BuildSyntaxTreeTest, UserDefinedLiteral_Char) { TEST_P() function
1123 TEST_P(BuildSyntaxTreeTest, UserDefinedLiteral_String) { TEST_P() function
1143 TEST_P(BuildSyntaxTreeTest, UserDefinedLiteral_Integer) { TEST_P() function
1174 TEST_P(BuildSyntaxTreeTest, UserDefinedLiteral_Float) { TEST_P() function
1205 TEST_P(BuildSyntaxTreeTest, IntegerLiteral_LongLong) { TEST_P() function
1226 TEST_P(BuildSyntaxTreeTest, IntegerLiteral_Binary) { TEST_P() function
1242 TEST_P(BuildSyntaxTreeTest, IntegerLiteral_WithDigitSeparators) { TEST_P() function
1258 TEST_P(BuildSyntaxTreeTest, CharacterLiteral) { TEST_P() function
1296 TEST_P(BuildSyntaxTreeTest, CharacterLiteral_Utf) { TEST_P() function
1327 TEST_P(BuildSyntaxTreeTest, CharacterLiteral_Utf8) { TEST_P() function
1348 TEST_P(BuildSyntaxTreeTest, FloatingLiteral) { TEST_P() function
1376 TEST_P(BuildSyntaxTreeTest, FloatingLiteral_Hexadecimal) { TEST_P() function
1407 TEST_P(BuildSyntaxTreeTest, StringLiteral) { TEST_P() function
1425 TEST_P(BuildSyntaxTreeTest, StringLiteral_Utf) { TEST_P() function
1451 TEST_P(BuildSyntaxTreeTest, StringLiteral_Raw) { TEST_P() function
1485 TEST_P(BuildSyntaxTreeTest, BoolLiteral) { TEST_P() function
1506 TEST_P(BuildSyntaxTreeTest, CxxNullPtrLiteral) { TEST_P() function
1522 TEST_P(BuildSyntaxTreeTest, PostfixUnaryOperator) { TEST_P() function
1546 TEST_P(BuildSyntaxTreeTest, PrefixUnaryOperator) { TEST_P() function
1632 TEST_P(BuildSyntaxTreeTest, PrefixUnaryOperatorCxx) { TEST_P() function
1659 TEST_P(BuildSyntaxTreeTest, BinaryOperator) { TEST_P() function
1733 TEST_P(BuildSyntaxTreeTest, BinaryOperatorCxx) { TEST_P() function
1781 TEST_P(BuildSyntaxTreeTest, BinaryOperator_NestedWithParenthesis) { TEST_P() function
1812 TEST_P(BuildSyntaxTreeTest, BinaryOperator_Associativity) { TEST_P() function
1850 TEST_P(BuildSyntaxTreeTest, BinaryOperator_Precedence) { TEST_P() function
1892 TEST_P(BuildSyntaxTreeTest, OverloadedOperator_Assignment) { TEST_P() function
1917 TEST_P(BuildSyntaxTreeTest, OverloadedOperator_Plus) { TEST_P() function
1942 TEST_P(BuildSyntaxTreeTest, OverloadedOperator_Less) { TEST_P() function
1967 TEST_P(BuildSyntaxTreeTest, OverloadedOperator_LeftShift) { TEST_P() function
1992 TEST_P(BuildSyntaxTreeTest, OverloadedOperator_Comma) { TEST_P() function
2017 TEST_P(BuildSyntaxTreeTest, OverloadedOperator_PointerToMember) { TEST_P() function
2042 TEST_P(BuildSyntaxTreeTest, OverloadedOperator_Negation) { TEST_P() function
2064 TEST_P(BuildSyntaxTreeTest, OverloadedOperator_AddressOf) { TEST_P() function
2086 TEST_P(BuildSyntaxTreeTest, OverloadedOperator_PrefixIncrement) { TEST_P() function
2108 TEST_P(BuildSyntaxTreeTest, OverloadedOperator_PostfixIncrement) { TEST_P() function
2130 TEST_P(BuildSyntaxTreeTest, MemberExpression_SimpleWithDot) { TEST_P() function
2152 TEST_P(BuildSyntaxTreeTest, MemberExpression_StaticDataMember) { TEST_P() function
2177 TEST_P(BuildSyntaxTreeTest, MemberExpression_SimpleWithArrow) { TEST_P() function
2199 TEST_P(BuildSyntaxTreeTest, MemberExpression_Chaining) { TEST_P() function
2226 TEST_P(BuildSyntaxTreeTest, MemberExpression_OperatorFunction) { TEST_P() function
2255 TEST_P(BuildSyntaxTreeTest, MemberExpression_VariableTemplate) { TEST_P() function
2289 TEST_P(BuildSyntaxTreeTest, MemberExpression_FunctionTemplate) { TEST_P() function
2321 TEST_P(BuildSyntaxTreeTest, TEST_P() function
2355 TEST_P(BuildSyntaxTreeTest, MemberExpression_WithQualifier) { TEST_P() function
2408 TEST_P(BuildSyntaxTreeTest, MemberExpression_Complex) { TEST_P() function
2466 TEST_P(BuildSyntaxTreeTest, CallExpression_Callee_Member) { TEST_P() function
2494 TEST_P(BuildSyntaxTreeTest, CallExpression_Callee_OperatorParens) { TEST_P() function
2517 TEST_P(BuildSyntaxTreeTest, CallExpression_Callee_OperatorParensChaining) { TEST_P() function
2543 TEST_P(BuildSyntaxTreeTest, CallExpression_Callee_MemberWithThis) { TEST_P() function
2599 TEST_P(BuildSyntaxTreeTest, CallExpression_Callee_FunctionPointer) { TEST_P() function
2634 TEST_P(BuildSyntaxTreeTest, CallExpression_Callee_MemberFunctionPointer) { TEST_P() function
2667 TEST_P(BuildSyntaxTreeTest, CallExpression_Arguments_Zero) { TEST_P() function
2690 TEST_P(BuildSyntaxTreeTest, CallExpression_Arguments_One) { TEST_P() function
2716 TEST_P(BuildSyntaxTreeTest, CallExpression_Arguments_Multiple) { TEST_P() function
2748 TEST_P(BuildSyntaxTreeTest, CallExpression_Arguments_Assignment) { TEST_P() function
2779 TEST_P(BuildSyntaxTreeTest, CallExpression_Arguments_BracedInitList_Empty) { TEST_P() function
2807 TEST_P(BuildSyntaxTreeTest, CallExpression_Arguments_BracedInitList_Simple) { TEST_P() function
2847 TEST_P(BuildSyntaxTreeTest, TEST_P() function
2895 TEST_P(BuildSyntaxTreeTest, CallExpression_Arguments_ParameterPack) { TEST_P() function
2921 TEST_P(BuildSyntaxTreeTest, CallExpression_DefaultArguments) { TEST_P() function
2969 TEST_P(BuildSyntaxTreeTest, MultipleDeclaratorsGrouping) { TEST_P() function
3000 TEST_P(BuildSyntaxTreeTest, MultipleDeclaratorsGroupingTypedef) { TEST_P() function
3021 TEST_P(BuildSyntaxTreeTest, MultipleDeclaratorsInsideStatement) { TEST_P() function
3068 TEST_P(BuildSyntaxTreeTest, SizeTTypedef) { TEST_P() function
3096 TEST_P(BuildSyntaxTreeTest, Namespace_Nested) { TEST_P() function
3119 TEST_P(BuildSyntaxTreeTest, Namespace_NestedDefinition) { TEST_P() function
3139 TEST_P(BuildSyntaxTreeTest, Namespace_Unnamed) { TEST_P() function
3156 TEST_P(BuildSyntaxTreeTest, Namespace_Alias) { TEST_P() function
3175 TEST_P(BuildSyntaxTreeTest, UsingDirective) { TEST_P() function
3195 TEST_P(BuildSyntaxTreeTest, UsingDeclaration_Namespace) { TEST_P() function
3216 TEST_P(BuildSyntaxTreeTest, UsingDeclaration_ClassMember) { TEST_P() function
3250 TEST_P(BuildSyntaxTreeTest, UsingTypeAlias) { TEST_P() function
3269 TEST_P(BuildSyntaxTreeTest, FreeStandingClass_ForwardDeclaration) { TEST_P() function
3293 TEST_P(BuildSyntaxTreeTest, FreeStandingClasses_Definition) { TEST_P() function
3333 TEST_P(BuildSyntaxTreeTest, StaticMemberFunction) { TEST_P() function
3359 TEST_P(BuildSyntaxTreeTest, OutOfLineMemberFunctionDefinition) { TEST_P() function
3389 TEST_P(BuildSyntaxTreeTest, ConversionMemberFunction) { TEST_P() function
3412 TEST_P(BuildSyntaxTreeTest, LiteralOperatorDeclaration) { TEST_P() function
3439 TEST_P(BuildSyntaxTreeTest, NumericLiteralOperatorTemplateDeclaration) { TEST_P() function
3471 TEST_P(BuildSyntaxTreeTest, OverloadedOperatorDeclaration) { TEST_P() function
3503 TEST_P(BuildSyntaxTreeTest, OverloadedOperatorFriendDeclaration) { TEST_P() function
3539 TEST_P(BuildSyntaxTreeTest, ClassTemplateDeclaration) { TEST_P() function
3566 TEST_P(BuildSyntaxTreeTest, FunctionTemplateDeclaration) { TEST_P() function
3596 TEST_P(BuildSyntaxTreeTest, VariableTemplateDeclaration) { TEST_P() function
3625 TEST_P(BuildSyntaxTreeTest, StaticMemberFunctionTemplate) { TEST_P() function
3657 TEST_P(BuildSyntaxTreeTest, NestedTemplates) { TEST_P() function
3703 TEST_P(BuildSyntaxTreeTest, NestedTemplatesInNamespace) { TEST_P() function
3757 TEST_P(BuildSyntaxTreeTest, ClassTemplate_MemberClassDefinition) { TEST_P() function
3790 TEST_P(BuildSyntaxTreeTest, ExplicitClassTemplateInstantiation_Definition) { TEST_P() function
3812 TEST_P(BuildSyntaxTreeTest, ExplicitClassTemplateInstantiation_Declaration) { TEST_P() function
3835 TEST_P(BuildSyntaxTreeTest, ClassTemplateSpecialization_Partial) { TEST_P() function
3865 TEST_P(BuildSyntaxTreeTest, ClassTemplateSpecialization_Full) { TEST_P() function
3891 TEST_P(BuildSyntaxTreeTest, EmptyDeclaration) { TEST_P() function
3903 TEST_P(BuildSyntaxTreeTest, StaticAssert) { TEST_P() function
3926 TEST_P(BuildSyntaxTreeTest, StaticAssert_WithoutMessage) { TEST_P() function
3946 TEST_P(BuildSyntaxTreeTest, ExternC) { TEST_P() function
3986 TEST_P(BuildSyntaxTreeTest, Macro_ObjectLike_Leaf) { TEST_P() function
4033 TEST_P(BuildSyntaxTreeTest, Macro_ObjectLike_MatchTree) { TEST_P() function
4057 TEST_P(BuildSyntaxTreeTest, Macro_ObjectLike_MismatchTree) { TEST_P() function
4099 TEST_P(BuildSyntaxTreeTest, Macro_FunctionLike_ModifiableArguments) { TEST_P() function
4142 TEST_P(BuildSyntaxTreeTest, Macro_FunctionLike_MismatchTree) { TEST_P() function
4184 TEST_P(BuildSyntaxTreeTest, Macro_FunctionLike_Variadic) { TEST_P() function
4228 TEST_P(BuildSyntaxTreeTest, InitDeclarator_Equal) { TEST_P() function
4251 TEST_P(BuildSyntaxTreeTest, InitDeclarator_Brace) { TEST_P() function
4308 TEST_P(BuildSyntaxTreeTest, InitDeclarator_EqualBrace) { TEST_P() function
4368 TEST_P(BuildSyntaxTreeTest, InitDeclarator_Paren) { TEST_P() function
4413 TEST_P(BuildSyntaxTreeTest, InitDeclarator_Paren_DefaultArguments) { TEST_P() function
4466 TEST_P(BuildSyntaxTreeTest, ImplicitConversion_Argument) { TEST_P() function
4493 TEST_P(BuildSyntaxTreeTest, ImplicitConversion_Return) { TEST_P() function
4515 TEST_P(BuildSyntaxTreeTest, ConstructorCall_ZeroArguments) { TEST_P() function
4539 TEST_P(BuildSyntaxTreeTest, ConstructorCall_OneArgument) { TEST_P() function
4565 TEST_P(BuildSyntaxTreeTest, ConstructorCall_MultipleArguments) { TEST_P() function
4594 TEST_P(BuildSyntaxTreeTest, ConstructorCall_DefaultArguments) { TEST_P() function
4636 TEST_P(BuildSyntaxTreeTest, TypeConversion_FunctionalNotation) { TEST_P() function
4659 TEST_P(BuildSyntaxTreeTest, ArrayDeclarator_Simple) { TEST_P() function
4680 TEST_P(BuildSyntaxTreeTest, ArrayDeclarator_Multidimensional) { TEST_P() function
4711 TEST_P(BuildSyntaxTreeTest, ArrayDeclarator_UnknownBound) { TEST_P() function
4743 TEST_P(BuildSyntaxTreeTest, ArrayDeclarator_Static) { TEST_P() function
4777 TEST_P(BuildSyntaxTreeTest, ParametersAndQualifiers_InFreeFunctions_Empty) { TEST_P() function
4796 TEST_P(BuildSyntaxTreeTest, ParametersAndQualifiers_InFreeFunctions_Named) { TEST_P() function
4845 TEST_P(BuildSyntaxTreeTest, ParametersAndQualifiers_InFreeFunctions_Unnamed) { TEST_P() function
4899 TEST_P(BuildSyntaxTreeTest, TEST_P() function
4921 TEST_P(BuildSyntaxTreeTest, TEST_P() function
4959 TEST_P(BuildSyntaxTreeTest, TEST_P() function
4989 TEST_P(BuildSyntaxTreeTest, TEST_P() function
5025 TEST_P(BuildSyntaxTreeTest, TEST_P() function
5055 TEST_P(BuildSyntaxTreeTest, TEST_P() function
5100 TEST_P(BuildSyntaxTreeTest, ParametersAndQualifiers_InFreeFunctions_Cxx_Ref) { TEST_P() function
5129 TEST_P(BuildSyntaxTreeTest, TEST_P() function
5159 TEST_P(BuildSyntaxTreeTest, ParametersAndQualifiers_InMemberFunctions_Simple) { TEST_P() function
5189 TEST_P(BuildSyntaxTreeTest, TEST_P() function
5241 TEST_P(BuildSyntaxTreeTest, ParametersAndQualifiers_InMemberFunctions_Ref) { TEST_P() function
5265 TEST_P(BuildSyntaxTreeTest, ParametersAndQualifiers_InMemberFunctions_RefRef) { TEST_P() function
5289 TEST_P(BuildSyntaxTreeTest, TrailingReturn) { TEST_P() function
5314 TEST_P(BuildSyntaxTreeTest, DynamicExceptionSpecification) { TEST_P() function
5390 TEST_P(BuildSyntaxTreeTest, NoexceptExceptionSpecification) { TEST_P() function
5428 TEST_P(BuildSyntaxTreeTest, DeclaratorsInParentheses) { TEST_P() function
5492 TEST_P(BuildSyntaxTreeTest, Declaration_ConstVolatileQualifiers_SimpleConst) { TEST_P() function
5525 TEST_P(BuildSyntaxTreeTest, Declaration_ConstVolatileQualifiers_MultipleConst) { TEST_P() function
5546 TEST_P(BuildSyntaxTreeTest, TEST_P() function
5569 TEST_P(BuildSyntaxTreeTest, RangesOfDeclaratorsWithTrailingReturnTypes) { TEST_P() function
5610 TEST_P(BuildSyntaxTreeTest, MemberPointers) { TEST_P() function
5647 TEST_P(BuildSyntaxTreeTest, MemberFunctionPointer) { TEST_P() function
5738 TEST_P(BuildSyntaxTreeTest, ComplexDeclarator) { TEST_P() function
5779 TEST_P(BuildSyntaxTreeTest, ComplexDeclarator2) { TEST_P() function
[all...]
H A DSynthesisTest.cpp44 TEST_P(SynthesisTest, Leaf_Punctuation) { TEST_P() function
54 TEST_P(SynthesisTest, Leaf_Punctuation_CXX) { TEST_P() function
67 TEST_P(SynthesisTest, Leaf_Keyword) { TEST_P() function
77 TEST_P(SynthesisTest, Leaf_Keyword_CXX11) { TEST_P() function
90 TEST_P(SynthesisTest, Leaf_Identifier) { TEST_P() function
100 TEST_P(SynthesisTest, Leaf_Number) { TEST_P() function
110 TEST_P(SynthesisTest, Tree_Empty) { TEST_P() function
120 TEST_P(SynthesisTest, Tree_Flat) { TEST_P() function
137 TEST_P(SynthesisTest, Tree_OfTree) { TEST_P() function
166 TEST_P(SynthesisTest, DeepCopy_Synthesized) { TEST_P() function
182 TEST_P(SynthesisTest, DeepCopy_Original) { TEST_P() function
197 TEST_P(SynthesisTest, DeepCopy_Child) { TEST_P() function
212 TEST_P(SynthesisTest, DeepCopy_Macro) { TEST_P() function
260 TEST_P(SynthesisTest, Statement_EmptyStatement) { TEST_P() function
[all...]
H A DTreeTest.cpp109 TEST_P(TreeTest, FirstLeaf) { TEST_P() function
119 TEST_P(TreeTest, LastLeaf) { TEST_P() function
228 TEST_P(ListTest, List_Separated_WellFormed) { TEST_P() function
249 TEST_P(ListTest, List_Separated_MissingElement) { TEST_P() function
269 TEST_P(ListTest, List_Separated_MissingDelimiter) { TEST_P() function
289 TEST_P(ListTest, List_Separated_MissingLastElement) { TEST_P() function
309 TEST_P(ListTest, List_Terminated_WellFormed) { TEST_P() function
334 TEST_P(ListTest, List_Terminated_MissingElement) { TEST_P() function
358 TEST_P(ListTest, List_Terminated_MissingDelimiter) { TEST_P() function
382 TEST_P(ListTest, List_Terminated_MissingLastDelimiter) { TEST_P() function
[all...]
H A DMutationsTest.cpp60 TEST_P(MutationTest, RemoveStatement_InCompound) { TEST_P() function
65 TEST_P(MutationTest, RemoveStatement_InCompound_Empty) { TEST_P() function
70 TEST_P(MutationTest, RemoveStatement_LeaveEmpty) { TEST_P() function
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp21 TEST_P(ASTMatchersTest, IsExpandedFromMacro_MatchesInFile) { in TEST_P() function
29 TEST_P(ASTMatchersTest, IsExpandedFromMacro_MatchesNested) { in TEST_P() function
38 TEST_P(ASTMatchersTest, IsExpandedFromMacro_MatchesIntermediate) { in TEST_P() function
48 TEST_P(ASTMatchersTest, IsExpandedFromMacro_MatchesTransitive) { in TEST_P() function
57 TEST_P(ASTMatchersTest, IsExpandedFromMacro_MatchesArgument) { in TEST_P() function
70 TEST_P(ASTMatchersTest, IsExpandedFromMacro_MatchesArgumentMacroExpansion) { in TEST_P() function
81 TEST_P(ASTMatchersTest, IsExpandedFromMacro_MatchesWhenInArgument) { in TEST_P() function
92 TEST_P(ASTMatchersTest, IsExpandedFromMacro_MatchesObjectMacro) { in TEST_P() function
111 TEST_P(ASTMatchersTest, IsExpandedFromMacro_NotMatchesBeginOnly) { in TEST_P() function
120 TEST_P(ASTMatchersTes function
129 TEST_P(ASTMatchersTest, IsExpandedFromMacro_NotMatchesDifferentMacro) { TEST_P() function
137 TEST_P(ASTMatchersTest, IsExpandedFromMacro_NotMatchesDifferentInstances) { TEST_P() function
161 TEST_P(ASTMatchersTest, AllOf) { TEST_P() function
189 TEST_P(ASTMatchersTest, Has) { TEST_P() function
206 TEST_P(ASTMatchersTest, Has_RecursiveAllOf) { TEST_P() function
263 TEST_P(ASTMatchersTest, Has_RecursiveAnyOf) { TEST_P() function
286 TEST_P(ASTMatchersTest, Unless) { TEST_P() function
314 TEST_P(ASTMatchersTest, HasCastKind) { TEST_P() function
328 TEST_P(ASTMatchersTest, HasDescendant) { TEST_P() function
387 TEST_P(ASTMatchersTest, HasDescendant_Memoization) { TEST_P() function
393 TEST_P(ASTMatchersTest, HasDescendant_MemoizationUsesRestrictKind) { TEST_P() function
407 TEST_P(ASTMatchersTest, HasAncestor_Memoization) { TEST_P() function
424 TEST_P(ASTMatchersTest, HasAttr) { TEST_P() function
430 TEST_P(ASTMatchersTest, AnyOf) { TEST_P() function
468 TEST_P(ASTMatchersTest, MapAnyOf) { TEST_P() function
909 TEST_P(ASTMatchersTest, IsDerivedFrom) { TEST_P() function
1159 TEST_P(ASTMatchersTest, IsDerivedFrom_EmptyName) { TEST_P() function
1170 TEST_P(ASTMatchersTest, IsDerivedFrom_ObjC) { TEST_P() function
1281 TEST_P(ASTMatchersTest, IsLambda) { TEST_P() function
1291 TEST_P(ASTMatchersTest, Bind) { TEST_P() function
1317 TEST_P(ASTMatchersTest, Bind_SameNameInAlternatives) { TEST_P() function
1331 TEST_P(ASTMatchersTest, Bind_BindsIDForMemoizedResults) { TEST_P() function
1343 TEST_P(ASTMatchersTest, HasType_MatchesAsString) { TEST_P() function
1361 TEST_P(ASTMatchersTest, HasOverloadedOperatorName) { TEST_P() function
1397 TEST_P(ASTMatchersTest, HasOverloadedOperatorName_MatchesNestedCalls) { TEST_P() function
1419 TEST_P(ASTMatchersTest, HasLocalStorage) { TEST_P() function
1426 TEST_P(ASTMatchersTest, HasGlobalStorage) { TEST_P() function
1433 TEST_P(ASTMatchersTest, IsStaticLocal) { TEST_P() function
1441 TEST_P(ASTMatchersTest, IsInitCapture) { TEST_P() function
1457 TEST_P(ASTMatchersTest, StorageDuration) { TEST_P() function
1479 TEST_P(ASTMatchersTest, VarDecl_MatchesFunctionParameter) { TEST_P() function
1483 TEST_P(ASTMatchersTest, SizeOfExpr_MatchesCorrectType) { TEST_P() function
1496 TEST_P(ASTMatchersTest, IsInteger_MatchesIntegers) { TEST_P() function
1504 TEST_P(ASTMatchersTest, IsInteger_ReportsNoFalsePositives) { TEST_P() function
1518 TEST_P(ASTMatchersTest, IsSignedInteger_MatchesSignedIntegers) { TEST_P() function
1524 TEST_P(ASTMatchersTest, IsUnsignedInteger_MatchesUnsignedIntegers) { TEST_P() function
1530 TEST_P(ASTMatchersTest, IsAnyPointer_MatchesPointers) { TEST_P() function
1539 TEST_P(ASTMatchersTest, IsAnyPointer_MatchesObjcPointer) { TEST_P() function
1544 TEST_P(ASTMatchersTest, IsAnyPointer_ReportsNoFalsePositives) { TEST_P() function
1548 TEST_P(ASTMatchersTest, IsAnyCharacter_MatchesCharacters) { TEST_P() function
1552 TEST_P(ASTMatchersTest, IsAnyCharacter_ReportsNoFalsePositives) { TEST_P() function
1556 TEST_P(ASTMatchersTest, IsArrow_MatchesMemberVariablesViaArrow) { TEST_P() function
1580 TEST_P(ASTMatchersTest, IsArrow_MatchesStaticMemberVariablesViaArrow) { TEST_P() function
1594 TEST_P(ASTMatchersTest, IsArrow_MatchesMemberCallsViaArrow) { TEST_P() function
1619 TEST_P(ASTMatchersTest, IsExplicit_CXXConversionDecl) { TEST_P() function
1630 TEST_P(ASTMatchersTest, IsExplicit_CXXConversionDecl_CXX20) { TEST_P() function
1644 TEST_P(ASTMatchersTest, ArgumentCountAtLeast_CallExpr) { TEST_P() function
1682 TEST_P(ASTMatchersTest, ArgumentCountAtLeast_CallExpr_CXX) { TEST_P() function
1733 TEST_P(ASTMatchersTest, ArgumentCountIs_CallExpr) { TEST_P() function
1740 TEST_P(ASTMatchersTest, ArgumentCountIs_CallExpr_CXX) { TEST_P() function
1749 TEST_P(ASTMatchersTest, ParameterCountIs) { TEST_P() function
1757 TEST_P(ASTMatchersTest, ParameterCountIs_CXX) { TEST_P() function
1766 TEST_P(ASTMatchersTest, References) { TEST_P() function
1786 TEST_P(ASTMatchersTest, HasLocalQualifiers) { TEST_P() function
1801 TEST_P(ASTMatchersTest, IsExternC_MatchesExternCFunctionDeclarations) { TEST_P() function
1812 TEST_P(ASTMatchersTest, IsExternC_MatchesExternCVariableDeclarations) { TEST_P() function
1822 TEST_P(ASTMatchersTest, IsStaticStorageClass) { TEST_P() function
1831 TEST_P(ASTMatchersTest, IsDefaulted) { TEST_P() function
1842 TEST_P(ASTMatchersTest, IsDeleted) { TEST_P() function
1853 TEST_P(ASTMatchersTest, IsNoThrow_DynamicExceptionSpec) { TEST_P() function
1868 TEST_P(ASTMatchersTest, IsNoThrow_CXX11) { TEST_P() function
1882 TEST_P(ASTMatchersTest, IsConsteval) { TEST_P() function
1894 TEST_P(ASTMatchersTest, IsConsteval_MatchesIfConsteval) { TEST_P() function
1911 TEST_P(ASTMatchersTest, IsConstexpr) { TEST_P() function
1922 TEST_P(ASTMatchersTest, IsConstexpr_MatchesIfConstexpr) { TEST_P() function
1933 TEST_P(ASTMatchersTest, IsConstinit) { TEST_P() function
1952 TEST_P(ASTMatchersTest, HasInitStatement_MatchesSelectionInitializers) { TEST_P() function
1959 TEST_P(ASTMatchersTest, HasInitStatement_MatchesSelectionInitializers_CXX) { TEST_P() function
1968 TEST_P(ASTMatchersTest, HasInitStatement_MatchesSelectionInitializers_CXX17) { TEST_P() function
1980 TEST_P(ASTMatchersTest, HasInitStatement_MatchesRangeForInitializers) { TEST_P() function
1997 TEST_P(ASTMatchersTest, TemplateArgumentCountIs) { TEST_P() function
2016 TEST_P(ASTMatchersTest, IsIntegral) { TEST_P() function
2029 TEST_P(ASTMatchersTest, EqualsIntegralValue) { TEST_P() function
2048 TEST_P(ASTMatchersTest, AccessSpecDecl) { TEST_P() function
2064 TEST_P(ASTMatchersTest, IsFinal) { TEST_P() function
2077 TEST_P(ASTMatchersTest, IsVirtual) { TEST_P() function
2087 TEST_P(ASTMatchersTest, IsVirtualAsWritten) { TEST_P() function
2101 TEST_P(ASTMatchersTest, IsPure) { TEST_P() function
2111 TEST_P(ASTMatchersTest, IsExplicitObjectMemberFunction) { TEST_P() function
2125 TEST_P(ASTMatchersTest, IsCopyAssignmentOperator) { TEST_P() function
2142 TEST_P(ASTMatchersTest, IsMoveAssignmentOperator) { TEST_P() function
2160 TEST_P(ASTMatchersTest, IsConst) { TEST_P() function
2171 TEST_P(ASTMatchersTest, IsOverride) { TEST_P() function
2192 TEST_P(ASTMatchersTest, HasArgument_CXXConstructorDecl) { TEST_P() function
2219 TEST_P(ASTMatchersTest, ArgumentCountIs_CXXConstructExpr) { TEST_P() function
2350 TEST_P(ASTMatchersTest, IsListInitialization) { TEST_P() function
2364 TEST_P(ASTMatchersTest, IsImplicit_CXXConstructorDecl) { TEST_P() function
2382 TEST_P(ASTMatchersTest, IsExplicit_CXXConstructorDecl) { TEST_P() function
2393 TEST_P(ASTMatchersTest, IsExplicit_CXXConstructorDecl_CXX20) { TEST_P() function
2406 TEST_P(ASTMatchersTest, IsExplicit_CXXDeductionGuideDecl) { TEST_P() function
2419 TEST_P(ASTMatchersTest, IsExplicit_CXXDeductionGuideDecl_CXX20) { TEST_P() function
2436 TEST_P(ASTMatchersTest, CXXConstructorDecl_Kinds) { TEST_P() function
2472 TEST_P(ASTMatchersTest, IsUserProvided) { TEST_P() function
2489 TEST_P(ASTMatchersTest, IsDelegatingConstructor) { TEST_P() function
2506 TEST_P(ASTMatchersTest, HasSize) { TEST_P() function
2515 TEST_P(ASTMatchersTest, HasSize_CXX) { TEST_P() function
2526 TEST_P(ASTMatchersTest, HasName_MatchesNamespaces) { TEST_P() function
2557 TEST_P(ASTMatchersTest, HasName_MatchesOuterClasses) { TEST_P() function
2586 TEST_P(ASTMatchersTest, HasName_MatchesInlinedNamespaces) { TEST_P() function
2598 TEST_P(ASTMatchersTest, HasName_MatchesAnonymousNamespaces) { TEST_P() function
2612 TEST_P(ASTMatchersTest, HasName_MatchesAnonymousOuterClasses) { TEST_P() function
2631 TEST_P(ASTMatchersTest, HasName_MatchesFunctionScope) { TEST_P() function
2648 TEST_P(ASTMatchersTest, HasName_QualifiedStringMatchesThroughLinkage) { TEST_P() function
2667 TEST_P(ASTMatchersTest, HasAnyName) { TEST_P() function
2688 TEST_P(ASTMatchersTest, IsDefinition) { TEST_P() function
2700 TEST_P(ASTMatchersTest, IsDefinition_CXX) { TEST_P() function
2719 TEST_P(ASTMatchersTest, HandlesNullQualTypes) { TEST_P() function
2746 TEST_P(ASTMatchersTest, ObjCIvarRefExpr) { TEST_P() function
2757 TEST_P(ASTMatchersTest, BlockExpr) { TEST_P() function
2761 TEST_P(ASTMatchersTest, TEST_P() function
2767 TEST_P(ASTMatchersTest, StatementCountIs_AppearsToMatchOnlyOneCount) { TEST_P() function
2773 TEST_P(ASTMatchersTest, StatementCountIs_WorksWithMultipleStatements) { TEST_P() function
2778 TEST_P(ASTMatchersTest, StatementCountIs_WorksWithNestedCompoundStatements) { TEST_P() function
2789 TEST_P(ASTMatchersTest, Member_WorksInSimplestCase) { TEST_P() function
2798 TEST_P(ASTMatchersTest, Member_DoesNotMatchTheBaseExpression) { TEST_P() function
2810 TEST_P(ASTMatchersTest, Member_MatchesInMemberFunctionCall) { TEST_P() function
2822 TEST_P(ASTMatchersTest, FieldDecl) { TEST_P() function
2831 TEST_P(ASTMatchersTest, IsBitField) { TEST_P() function
2840 TEST_P(ASTMatchersTest, HasInClassInitializer) { TEST_P() function
2854 TEST_P(ASTMatchersTest, IsPublic_IsProtected_IsPrivate) { TEST_P() function
2886 TEST_P(ASTMatchersTest, TEST_P() function
2910 TEST_P(ASTMatchersTest, TEST_P() function
2931 TEST_P(ASTMatchersTest, HasObjectExpression_DoesNotMatchMember) { TEST_P() function
2941 TEST_P(ASTMatchersTest, HasObjectExpression_MatchesBaseOfVariable) { TEST_P() function
2950 TEST_P(ASTMatchersTest, HasObjectExpression_MatchesBaseOfVariable_CXX) { TEST_P() function
2965 TEST_P(ASTMatchersTest, HasObjectExpression_MatchesBaseOfMemberFunc) { TEST_P() function
2975 TEST_P(ASTMatchersTest, HasObjectExpression_MatchesBaseOfMemberFunc_Template) { TEST_P() function
2990 TEST_P(ASTMatchersTest, HasObjectExpression_ImplicitlyFormedMemberExpression) { TEST_P() function
3003 TEST_P(ASTMatchersTest, FieldDecl_DoesNotMatchNonFieldMembers) { TEST_P() function
3014 TEST_P(ASTMatchersTest, FieldDecl_MatchesField) { TEST_P() function
3018 TEST_P(ASTMatchersTest, IsVolatileQualified) { TEST_P() function
3027 TEST_P(ASTMatchersTest, IsConstQualified_MatchesConstInt) { TEST_P() function
3032 TEST_P(ASTMatchersTest, IsConstQualified_MatchesConstPointer) { TEST_P() function
3037 TEST_P(ASTMatchersTest, IsConstQualified_MatchesThroughTypedef) { TEST_P() function
3044 TEST_P(ASTMatchersTest, IsConstQualified_DoesNotMatchInappropriately) { TEST_P() function
3051 TEST_P(ASTMatchersTest, DeclCountIs_DeclCountIsCorrect) { TEST_P() function
3059 TEST_P(ASTMatchersTest, EachOf_TriggersForEachMatch) { TEST_P() function
3067 TEST_P(ASTMatchersTest, EachOf_BehavesLikeAnyOfUnlessBothMatch) { TEST_P() function
3084 TEST_P(ASTMatchersTest, Optionally_SubmatchersDoNotMatch) { TEST_P() function
3092 TEST_P(ASTMatchersTest, Optionally_SubmatchersDoNotMatchButPreserveBindings) { TEST_P() function
3104 TEST_P(ASTMatchersTest, Optionally_SubmatchersMatch) { TEST_P() function
3111 TEST_P(ASTMatchersTest, TEST_P() function
3131 TEST_P(ASTMatchersTest, TEST_P() function
3143 TEST_P(ASTMatchersTest, TEST_P() function
3164 TEST_P( TEST_P() function
3177 TEST_P( TEST_P() function
3193 TEST_P( TEST_P() function
3212 TEST_P( TEST_P() function
3225 TEST_P(ASTMatchersTest, IsTemplateInstantiation_DoesNotMatchNonTemplate) { TEST_P() function
3234 TEST_P(ASTMatchersTest, IsInstantiated_MatchesInstantiation) { TEST_P() function
3244 TEST_P(ASTMatchersTest, IsInstantiated_NotMatchesDefinition) { TEST_P() function
3253 TEST_P(ASTMatchersTest, IsInTemplateInstantiation_MatchesInstantiationStmt) { TEST_P() function
3263 TEST_P(ASTMatchersTest, IsInTemplateInstantiation_NotMatchesDefinitionStmt) { TEST_P() function
3272 TEST_P(ASTMatchersTest, IsInstantiated_MatchesFunctionInstantiation) { TEST_P() function
3282 TEST_P(ASTMatchersTest, IsInstantiated_NotMatchesFunctionDefinition) { TEST_P() function
3291 TEST_P(ASTMatchersTest, TEST_P() function
3302 TEST_P(ASTMatchersTest, TEST_P() function
3312 TEST_P(ASTMatchersTest, IsInTemplateInstantiation_Sharing) { TEST_P() function
3328 TEST_P(ASTMatchersTest, IsInstantiationDependent_MatchesNonValueTypeDependent) { TEST_P() function
3339 TEST_P(ASTMatchersTest, IsInstantiationDependent_MatchesValueDependent) { TEST_P() function
3349 TEST_P(ASTMatchersTest, IsInstantiationDependent_MatchesTypeDependent) { TEST_P() function
3359 TEST_P(ASTMatchersTest, IsTypeDependent_MatchesTypeDependent) { TEST_P() function
3369 TEST_P(ASTMatchersTest, IsTypeDependent_NotMatchesValueDependent) { TEST_P() function
3378 TEST_P(ASTMatchersTest, IsValueDependent_MatchesValueDependent) { TEST_P() function
3388 TEST_P(ASTMatchersTest, IsValueDependent_MatchesTypeDependent) { TEST_P() function
3398 TEST_P(ASTMatchersTest, IsValueDependent_MatchesInstantiationDependent) { TEST_P() function
3409 TEST_P(ASTMatchersTest, TEST_P() function
3421 TEST_P( TEST_P() function
3438 TEST_P( TEST_P() function
3452 TEST_P( TEST_P() function
3467 TEST_P(ASTMatchersTest, IsNoReturn) { TEST_P() function
3480 TEST_P(ASTMatchersTest, IsNoReturn_CXX) { TEST_P() function
3518 TEST_P(ASTMatchersTest, IsNoReturn_CXX11Attribute) { TEST_P() function
3543 TEST_P(ASTMatchersTest, BooleanType) { TEST_P() function
3555 TEST_P(ASTMatchersTest, VoidType) { TEST_P() function
3565 TEST_P(ASTMatchersTest, RealFloatingPointType) { TEST_P() function
3580 TEST_P(ASTMatchersTest, ArrayType) { TEST_P() function
3611 TEST_P(ASTMatchersTest, DecayedType) { TEST_P() function
3618 TEST_P(ASTMatchersTest, ComplexType) { TEST_P() function
3626 TEST_P(ASTMatchersTest, IsAnonymous) { TEST_P() function
3635 TEST_P(ASTMatchersTest, InStdNamespace) { TEST_P() function
3662 TEST_P(ASTMatchersTest, InAnonymousNamespace) { TEST_P() function
3697 TEST_P(ASTMatchersTest, InStdNamespace_CXX11) { TEST_P() function
3737 TEST_P(ASTMatchersTest, EqualsBoundNodeMatcher_QualType) { TEST_P() function
3748 TEST_P(ASTMatchersTest, EqualsBoundNodeMatcher_NonMatchingTypes) { TEST_P() function
3755 TEST_P(ASTMatchersTest, EqualsBoundNodeMatcher_Stmt) { TEST_P() function
3766 TEST_P(ASTMatchersTest, EqualsBoundNodeMatcher_Decl) { TEST_P() function
3783 TEST_P(ASTMatchersTest, EqualsBoundNodeMatcher_Type) { TEST_P() function
3802 TEST_P(ASTMatchersTest, EqualsBoundNodeMatcher_UsingForEachDescendant) { TEST_P() function
3824 TEST_P(ASTMatchersTest, EqualsBoundNodeMatcher_FiltersMatchedCombinations) { TEST_P() function
3837 TEST_P(ASTMatchersTest, TEST_P() function
3870 TEST_P(ASTMatchersTest, NullPointerConstant) { TEST_P() function
3879 TEST_P(ASTMatchersTest, NullPointerConstant_GNUNull) { TEST_P() function
3887 TEST_P(ASTMatchersTest, NullPointerConstant_GNUNullInTemplate) { TEST_P() function
3903 TEST_P(ASTMatchersTest, NullPointerConstant_CXX11Nullptr) { TEST_P() function
3911 TEST_P(ASTMatchersTest, HasExternalFormalLinkage) { TEST_P() function
3922 TEST_P(ASTMatchersTest, HasExternalFormalLinkage_CXX) { TEST_P() function
3931 TEST_P(ASTMatchersTest, HasDefaultArgument) { TEST_P() function
3942 TEST_P(ASTMatchersTest, IsAtPosition) { TEST_P() function
3949 TEST_P(ASTMatchersTest, IsAtPosition_FunctionDecl) { TEST_P() function
3956 TEST_P(ASTMatchersTest, IsAtPosition_Lambda) { TEST_P() function
3971 TEST_P(ASTMatchersTest, IsAtPosition_BlockDecl) { TEST_P() function
3985 TEST_P(ASTMatchersTest, IsArray) { TEST_P() function
3994 TEST_P(ASTMatchersTest, HasArraySize) { TEST_P() function
4004 TEST_P(ASTMatchersTest, HasDefinition_MatchesStructDefinition) { TEST_P() function
4013 TEST_P(ASTMatchersTest, HasDefinition_MatchesClassDefinition) { TEST_P() function
4022 TEST_P(ASTMatchersTest, HasDefinition_MatchesUnionDefinition) { TEST_P() function
4031 TEST_P(ASTMatchersTest, IsScoped_MatchesScopedEnum) { TEST_P() function
4038 TEST_P(ASTMatchersTest, IsScoped_NotMatchesRegularEnum) { TEST_P() function
4042 TEST_P(ASTMatchersTest, IsStruct) { TEST_P() function
4046 TEST_P(ASTMatchersTest, IsUnion) { TEST_P() function
4050 TEST_P(ASTMatchersTest, IsEnum) { TEST_P() function
4054 TEST_P(ASTMatchersTest, IsClass) { TEST_P() function
4062 TEST_P(ASTMatchersTest, HasTrailingReturn_MatchesTrailingReturn) { TEST_P() function
4076 TEST_P(ASTMatchersTest, HasTrailingReturn_MatchesLambdaTrailingReturn) { TEST_P() function
4089 TEST_P(ASTMatchersTest, IsAssignmentOperator) { TEST_P() function
4108 TEST_P(ASTMatchersTest, IsComparisonOperator) { TEST_P() function
4126 TEST_P(ASTMatchersTest, isRightFold) { TEST_P() function
4145 TEST_P(ASTMatchersTest, isLeftFold) { TEST_P() function
4164 TEST_P(ASTMatchersTest, isUnaryFold) { TEST_P() function
4183 TEST_P(ASTMatchersTest, isBinaryFold) { TEST_P() function
4202 TEST_P(ASTMatchersTest, hasOperator) { TEST_P() function
4224 TEST_P(ASTMatchersTest, IsMain) { TEST_P() function
4230 TEST_P(ASTMatchersTest, OMPExecutableDirective_IsStandaloneDirective) { TEST_P() function
4247 TEST_P(ASTMatchersTest, OMPExecutableDirective_HasStructuredBlock) { TEST_P() function
4275 TEST_P(ASTMatchersTest, OMPExecutableDirective_HasClause) { TEST_P() function
4320 TEST_P(ASTMatchersTest, OMPDefaultClause_IsNoneKind) { TEST_P() function
4373 TEST_P(ASTMatchersTest, OMPDefaultClause_IsSharedKind) { TEST_P() function
4532 TEST_P(ASTMatchersTest, OMPExecutableDirective_IsAllowedToContainClauseKind) { TEST_P() function
4598 TEST_P(ASTMatchersTest, HasAnyBase_DirectBase) { TEST_P() function
4609 TEST_P(ASTMatchersTest, HasAnyBase_IndirectBase) { TEST_P() function
4621 TEST_P(ASTMatchersTest, HasAnyBase_NoBase) { TEST_P() function
4630 TEST_P(ASTMatchersTest, HasAnyBase_IsPublic_Public) { TEST_P() function
4639 TEST_P(ASTMatchersTest, HasAnyBase_IsPublic_DefaultAccessSpecifierPublic) { TEST_P() function
4648 TEST_P(ASTMatchersTest, HasAnyBase_IsPublic_Private) { TEST_P() function
4657 TEST_P(ASTMatchersTest, HasAnyBase_IsPublic_DefaultAccessSpecifierPrivate) { TEST_P() function
4666 TEST_P(ASTMatchersTest, HasAnyBase_IsPublic_Protected) { TEST_P() function
4675 TEST_P(ASTMatchersTest, HasAnyBase_IsPrivate_Private) { TEST_P() function
4684 TEST_P(ASTMatchersTest, HasAnyBase_IsPrivate_DefaultAccessSpecifierPrivate) { TEST_P() function
4693 TEST_P(ASTMatchersTest, HasAnyBase_IsPrivate_Public) { TEST_P() function
4702 TEST_P(ASTMatchersTest, HasAnyBase_IsPrivate_DefaultAccessSpecifierPublic) { TEST_P() function
4711 TEST_P(ASTMatchersTest, HasAnyBase_IsPrivate_Protected) { TEST_P() function
4720 TEST_P(ASTMatchersTest, HasAnyBase_IsProtected_Protected) { TEST_P() function
4729 TEST_P(ASTMatchersTest, HasAnyBase_IsProtected_Public) { TEST_P() function
4738 TEST_P(ASTMatchersTest, HasAnyBase_IsProtected_Private) { TEST_P() function
4747 TEST_P(ASTMatchersTest, HasAnyBase_IsVirtual_Directly) { TEST_P() function
4756 TEST_P(ASTMatchersTest, HasAnyBase_IsVirtual_Indirectly) { TEST_P() function
4767 TEST_P(ASTMatchersTest, HasAnyBase_IsVirtual_NoVirtualBase) { TEST_P() function
4776 TEST_P(ASTMatchersTest, HasDirectBase) { TEST_P() function
4827 TEST_P(ASTMatchersTest, CapturesThis) { TEST_P() function
4849 TEST_P(ASTMatchersTest, IsImplicit_LambdaCapture) { TEST_P() function
[all...]
H A DASTMatchersNodeTest.cpp21 TEST_P(ASTMatchersTest, Decl_CXX) { in TEST_P() function
31 TEST_P(ASTMatchersTest, NameableDeclaration_MatchesVariousDecls) { in TEST_P() function
41 TEST_P(ASTMatchersTest, NamedDecl_CXX) { in TEST_P() function
51 TEST_P(ASTMatchersTest, MatchesNameRE) { in TEST_P() function
74 TEST_P(ASTMatchersTest, MatchesNameRE_CXX) { in TEST_P() function
98 TEST_P(ASTMatchersTest, DeclarationMatcher_MatchClass) { in TEST_P() function
110 TEST_P(ASTMatchersTest, TranslationUnitDecl) { in TEST_P() function
130 TEST_P(ASTMatchersTest, LinkageSpecDecl) { in TEST_P() function
138 TEST_P(ASTMatchersTest, ClassTemplateDecl_DoesNotMatchClass) { in TEST_P() function
147 TEST_P(ASTMatchersTes function
156 TEST_P(ASTMatchersTest, TEST_P() function
167 TEST_P(ASTMatchersTest, TEST_P() function
192 TEST_P(ASTMatchersTest, ValueDecl) { TEST_P() function
203 TEST_P(ASTMatchersTest, FriendDecl) { TEST_P() function
216 TEST_P(ASTMatchersTest, EnumDecl_DoesNotMatchClasses) { TEST_P() function
223 TEST_P(ASTMatchersTest, EnumDecl_MatchesEnums) { TEST_P() function
231 TEST_P(ASTMatchersTest, EnumConstantDecl) { TEST_P() function
242 TEST_P(ASTMatchersTest, TagDecl) { TEST_P() function
252 TEST_P(ASTMatchersTest, TagDecl_CXX) { TEST_P() function
259 TEST_P(ASTMatchersTest, UnresolvedLookupExpr) { TEST_P() function
274 TEST_P(ASTMatchersTest, UsesADL) { TEST_P() function
310 TEST_P(ASTMatchersTest, CallExpr_CXX) { TEST_P() function
357 TEST_P(ASTMatchersTest, LambdaExpr) { TEST_P() function
364 TEST_P(ASTMatchersTest, CXXForRangeStmt) { TEST_P() function
369 TEST_P(ASTMatchersTest, CXXForRangeStmt_CXX11) { TEST_P() function
378 TEST_P(ASTMatchersTest, SubstNonTypeTemplateParmExpr) { TEST_P() function
392 TEST_P(ASTMatchersTest, NonTypeTemplateParmDecl) { TEST_P() function
402 TEST_P(ASTMatchersTest, TemplateTypeParmDecl) { TEST_P() function
411 TEST_P(ASTMatchersTest, TemplateTemplateParmDecl) { TEST_P() function
420 TEST_P(ASTMatchersTest, UserDefinedLiteral) { TEST_P() function
431 TEST_P(ASTMatchersTest, FlowControl) { TEST_P() function
442 TEST_P(ASTMatchersTest, CXXOperatorCallExpr) { TEST_P() function
474 TEST_P(ASTMatchersTest, FoldExpr) { TEST_P() function
487 TEST_P(ASTMatchersTest, ThisPointerType) { TEST_P() function
516 TEST_P(ASTMatchersTest, DeclRefExpr) { TEST_P() function
544 TEST_P(ASTMatchersTest, CXXMemberCallExpr) { TEST_P() function
567 TEST_P(ASTMatchersTest, UnaryExprOrTypeTraitExpr) { TEST_P() function
572 TEST_P(ASTMatchersTest, AlignOfExpr) { TEST_P() function
582 TEST_P(ASTMatchersTest, MemberExpr_DoesNotMatchClasses) { TEST_P() function
592 TEST_P(ASTMatchersTest, MemberExpr_MatchesMemberFunctionCall) { TEST_P() function
604 TEST_P(ASTMatchersTest, MemberExpr_MatchesVariable) { TEST_P() function
625 TEST_P(ASTMatchersTest, MemberExpr_MatchesStaticVariable) { TEST_P() function
637 TEST_P(ASTMatchersTest, FunctionDecl) { TEST_P() function
648 TEST_P(ASTMatchersTest, FunctionDecl_C) { TEST_P() function
656 TEST_P(ASTMatchersTest, FunctionDecl_CXX) { TEST_P() function
686 TEST_P(ASTMatchersTest, FunctionDecl_CXX11) { TEST_P() function
695 TEST_P(ASTMatchersTest, TEST_P() function
704 TEST_P(ASTMatchersTest, FunctionTemplate_DoesNotMatchFunctionDeclarations) { TEST_P() function
711 TEST_P(ASTMatchersTest, TEST_P() function
723 TEST_P(ASTMatchersTest, ClassTemplateSpecializationDecl) { TEST_P() function
736 TEST_P(ASTMatchersTest, DeclaratorDecl) { TEST_P() function
741 TEST_P(ASTMatchersTest, DeclaratorDecl_CXX) { TEST_P() function
748 TEST_P(ASTMatchersTest, ParmVarDecl) { TEST_P() function
753 TEST_P(ASTMatchersTest, StaticAssertDecl) { TEST_P() function
764 TEST_P(ASTMatchersTest, Matcher_ConstructorCall) { TEST_P() function
780 TEST_P(ASTMatchersTest, Match_ConstructorInitializers) { TEST_P() function
788 TEST_P(ASTMatchersTest, Matcher_ThisExpr) { TEST_P() function
798 TEST_P(ASTMatchersTest, Matcher_BindTemporaryExpression) { TEST_P() function
830 TEST_P(ASTMatchersTest, MaterializeTemporaryExpr_MatchesTemporaryCXX11CXX14) { TEST_P() function
845 TEST_P(ASTMatchersTest, MaterializeTemporaryExpr_MatchesTemporary) { TEST_P() function
874 TEST_P(ASTMatchersTest, Matcher_NewExpression) { TEST_P() function
888 TEST_P(ASTMatchersTest, Matcher_DeleteExpression) { TEST_P() function
896 TEST_P(ASTMatchersTest, Matcher_NoexceptExpression) { TEST_P() function
909 TEST_P(ASTMatchersTest, Matcher_DefaultArgument) { TEST_P() function
920 TEST_P(ASTMatchersTest, StringLiteral) { TEST_P() function
929 TEST_P(ASTMatchersTest, StringLiteral_CXX) { TEST_P() function
936 TEST_P(ASTMatchersTest, CharacterLiteral) { TEST_P() function
941 TEST_P(ASTMatchersTest, CharacterLiteral_CXX) { TEST_P() function
951 TEST_P(ASTMatchersTest, IntegerLiteral) { TEST_P() function
973 TEST_P(ASTMatchersTest, FloatLiteral) { TEST_P() function
992 TEST_P(ASTMatchersTest, CXXNullPtrLiteralExpr) { TEST_P() function
999 TEST_P(ASTMatchersTest, ChooseExpr) { TEST_P() function
1004 TEST_P(ASTMatchersTest, ConvertVectorExpr) { TEST_P() function
1015 TEST_P(ASTMatchersTest, GNUNullExpr) { TEST_P() function
1022 TEST_P(ASTMatchersTest, GenericSelectionExpr) { TEST_P() function
1027 TEST_P(ASTMatchersTest, AtomicExpr) { TEST_P() function
1032 TEST_P(ASTMatchersTest, Initializers_C99) { TEST_P() function
1052 TEST_P(ASTMatchersTest, Initializers_CXX) { TEST_P() function
1071 TEST_P(ASTMatchersTest, ParenListExpr) { TEST_P() function
1081 TEST_P(ASTMatchersTest, StmtExpr) { TEST_P() function
1086 TEST_P(ASTMatchersTest, PredefinedExpr) { TEST_P() function
1093 TEST_P(ASTMatchersTest, AsmStatement) { TEST_P() function
1097 TEST_P(ASTMatchersTest, HasCondition) { TEST_P() function
1113 TEST_P(ASTMatchersTest, ConditionalOperator) { TEST_P() function
1140 TEST_P(ASTMatchersTest, BinaryConditionalOperator) { TEST_P() function
1162 TEST_P(ASTMatchersTest, ArraySubscriptExpr) { TEST_P() function
1168 TEST_P(ASTMatchersTest, ForStmt) { TEST_P() function
1173 TEST_P(ASTMatchersTest, ForStmt_CXX11) { TEST_P() function
1182 TEST_P(ASTMatchersTest, ForStmt_NoFalsePositives) { TEST_P() function
1187 TEST_P(ASTMatchersTest, CompoundStatement) { TEST_P() function
1193 TEST_P(ASTMatchersTest, CompoundStatement_DoesNotMatchEmptyStruct) { TEST_P() function
1205 TEST_P(ASTMatchersTest, CastExpr_MatchesExplicitCasts) { TEST_P() function
1209 TEST_P(ASTMatchersTest, CastExpr_MatchesExplicitCasts_CXX) { TEST_P() function
1218 TEST_P(ASTMatchersTest, CastExpression_MatchesImplicitCasts) { TEST_P() function
1226 TEST_P(ASTMatchersTest, CastExpr_DoesNotMatchNonCasts) { TEST_P() function
1237 TEST_P(ASTMatchersTest, CastExpr_DoesNotMatchNonCasts_CXX) { TEST_P() function
1244 TEST_P(ASTMatchersTest, CXXReinterpretCastExpr) { TEST_P() function
1252 TEST_P(ASTMatchersTest, CXXReinterpretCastExpr_DoesNotMatchOtherCasts) { TEST_P() function
1267 TEST_P(ASTMatchersTest, CXXFunctionalCastExpr_MatchesSimpleCase) { TEST_P() function
1276 TEST_P(ASTMatchersTest, CXXFunctionalCastExpr_DoesNotMatchOtherCasts) { TEST_P() function
1288 TEST_P(ASTMatchersTest, CXXDynamicCastExpr) { TEST_P() function
1298 TEST_P(ASTMatchersTest, CXXStaticCastExpr_MatchesSimpleCase) { TEST_P() function
1305 TEST_P(ASTMatchersTest, CXXStaticCastExpr_DoesNotMatchOtherCasts) { TEST_P() function
1320 TEST_P(ASTMatchersTest, CStyleCastExpr_MatchesSimpleCase) { TEST_P() function
1324 TEST_P(ASTMatchersTest, CStyleCastExpr_DoesNotMatchOtherCasts) { TEST_P() function
1337 TEST_P(ASTMatchersTest, ImplicitCastExpr_MatchesSimpleCase) { TEST_P() function
1352 TEST_P(ASTMatchersTest, ImplicitCastExpr_DoesNotMatchIncorrectly) { TEST_P() function
1365 TEST_P(ASTMatchersTest, ImplicitCastExpr_DoesNotMatchIncorrectly_CXX) { TEST_P() function
1375 TEST_P(ASTMatchersTest, Stmt_DoesNotMatchDeclarations) { TEST_P() function
1379 TEST_P(ASTMatchersTest, Stmt_MatchesCompoundStatments) { TEST_P() function
1383 TEST_P(ASTMatchersTest, DeclStmt_DoesNotMatchCompoundStatements) { TEST_P() function
1387 TEST_P(ASTMatchersTest, DeclStmt_MatchesVariableDeclarationStatements) { TEST_P() function
1391 TEST_P(ASTMatchersTest, ExprWithCleanups_MatchesExprWithCleanups) { TEST_P() function
1405 TEST_P(ASTMatchersTest, InitListExpr) { TEST_P() function
1414 TEST_P(ASTMatchersTest, InitListExpr_CXX) { TEST_P() function
1424 TEST_P(ASTMatchersTest, TEST_P() function
1453 TEST_P(ASTMatchersTest, UsingDecl_MatchesUsingDeclarations) { TEST_P() function
1460 TEST_P(ASTMatchersTest, UsingDecl_MatchesShadowUsingDelcarations) { TEST_P() function
1468 TEST_P(ASTMatchersTest, UsingEnumDecl_MatchesUsingEnumDeclarations) { TEST_P() function
1476 TEST_P(ASTMatchersTest, UsingEnumDecl_MatchesShadowUsingDeclarations) { TEST_P() function
1484 TEST_P(ASTMatchersTest, UsingDirectiveDecl_MatchesUsingNamespace) { TEST_P() function
1494 TEST_P(ASTMatchersTest, WhileStmt) { TEST_P() function
1500 TEST_P(ASTMatchersTest, DoStmt_MatchesDoLoops) { TEST_P() function
1505 TEST_P(ASTMatchersTest, DoStmt_DoesNotMatchWhileLoops) { TEST_P() function
1509 TEST_P(ASTMatchersTest, SwitchCase_MatchesCase) { TEST_P() function
1516 TEST_P(ASTMatchersTest, SwitchCase_MatchesSwitch) { TEST_P() function
1523 TEST_P(ASTMatchersTest, CxxExceptionHandling_SimpleCases) { TEST_P() function
1545 TEST_P(ASTMatchersTest, ParenExpr_SimpleCases) { TEST_P() function
1553 TEST_P(ASTMatchersTest, IgnoringParens) { TEST_P() function
1563 TEST_P(ASTMatchersTest, QualType) { TEST_P() function
1567 TEST_P(ASTMatchersTest, ConstantArrayType) { TEST_P() function
1577 TEST_P(ASTMatchersTest, DependentSizedArrayType) { TEST_P() function
1589 TEST_P(ASTMatchersTest, DependentSizedExtVectorType) { TEST_P() function
1603 TEST_P(ASTMatchersTest, IncompleteArrayType) { TEST_P() function
1611 TEST_P(ASTMatchersTest, VariableArrayType) { TEST_P() function
1620 TEST_P(ASTMatchersTest, AtomicType) { TEST_P() function
1633 TEST_P(ASTMatchersTest, AutoType) { TEST_P() function
1653 TEST_P(ASTMatchersTest, DecltypeType) { TEST_P() function
1662 TEST_P(ASTMatchersTest, FunctionType) { TEST_P() function
1667 TEST_P(ASTMatchersTest, IgnoringParens_Type) { TEST_P() function
1674 TEST_P(ASTMatchersTest, FunctionProtoType) { TEST_P() function
1680 TEST_P(ASTMatchersTest, FunctionProtoType_C) { TEST_P() function
1687 TEST_P(ASTMatchersTest, FunctionProtoType_CXX) { TEST_P() function
1694 TEST_P(ASTMatchersTest, ParenType) { TEST_P() function
1707 TEST_P(ASTMatchersTest, PointerType) { TEST_P() function
1735 TEST_P(ASTMatchersTest, PointerType_CXX) { TEST_P() function
1768 TEST_P(ASTMatchersTest, PointerType_CXX11) { TEST_P() function
1787 TEST_P(ASTMatchersTest, AutoRefTypes) { TEST_P() function
1821 TEST_P(ASTMatchersTest, EnumType) { TEST_P() function
1826 TEST_P(ASTMatchersTest, EnumType_CXX) { TEST_P() function
1833 TEST_P(ASTMatchersTest, EnumType_CXX11) { TEST_P() function
1841 TEST_P(ASTMatchersTest, PointerType_MatchesPointersToConstTypes) { TEST_P() function
1850 TEST_P(ASTMatchersTest, TypedefType) { TEST_P() function
1856 TEST_P(ASTMatchersTest, MacroQualifiedType) { TEST_P() function
1870 TEST_P(ASTMatchersTest, TemplateSpecializationType) { TEST_P() function
1878 TEST_P(ASTMatchersTest, DeducedTemplateSpecializationType) { TEST_P() function
1887 TEST_P(ASTMatchersTest, RecordType) { TEST_P() function
1894 TEST_P(ASTMatchersTest, RecordType_CXX) { TEST_P() function
1903 TEST_P(ASTMatchersTest, ElaboratedType) { TEST_P() function
1919 TEST_P(ASTMatchersTest, SubstTemplateTypeParmType) { TEST_P() function
1934 TEST_P(ASTMatchersTest, NestedNameSpecifier) { TEST_P() function
1954 TEST_P(ASTMatchersTest, Attr) { TEST_P() function
1977 TEST_P(ASTMatchersTest, NullStmt) { TEST_P() function
1982 TEST_P(ASTMatchersTest, NamespaceAliasDecl) { TEST_P() function
1990 TEST_P(ASTMatchersTest, NestedNameSpecifier_MatchesTypes) { TEST_P() function
2002 TEST_P(ASTMatchersTest, NestedNameSpecifier_MatchesNamespaceDecls) { TEST_P() function
2013 TEST_P(ASTMatchersTest, TEST_P() function
2070 TEST_P(ASTMatchersTest, IsEqualTo_MatchesNodesByIdentity) { TEST_P() function
2076 TEST_P(ASTMatchersTest, IsEqualTo_MatchesNodesByIdentity_Cxx) { TEST_P() function
2089 TEST_P(ASTMatchersTest, TypedefDecl) { TEST_P() function
2094 TEST_P(ASTMatchersTest, TypedefDecl_Cxx) { TEST_P() function
2102 TEST_P(ASTMatchersTest, TypeAliasDecl) { TEST_P() function
2107 TEST_P(ASTMatchersTest, TypeAliasDecl_CXX) { TEST_P() function
2115 TEST_P(ASTMatchersTest, TypedefNameDecl) { TEST_P() function
2120 TEST_P(ASTMatchersTest, TypedefNameDecl_CXX) { TEST_P() function
2128 TEST_P(ASTMatchersTest, TypeAliasTemplateDecl) { TEST_P() function
2147 TEST_P(ASTMatchersTest, QualifiedTypeLocTest_BindsToConstIntVarDecl) { TEST_P() function
2152 TEST_P(ASTMatchersTest, QualifiedTypeLocTest_BindsToConstIntFunctionDecl) { TEST_P() function
2157 TEST_P(ASTMatchersTest, QualifiedTypeLocTest_DoesNotBindToUnqualifiedVarDecl) { TEST_P() function
2161 TEST_P(ASTMatchersTest, QualifiedTypeLocTest_IntDoesNotBindToConstIntDecl) { TEST_P() function
2166 TEST_P(ASTMatchersTest, QualifiedTypeLocTest_IntDoesNotBindToConstFloatDecl) { TEST_P() function
2171 TEST_P(ASTMatchersTest, PointerTypeLocTest_BindsToAnyPointerTypeLoc) { TEST_P() function
2179 TEST_P(ASTMatchersTest, PointerTypeLocTest_DoesNotBindToNonPointerTypeLoc) { TEST_P() function
2186 TEST_P(ASTMatchersTest, ReferenceTypeLocTest_BindsToAnyReferenceTypeLoc) { TEST_P() function
2198 TEST_P(ASTMatchersTest, ReferenceTypeLocTest_DoesNotBindToNonReferenceTypeLoc) { TEST_P() function
2208 TEST_P(ASTMatchersTest, ReferenceTypeLocTest_BindsToAnyRvalueReferenceTypeLoc) { TEST_P() function
2218 TEST_P(ASTMatchersTest, TEST_P() function
2229 TEST_P( TEST_P() function
2240 TEST_P(ASTMatchersTest, TEST_P() function
2249 TEST_P(ASTMatchersTest, TEST_P() function
2258 TEST_P(ASTMatchersTest, TEST_P() function
2264 TEST_P(ASTMatchersTest, TEST_P() function
2273 TEST_P( TEST_P() function
2283 TEST_P(ASTMatchersTest, TEST_P() function
2292 TEST_P(ASTMatchersTest, LambdaCaptureTest) { TEST_P() function
2300 TEST_P(ASTMatchersTest, LambdaCaptureTest_BindsToCaptureOfVarDecl) { TEST_P() function
2318 TEST_P(ASTMatchersTest, LambdaCaptureTest_BindsToCaptureWithInitializer) { TEST_P() function
2331 TEST_P(ASTMatchersTest, LambdaCaptureTest_DoesNotBindToCaptureOfVarDecl) { TEST_P() function
2342 TEST_P(ASTMatchersTest, TEST_P() function
2353 TEST_P(ASTMatchersTest, LambdaCaptureTest_BindsToCaptureOfReferenceType) { TEST_P() function
2377 TEST_P(ASTMatchersTest, IsDerivedFromRecursion) { TEST_P() function
[all...]
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DUncheckedOptionalAccessModelTest.cpp1396 TEST_P(UncheckedOptionalAccessTest, NonTrackedOptionalType) { TEST_P() function
1414 TEST_P(UncheckedOptionalAccessTest, EmptyFunctionBody) { TEST_P() function
1422 TEST_P(UncheckedOptionalAccessTest, UnwrapUsingValueNoCheck) { TEST_P() function
1442 TEST_P(UncheckedOptionalAccessTest, UnwrapUsingOperatorStarNoCheck) { TEST_P() function
1462 TEST_P(UncheckedOptionalAccessTest, UnwrapUsingOperatorArrowNoCheck) { TEST_P() function
1490 TEST_P(UncheckedOptionalAccessTest, HasValueCheck) { TEST_P() function
1502 TEST_P(UncheckedOptionalAccessTest, OperatorBoolCheck) { TEST_P() function
1514 TEST_P(UncheckedOptionalAccessTest, UnwrapFunctionCallResultNoCheck) { TEST_P() function
1535 TEST_P(UncheckedOptionalAccessTest, DefaultConstructor) { TEST_P() function
1547 TEST_P(UncheckedOptionalAccessTest, NulloptConstructor) { TEST_P() function
1559 TEST_P(UncheckedOptionalAccessTest, NulloptConstructorWithSugaredType) { TEST_P() function
1576 TEST_P(UncheckedOptionalAccessTest, InPlaceConstructor) { TEST_P() function
1624 TEST_P(UncheckedOptionalAccessTest, ValueConstructor) { TEST_P() function
1693 TEST_P(UncheckedOptionalAccessTest, ConvertibleOptionalConstructor) { TEST_P() function
1776 TEST_P(UncheckedOptionalAccessTest, MakeOptional) { TEST_P() function
1814 TEST_P(UncheckedOptionalAccessTest, ValueOr) { TEST_P() function
1826 TEST_P(UncheckedOptionalAccessTest, ValueOrComparisonPointers) { TEST_P() function
1841 TEST_P(UncheckedOptionalAccessTest, ValueOrComparisonIntegers) { TEST_P() function
1856 TEST_P(UncheckedOptionalAccessTest, ValueOrComparisonStrings) { TEST_P() function
1884 TEST_P(UncheckedOptionalAccessTest, ValueOrComparisonPointerToOptional) { TEST_P() function
1902 TEST_P(UncheckedOptionalAccessTest, Emplace) { TEST_P() function
1940 TEST_P(UncheckedOptionalAccessTest, Reset) { TEST_P() function
1983 TEST_P(UncheckedOptionalAccessTest, ValueAssignment) { TEST_P() function
2036 TEST_P(UncheckedOptionalAccessTest, OptionalConversionAssignment) { TEST_P() function
2094 TEST_P(UncheckedOptionalAccessTest, NulloptAssignment) { TEST_P() function
2117 TEST_P(UncheckedOptionalAccessTest, OptionalSwap) { TEST_P() function
2151 TEST_P(UncheckedOptionalAccessTest, OptionalReturnedFromFuntionCall) { TEST_P() function
2169 TEST_P(UncheckedOptionalAccessTest, StdSwap) { TEST_P() function
2203 TEST_P(UncheckedOptionalAccessTest, SwapUnmodeledLocLeft) { TEST_P() function
2223 TEST_P(UncheckedOptionalAccessTest, SwapUnmodeledLocRight) { TEST_P() function
2243 TEST_P(UncheckedOptionalAccessTest, SwapUnmodeledValueLeftSet) { TEST_P() function
2266 TEST_P(UncheckedOptionalAccessTest, SwapUnmodeledValueLeftUnset) { TEST_P() function
2290 TEST_P(UncheckedOptionalAccessTest, SwapUnmodeledValueRightSet) { TEST_P() function
2313 TEST_P(UncheckedOptionalAccessTest, SwapUnmodeledValueRightUnset) { TEST_P() function
2336 TEST_P(UncheckedOptionalAccessTest, UniquePtrToOptional) { TEST_P() function
2357 TEST_P(UncheckedOptionalAccessTest, UniquePtrToStructWithOptionalField) { TEST_P() function
2382 TEST_P(UncheckedOptionalAccessTest, CallReturningOptional) { TEST_P() function
2438 TEST_P(UncheckedOptionalAccessTest, EqualityCheckLeftSet) { TEST_P() function
2456 TEST_P(UncheckedOptionalAccessTest, EqualityCheckRightSet) { TEST_P() function
2474 TEST_P(UncheckedOptionalAccessTest, EqualityCheckVerifySetAfterEq) { TEST_P() function
2493 TEST_P(UncheckedOptionalAccessTest, EqualityCheckLeftUnset) { TEST_P() function
2511 TEST_P(UncheckedOptionalAccessTest, EqualityCheckRightUnset) { TEST_P() function
2529 TEST_P(UncheckedOptionalAccessTest, EqualityCheckRightNullopt) { TEST_P() function
2546 TEST_P(UncheckedOptionalAccessTest, EqualityCheckLeftNullopt) { TEST_P() function
2563 TEST_P(UncheckedOptionalAccessTest, EqualityCheckRightValue) { TEST_P() function
2580 TEST_P(UncheckedOptionalAccessTest, EqualityCheckLeftValue) { TEST_P() function
2597 TEST_P(UncheckedOptionalAccessTest, InequalityCheckLeftSet) { TEST_P() function
2615 TEST_P(UncheckedOptionalAccessTest, InequalityCheckRightSet) { TEST_P() function
2633 TEST_P(UncheckedOptionalAccessTest, InequalityCheckVerifySetAfterEq) { TEST_P() function
2652 TEST_P(UncheckedOptionalAccessTest, InequalityCheckLeftUnset) { TEST_P() function
2670 TEST_P(UncheckedOptionalAccessTest, InequalityCheckRightUnset) { TEST_P() function
2688 TEST_P(UncheckedOptionalAccessTest, InequalityCheckRightNullopt) { TEST_P() function
2705 TEST_P(UncheckedOptionalAccessTest, InequalityCheckLeftNullopt) { TEST_P() function
2722 TEST_P(UncheckedOptionalAccessTest, InequalityCheckRightValue) { TEST_P() function
2739 TEST_P(UncheckedOptionalAccessTest, InequalityCheckLeftValue) { TEST_P() function
2757 TEST_P(UncheckedOptionalAccessTest, WithAlias) { TEST_P() function
2771 TEST_P(UncheckedOptionalAccessTest, OptionalValueOptional) { TEST_P() function
2804 TEST_P(UncheckedOptionalAccessTest, NestedOptionalAssignValue) { TEST_P() function
2829 TEST_P(UncheckedOptionalAccessTest, NestedOptionalAssignOptional) { TEST_P() function
2859 TEST_P(UncheckedOptionalAccessTest, OptionalValueStruct) { TEST_P() function
2876 TEST_P(UncheckedOptionalAccessTest, OptionalValueInitialization) { TEST_P() function
2905 TEST_P(UncheckedOptionalAccessTest, AssignThroughLvalueReferencePtr) { TEST_P() function
2923 TEST_P(UncheckedOptionalAccessTest, CorrelatedBranches) { TEST_P() function
3013 TEST_P(UncheckedOptionalAccessTest, JoinDistinctValues) { TEST_P() function
3096 TEST_P(UncheckedOptionalAccessTest, AccessValueInLoop) { TEST_P() function
3109 TEST_P(UncheckedOptionalAccessTest, ReassignValueInLoopWithCheckSafe) { TEST_P() function
3125 TEST_P(UncheckedOptionalAccessTest, ReassignValueInLoopNoCheckUnsafe) { TEST_P() function
3141 TEST_P(UncheckedOptionalAccessTest, ReassignValueInLoopToUnsetUnsafe) { TEST_P() function
3158 TEST_P(UncheckedOptionalAccessTest, ReassignValueInLoopToSetUnsafe) { TEST_P() function
3175 TEST_P(UncheckedOptionalAccessTest, ReassignValueInLoopToUnknownUnsafe) { TEST_P() function
3192 TEST_P(UncheckedOptionalAccessTest, ReassignValueInLoopBadConditionUnsafe) { TEST_P() function
3209 TEST_P(UncheckedOptionalAccessTest, StructuredBindingsFromStruct) { TEST_P() function
3232 TEST_P(UncheckedOptionalAccessTest, StructuredBindingsFromTupleLikeType) { TEST_P() function
3262 TEST_P(UncheckedOptionalAccessTest, CtorInitializerNullopt) { TEST_P() function
3278 TEST_P(UncheckedOptionalAccessTest, CtorInitializerValue) { TEST_P() function
3295 TEST_P(UncheckedOptionalAccessTest, Bitfield) { TEST_P() function
3312 TEST_P(UncheckedOptionalAccessTest, LambdaParam) { TEST_P() function
3328 TEST_P(UncheckedOptionalAccessTest, LambdaCaptureByCopy) { TEST_P() function
3344 TEST_P(UncheckedOptionalAccessTest, LambdaCaptureByReference) { TEST_P() function
3360 TEST_P(UncheckedOptionalAccessTest, LambdaCaptureWithInitializer) { TEST_P() function
3376 TEST_P(UncheckedOptionalAccessTest, LambdaCaptureByCopyImplicit) { TEST_P() function
3392 TEST_P(UncheckedOptionalAccessTest, LambdaCaptureByReferenceImplicit) { TEST_P() function
3408 TEST_P(UncheckedOptionalAccessTest, LambdaCaptureThis) { TEST_P() function
3428 TEST_P(UncheckedOptionalAccessTest, LambdaCaptureStateNotPropagated) { TEST_P() function
3443 TEST_P(UncheckedOptionalAccessTest, ClassDerivedFromOptional) { TEST_P() function
3463 TEST_P(UncheckedOptionalAccessTest, ClassTemplateDerivedFromOptional) { TEST_P() function
3484 TEST_P(UncheckedOptionalAccessTest, ClassDerivedPrivatelyFromOptional) { TEST_P() function
3502 TEST_P(UncheckedOptionalAccessTest, ClassDerivedFromOptionalValueConstructor) { TEST_P() function
[all...]
/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp41 TEST_P(CanonicalRedeclChain, ShouldBeConsequentWithMatchers) { in TEST_P() function
51 TEST_P(CanonicalRedeclChain, ShouldBeConsequentWithMatchers2) { in TEST_P() function
65 TEST_P(CanonicalRedeclChain, ShouldBeSameForAllDeclInTheChain) { in TEST_P() function
116 TEST_P(RedirectingImporterTest, InterceptImport) { in TEST_P() function
134 TEST_P(RedirectingImporterTest, InterceptIndirectImport) { in TEST_P() function
161 TEST_P(ImportPath, Push) { in TEST_P() function
167 TEST_P(ImportPath, SmallCycle) { in TEST_P() function
178 TEST_P(ImportPath, GetSmallCycle) { in TEST_P() function
193 TEST_P(ImportPath, GetCycle) { in TEST_P() function
212 TEST_P(ImportPat function
255 TEST_P(ImportExpr, ImportSourceLocExpr) { TEST_P() function
271 TEST_P(ImportExpr, ImportStringLiteral) { TEST_P() function
287 TEST_P(ImportExpr, ImportChooseExpr) { TEST_P() function
300 TEST_P(ImportExpr, ImportShuffleVectorExpr) { TEST_P() function
316 TEST_P(ImportExpr, ImportGNUNullExpr) { TEST_P() function
323 TEST_P(ImportExpr, ImportGenericSelectionExpr) { TEST_P() function
332 TEST_P(ImportExpr, ImportCXXNullPtrLiteralExpr) { TEST_P() function
341 TEST_P(ImportExpr, ImportFloatinglLiteralExpr) { TEST_P() function
353 TEST_P(ImportFixedPointExpr, ImportFixedPointerLiteralExpr) { TEST_P() function
361 TEST_P(ImportExpr, ImportImaginaryLiteralExpr) { TEST_P() function
369 TEST_P(ImportExpr, ImportCompoundLiteralExpr) { TEST_P() function
385 TEST_P(ImportExpr, ImportCXXThisExpr) { TEST_P() function
393 TEST_P(ImportExpr, ImportAtomicExpr) { TEST_P() function
404 TEST_P(ImportExpr, ImportLabelDeclAndAddrLabelExpr) { TEST_P() function
420 TEST_P(ImportExpr, ImportParenListExpr) { TEST_P() function
438 TEST_P(ImportExpr, ImportSwitch) { TEST_P() function
446 TEST_P(ImportExpr, ImportStmtExpr) { TEST_P() function
461 TEST_P(ImportExpr, ImportConditionalOperator) { TEST_P() function
472 TEST_P(ImportExpr, ImportBinaryConditionalOperator) { TEST_P() function
490 TEST_P(ImportExpr, ImportDesignatedInitExpr) { TEST_P() function
510 TEST_P(ImportExpr, ImportPredefinedExpr) { TEST_P() function
520 TEST_P(ImportExpr, ImportInitListExpr) { TEST_P() function
540 TEST_P(ImportExpr, ImportCXXDefaultInitExpr) { TEST_P() function
555 TEST_P(ImportExpr, ImportVAArgExpr) { TEST_P() function
567 TEST_P(ImportExpr, ImportBuiltinBitCastExpr) { TEST_P() function
576 TEST_P(ImportExpr, CXXTemporaryObjectExpr) { TEST_P() function
588 TEST_P(ImportType, ImportAtomicType) { TEST_P() function
596 TEST_P(ImportType, ImportBitIntType) { TEST_P() function
603 TEST_P(ImportType, ImportDependentBitIntType) { TEST_P() function
612 TEST_P(ImportType, ImportDependentAddressSpaceType) { TEST_P() function
625 TEST_P(ImportType, ImportVectorType) { TEST_P() function
633 TEST_P(ImportType, ImportDependentVectorType) { TEST_P() function
652 TEST_P(ImportOpenCLPipe, ImportPipeType) { TEST_P() function
665 TEST_P(ImportMatrixType, ImportConstantMatrixType) { TEST_P() function
673 TEST_P(ImportMatrixType, ImportDependentSizedMatrixType) { TEST_P() function
686 TEST_P(ImportType, ImportUsingType) { TEST_P() function
695 TEST_P(ImportDecl, ImportFunctionTemplateDecl) { TEST_P() function
701 TEST_P(ImportExpr, ImportCXXDependentScopeMemberExpr) { TEST_P() function
723 TEST_P(ImportType, ImportTypeAliasTemplate) { TEST_P() function
740 TEST_P(ImportDecl, ImportVarTemplate) { TEST_P() function
753 TEST_P(ImportType, ImportPackExpansion) { TEST_P() function
770 TEST_P(ImportType, ImportDependentTemplateSpecialization) { TEST_P() function
783 TEST_P(ImportType, ImportDeducedTemplateSpecialization) { TEST_P() function
796 TEST_P(ImportExpr, ImportSizeOfPackExpr) { TEST_P() function
819 TEST_P(ImportExpr, ImportCXXFoldExpr) { TEST_P() function
853 TEST_P(ImportExpr, ImportTypeTraitExpr) { TEST_P() function
865 TEST_P(ImportExpr, ImportCXXTypeidExpr) { TEST_P() function
883 TEST_P(ImportExpr, ImportTypeTraitExprValDep) { TEST_P() function
896 TEST_P(ImportDecl, ImportRecordDeclInFunc) { TEST_P() function
908 TEST_P(ImportDecl, ImportedVarDeclPreservesThreadLocalStorage) { TEST_P() function
914 TEST_P(ASTImporterOptionSpecificTestBase, ImportRecordTypeInFunc) { TEST_P() function
929 TEST_P(ASTImporterOptionSpecificTestBase, ImportRecordDeclInFuncParams) { TEST_P() function
941 TEST_P(ASTImporterOptionSpecificTestBase, ImportRecordDeclInFuncFromMacro) { TEST_P() function
956 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
973 TEST_P(ImportExpr, ImportCXXPseudoDestructorExpr) { TEST_P() function
985 TEST_P(ImportDecl, ImportUsingDecl) { TEST_P() function
993 TEST_P(ImportDecl, ImportUsingTemplate) { TEST_P() function
1005 TEST_P(ImportDecl, ImportUsingEnumDecl) { TEST_P() function
1015 TEST_P(ImportDecl, ImportUsingPackDecl) { TEST_P() function
1041 TEST_P(ImportDecl, ImportUsingShadowDecl) { TEST_P() function
1055 TEST_P(ImportExpr, ImportUnresolvedLookupExpr) { TEST_P() function
1067 TEST_P(ImportExpr, ImportCXXUnresolvedConstructExpr) { TEST_P() function
1092 TEST_P(ImportDecl, ImportTemplatedDeclForTemplate) { TEST_P() function
1106 TEST_P(ImportDecl, ImportClassTemplatePartialSpecialization) { TEST_P() function
1120 TEST_P(ImportExpr, CXXOperatorCallExpr) { TEST_P() function
1130 TEST_P(ImportExpr, DependentSizedArrayType) { TEST_P() function
1140 TEST_P(ImportExpr, DependentSizedExtVectorType) { TEST_P() function
1151 TEST_P(ASTImporterOptionSpecificTestBase, ImportUsingPackDecl) { TEST_P() function
1176 TEST_P(ASTImporterOptionSpecificTestBase, TemplateTypeParmDeclNoDefaultArg) { TEST_P() function
1184 TEST_P(ASTImporterOptionSpecificTestBase, TemplateTypeParmDeclDefaultArg) { TEST_P() function
1195 TEST_P(ASTImporterOptionSpecificTestBase, ImportBeginLocOfDeclRefExpr) { TEST_P() function
1216 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1228 TEST_P(ASTImporterOptionSpecificTestBase, TemplateTemplateParmDeclDefaultArg) { TEST_P() function
1249 TEST_P(ASTImporterOptionSpecificTestBase, NonTypeTemplateParmDeclNoDefaultArg) { TEST_P() function
1257 TEST_P(ASTImporterOptionSpecificTestBase, NonTypeTemplateParmDeclDefaultArg) { TEST_P() function
1268 TEST_P(ASTImporterOptionSpecificTestBase, TemplateArgumentsDefaulted) { TEST_P() function
1288 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1302 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1316 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1332 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1348 TEST_P(ASTImporterOptionSpecificTestBase, ImportCorrectTemplatedDecl) { TEST_P() function
1379 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1413 TEST_P(ASTImporterOptionSpecificTestBase, ImportChooseExpr) { TEST_P() function
1436 TEST_P(ASTImporterOptionSpecificTestBase, ImportConvertVectorExpr) { TEST_P() function
1459 TEST_P(ASTImporterOptionSpecificTestBase, ImportGenericSelectionExpr) { TEST_P() function
1489 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1517 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1543 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1569 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1597 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1642 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1669 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1682 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1704 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1729 TEST_P(ASTImporterOptionSpecificTestBase, ShouldImportImplicitCXXRecordDecl) { TEST_P() function
1745 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1763 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1784 TEST_P(ASTImporterOptionSpecificTestBase, IDNSOrdinary) { TEST_P() function
1796 TEST_P(ASTImporterOptionSpecificTestBase, IDNSOfNonmemberOperator) { TEST_P() function
1808 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1828 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1862 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1902 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
1945 TEST_P(ASTImporterOptionSpecificTestBase, ImportSourceLocs) { TEST_P() function
1975 TEST_P(ASTImporterOptionSpecificTestBase, ImportNestedMacro) { TEST_P() function
1992 TEST_P( TEST_P() function
2036 TEST_P(ASTImporterOptionSpecificTestBase, ObjectsWithUnnamedStructType) { TEST_P() function
2060 TEST_P(ASTImporterOptionSpecificTestBase, AnonymousRecords) { TEST_P() function
2086 TEST_P(ASTImporterOptionSpecificTestBase, AnonymousRecordsReversed) { TEST_P() function
2119 TEST_P(ASTImporterOptionSpecificTestBase, ImportDoesUpdateUsedFlag) { TEST_P() function
2145 TEST_P(ASTImporterOptionSpecificTestBase, ImportDoesUpdateUsedFlag2) { TEST_P() function
2163 TEST_P(ASTImporterOptionSpecificTestBase, ImportDoesUpdateUsedFlag3) { TEST_P() function
2196 TEST_P(ASTImporterOptionSpecificTestBase, ReimportWithUsedFlag) { TEST_P() function
2215 TEST_P(ImportFunctions, ImportPrototypeOfRecursiveFunction) { TEST_P() function
2233 TEST_P(ImportFunctions, ImportDefinitionOfRecursiveFunction) { TEST_P() function
2251 TEST_P(ImportFunctions, OverriddenMethodsShouldBeImported) { TEST_P() function
2269 TEST_P(ImportFunctions, VirtualFlagShouldBePreservedWhenImportingPrototype) { TEST_P() function
2288 TEST_P(ImportFunctions, TEST_P() function
2312 TEST_P(ImportFunctions, ImportOverriddenMethodTwice) { TEST_P() function
2337 TEST_P(ImportFunctions, ImportOverriddenMethodTwiceDefinitionFirst) { TEST_P() function
2378 TEST_P(ImportFunctions, ImportOverriddenMethodTwiceOutOfClassDef) { TEST_P() function
2423 TEST_P(ImportFunctions, TEST_P() function
2497 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
2534 TEST_P(ASTImporterOptionSpecificTestBase, ImportVariableChainInC) { TEST_P() function
2552 TEST_P(ImportFunctions, ImportFromDifferentScopedAnonNamespace) { TEST_P() function
2571 TEST_P(ImportFunctions, ImportFunctionFromUnnamedNamespace) { TEST_P() function
2594 TEST_P(ImportFunctions, ImportImplicitFunctionsInLambda) { TEST_P() function
2614 TEST_P(ImportFunctions, TEST_P() function
2636 TEST_P(ImportFunctions, TEST_P() function
2666 TEST_P(ImportFunctionTemplates, ImportFunctionTemplateInRecordDeclTwice) { TEST_P() function
2685 TEST_P(ImportFunctionTemplates, TEST_P() function
2707 TEST_P(ImportFunctionTemplates, TEST_P() function
2723 TEST_P(ImportFunctionTemplates, TEST_P() function
2741 TEST_P(ImportFunctionTemplates, TEST_P() function
2765 TEST_P(ImportFriendFunctions, ImportFriendFunctionRedeclChainProto) { TEST_P() function
2782 TEST_P(ImportFriendFunctions, TEST_P() function
2800 TEST_P(ImportFriendFunctions, ImportFriendFunctionRedeclChainDef) { TEST_P() function
2817 TEST_P(ImportFriendFunctions, TEST_P() function
2835 TEST_P(ImportFriendFunctions, ImportFriendFunctionRedeclChainDefWithClass) { TEST_P() function
2863 TEST_P(ImportFriendFunctions, TEST_P() function
2892 TEST_P(ImportFriendFunctions, ImportFriendFunctionFromMultipleTU) { TEST_P() function
2916 TEST_P(ImportFriendFunctions, Lookup) { TEST_P() function
2950 TEST_P(ImportFriendFunctions, LookupWithProtoAfter) { TEST_P() function
3000 TEST_P(ImportFriendFunctions, LookupWithProtoBefore) { TEST_P() function
3043 TEST_P(ImportFriendFunctions, ImportFriendChangesLookup) { TEST_P() function
3087 TEST_P(ImportFriendFunctions, ImportFriendList) { TEST_P() function
3126 TEST_P(ImportDecl, ImportEnumSequential) { TEST_P() function
3165 TEST_P(ImportDecl, ImportFieldOrder) { TEST_P() function
3178 TEST_P(ImportExpr, DependentScopeDeclRefExpr) { TEST_P() function
3205 TEST_P(ImportExpr, DependentNameType) { TEST_P() function
3215 TEST_P(ImportExpr, UnresolvedMemberExpr) { TEST_P() function
3288 TEST_P(ImportImplicitMethods, DefaultConstructor) { TEST_P() function
3292 TEST_P(ImportImplicitMethods, CopyConstructor) { TEST_P() function
3296 TEST_P(ImportImplicitMethods, MoveConstructor) { TEST_P() function
3300 TEST_P(ImportImplicitMethods, Destructor) { TEST_P() function
3304 TEST_P(ImportImplicitMethods, CopyAssignment) { TEST_P() function
3308 TEST_P(ImportImplicitMethods, MoveAssignment) { TEST_P() function
3312 TEST_P(ImportImplicitMethods, DoNotImportUserProvided) { TEST_P() function
3319 TEST_P(ImportImplicitMethods, DoNotImportDefault) { TEST_P() function
3326 TEST_P(ImportImplicitMethods, DoNotImportDeleted) { TEST_P() function
3333 TEST_P(ImportImplicitMethods, DoNotImportOtherMethod) { TEST_P() function
3340 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfEquivalentRecord) { TEST_P() function
3362 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfNonEquivalentRecord) { TEST_P() function
3381 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfEquivalentField) { TEST_P() function
3399 TEST_P(ASTImporterOptionSpecificTestBase, ImportBitfields) { TEST_P() function
3421 TEST_P(ImportBlock, ImportBlocksAreUnsupported) { TEST_P() function
3442 TEST_P(ASTImporterOptionSpecificTestBase, ImportParmVarDecl) { TEST_P() function
3464 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfNonEquivalentField) { TEST_P() function
3483 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfEquivalentMethod) { TEST_P() function
3503 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfNonEquivalentMethod) { TEST_P() function
3524 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
3557 TEST_P(ASTImporterOptionSpecificTestBase, ImportUnnamedFieldsInCorrectOrder) { TEST_P() function
3592 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
3638 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
3680 TEST_P(ASTImporterOptionSpecificTestBase, MergeTemplateSpecWithForwardDecl) { TEST_P() function
3699 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
3744 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
3786 TEST_P(ASTImporterOptionSpecificTestBase, ClassTemplateFriendDecl) { TEST_P() function
3806 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
3833 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
3858 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
3891 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
3913 TEST_P(ImportVariables, ImportOfOneDeclBringsInTheWholeChain) { TEST_P() function
3938 TEST_P(ImportVariables, InitAndDefinitionAreInDifferentTUs) { TEST_P() function
3969 TEST_P(ImportVariables, InitAndDefinitionAreInTheFromContext) { TEST_P() function
4000 TEST_P(ImportVariables, ImportBindingDecl) { TEST_P() function
4046 TEST_P(ImportVariables, ImportDecompositionDeclArray) { TEST_P() function
4074 TEST_P(ImportClasses, ImportDefinitionWhenProtoIsInNestedToContext) { TEST_P() function
4092 TEST_P(ImportClasses, ImportDefinitionWhenProtoIsInNestedToContextCXX) { TEST_P() function
4110 TEST_P(ImportClasses, ImportNestedPrototypeThenDefinition) { TEST_P() function
4205 TEST_P(ImportFriendClasses, ImportOfFriendRecordDoesNotMergeDefinition) { TEST_P() function
4243 TEST_P(ImportFriendClasses, ImportOfRecursiveFriendClass) { TEST_P() function
4260 TEST_P(ImportFriendClasses, UndeclaredFriendClassShouldNotBeVisible) { TEST_P() function
4299 TEST_P(ImportFriendClasses, ImportOfRecursiveFriendClassTemplate) { TEST_P() function
4311 TEST_P(ImportFriendClasses, TEST_P() function
4323 TEST_P(ImportFriendClasses, ProperPrevDeclForClassTemplateDecls) { TEST_P() function
4357 TEST_P(ImportFriendClasses, TypeForDeclShouldBeSetInTemplated) { TEST_P() function
4385 TEST_P(ImportFriendClasses, DeclsFromFriendsShouldBeInRedeclChains) { TEST_P() function
4395 TEST_P(ImportFriendClasses, SkipComparingFriendTemplateDepth) { TEST_P() function
4447 TEST_P(ImportFriendClasses, TEST_P() function
4477 TEST_P(ImportFriendClasses, TEST_P() function
4508 TEST_P(ImportFriendClasses, ImportOfClassDefinitionAndFwdFriendShouldBeLinked) { TEST_P() function
4536 TEST_P(ImportFriendClasses, TEST_P() function
4563 TEST_P(ImportFriendClasses, TEST_P() function
4586 TEST_P(ImportFriendClasses, TEST_P() function
4616 TEST_P(ImportFriendClasses, TEST_P() function
4642 TEST_P(ImportFriendClasses, TEST_P() function
4669 TEST_P(ImportFriendClasses, TEST_P() function
4692 TEST_P(ImportFriendClasses, ImportOfRepeatedFriendType) { TEST_P() function
4703 TEST_P(ImportFriendClasses, ImportOfRepeatedFriendDecl) { TEST_P() function
4714 TEST_P(ImportFriendClasses, ImportOfRepeatedFriendFunctionTemplateDecl) { TEST_P() function
4726 TEST_P(ImportFriendClasses, ImportOfRepeatedFriendClassTemplateDecl) { TEST_P() function
4738 TEST_P(ASTImporterOptionSpecificTestBase, FriendFunInClassTemplate) { TEST_P() function
4758 TEST_P(DeclContextTest, removeDeclOfClassTemplateSpecialization) { TEST_P() function
4785 TEST_P(DeclContextTest, TEST_P() function
4826 TEST_P(ImportFunctionTemplateSpecializations, TEST_P() function
4850 TEST_P(ImportFunctionTemplateSpecializations, TEST_P() function
4873 TEST_P(ImportFunctionTemplateSpecializations, TEST_P() function
4897 TEST_P(ImportFunctionTemplateSpecializations, TEST_P() function
4938 TEST_P(ImportFunctionTemplateSpecializations, TEST_P() function
4961 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
5000 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
5033 TEST_P(ASTImporterOptionSpecificTestBase, ImportTemplateParameterLists) { TEST_P() function
5058 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
5081 TEST_P(ASTImporterOptionSpecificTestBase, ClassTemplateParameterDeclContext) { TEST_P() function
5117 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
5184 TEST_P(ASTImporterOptionSpecificTestBase, RecordVarTemplateDecl) { TEST_P() function
5215 TEST_P(ASTImporterOptionSpecificTestBase, VarTemplateDeclConflict) { TEST_P() function
5236 TEST_P(ASTImporterOptionSpecificTestBase, VarTemplateStaticDefinition) { TEST_P() function
5268 TEST_P(ASTImporterOptionSpecificTestBase, VarTemplateSpecializationDeclValue) { TEST_P() function
5295 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
5320 TEST_P(ASTImporterOptionSpecificTestBase, VarTemplateDeclInlineWithCXX17) { TEST_P() function
5348 TEST_P(ASTImporterOptionSpecificTestBase, VarTemplateParameterDeclContext) { TEST_P() function
5417 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
5454 TEST_P(ASTImporterOptionSpecificTestBase, ImportSubstTemplateTypeParmType) { TEST_P() function
5495 TEST_P(ASTImporterOptionSpecificTestBase, ImportSubstTemplateTypeParmPackType) { TEST_P() function
5545 TEST_P(ASTImporterLookupTableTest, OneDecl) { TEST_P() function
5563 TEST_P(ASTImporterLookupTableTest, TEST_P() function
5604 TEST_P(ASTImporterLookupTableTest, TEST_P() function
5640 TEST_P(ASTImporterLookupTableTest, LookupFindsNamesInDifferentDC) { TEST_P() function
5670 TEST_P(ASTImporterLookupTableTest, LookupFindsOverloadedNames) { TEST_P() function
5689 TEST_P(ASTImporterLookupTableTest, TEST_P() function
5717 TEST_P(ASTImporterLookupTableTest, LookupDeclNamesFromDifferentTUs) { TEST_P() function
5749 TEST_P(ASTImporterLookupTableTest, TEST_P() function
5774 TEST_P(ASTImporterLookupTableTest, TEST_P() function
5799 TEST_P(ASTImporterLookupTableTest, TEST_P() function
5820 TEST_P(ASTImporterLookupTableTest, TEST_P() function
5853 TEST_P(ASTImporterLookupTableTest, LookupFindsFwdFriendClassTemplateDecl) { TEST_P() function
5870 TEST_P(ASTImporterLookupTableTest, DependentFriendClass) { TEST_P() function
5893 TEST_P(ASTImporterLookupTableTest, FriendClassTemplateSpecialization) { TEST_P() function
5916 TEST_P(ASTImporterLookupTableTest, LookupFindsFwdFriendFunctionDecl) { TEST_P() function
5932 TEST_P(ASTImporterLookupTableTest, TEST_P() function
5981 TEST_P(ASTImporterLookupTableTest, LookupFindsFwdFriendFunctionTemplateDecl) { TEST_P() function
5998 TEST_P(ASTImporterLookupTableTest, MultipleBefriendingClasses) { TEST_P() function
6027 TEST_P(ASTImporterLookupTableTest, EnumConstantDecl) { TEST_P() function
6066 TEST_P(ASTImporterLookupTableTest, LookupSearchesInTheWholeRedeclChain) { TEST_P() function
6087 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
6128 TEST_P(ImportFriendFunctionTemplates, LookupShouldFindPreviousFriend) { TEST_P() function
6151 TEST_P(ImportFriendFunctionTemplates, ImportFriendFunctionInsideClassTemplate) { TEST_P() function
6211 TEST_P(ErrorHandlingTest, ErrorHappensBeforeCreatingANewNode) { TEST_P() function
6248 TEST_P(ErrorHandlingTest, TEST_P() function
6274 TEST_P(ErrorHandlingTest, ErrorHappensAfterNodeIsCreatedAndLinked) { TEST_P() function
6309 TEST_P(ErrorHandlingTest, ErrorIsPropagatedFromMemberToClass) { TEST_P() function
6355 TEST_P(ErrorHandlingTest, ErrorPropagatesThroughImportCycles) { TEST_P() function
6436 TEST_P(ErrorHandlingTest, ErrorIsNotPropagatedFromMemberToNamespace) { TEST_P() function
6476 TEST_P(ErrorHandlingTest, ODRViolationWithinTypedefDecls) { TEST_P() function
6512 TEST_P(ErrorHandlingTest, TEST_P() function
6584 TEST_P(ErrorHandlingTest, ImportOfOverriddenMethods) { TEST_P() function
6629 TEST_P(ErrorHandlingTest, ODRViolationWithinParmVarDecls) { TEST_P() function
6656 TEST_P(ErrorHandlingTest, DoNotInheritErrorFromNonDependentChild) { TEST_P() function
6703 TEST_P(ASTImporterOptionSpecificTestBase, LambdaInFunctionBody) { TEST_P() function
6724 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
6741 TEST_P(ASTImporterOptionSpecificTestBase, LambdaInFunctionParam) { TEST_P() function
6761 TEST_P(ASTImporterOptionSpecificTestBase, LambdaInGlobalScope) { TEST_P() function
6777 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
6835 TEST_P(LLDBLookupTest, ImporterShouldFindInTransparentContext) { TEST_P() function
6868 TEST_P(SVEBuiltins, ImportTypes) { TEST_P() function
6891 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfDefaultImplicitFunctions) { TEST_P() function
6917 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
6949 TEST_P(ASTImporterOptionSpecificTestBase, LambdasAreDifferentiated) { TEST_P() function
6970 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
6990 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
7013 TEST_P(ASTImporterOptionSpecificTestBase, ImportAssignedLambda) { TEST_P() function
7036 TEST_P(ASTImporterOptionSpecificTestBase, ImportDefaultConstructibleLambdas) { TEST_P() function
7060 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
7124 TEST_P(ImportAutoFunctions, ReturnWithFunctionTemplate1) { TEST_P() function
7136 TEST_P(ImportAutoFunctions, ReturnWithFunctionTemplate2) { TEST_P() function
7148 TEST_P(ImportAutoFunctions, ReturnWithFunctionTemplate3) { TEST_P() function
7162 TEST_P(ImportAutoFunctions, ReturnWithFunctionTemplate4) { TEST_P() function
7176 TEST_P(ImportAutoFunctions, ReturnWithVarTemplate1) { TEST_P() function
7187 TEST_P(ImportAutoFunctions, ReturnWithVarTemplate2) { TEST_P() function
7199 TEST_P(ImportAutoFunctions, ReturnWithVarTemplate3) { TEST_P() function
7211 TEST_P(ImportAutoFunctions, ReturnWithAutoUnresolvedArg) { TEST_P() function
7221 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithTemplateTemplateArg) { TEST_P() function
7233 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithDeclarationTemplateArg) { TEST_P() function
7245 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithNullPtrTemplateArg) { TEST_P() function
7256 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithIntegralTemplateArg) { TEST_P() function
7268 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithDecltypeTypeDeclaredInside) { TEST_P() function
7280 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithUsingTypeDeclaredInside) { TEST_P() function
7292 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithArrayTypeDeclaredInside) { TEST_P() function
7303 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithArraySizeExprDeclaredInside) { TEST_P() function
7314 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithPackArgDeclaredInside) { TEST_P() function
7325 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithIntegerArgDeclaredInside) { TEST_P() function
7336 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithPtrToStructDeclaredInside) { TEST_P() function
7347 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithRefToStructDeclaredInside) { TEST_P() function
7359 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithStructDeclaredInside1) { TEST_P() function
7370 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithStructDeclaredInside2) { TEST_P() function
7381 TEST_P(ImportAutoFunctions, ReturnWithTemplateWithTypedefDeclaredInside) { TEST_P() function
7393 TEST_P(ImportAutoFunctions, ReturnWithTypedefDeclaredInside) { TEST_P() function
7428 TEST_P(ImportAutoFunctions, ReturnWithStructDeclaredInside) { TEST_P() function
7438 TEST_P(ImportAutoFunctions, ReturnWithStructDeclaredInside2) { TEST_P() function
7456 TEST_P(ImportAutoFunctions, ReturnWithStructDeclaredInside3) { TEST_P() function
7478 TEST_P(ImportAutoFunctions, ReturnWithTypedefToStructDeclaredInside) { TEST_P() function
7489 TEST_P(ImportAutoFunctions, ReturnWithStructDeclaredNestedInside) { TEST_P() function
7499 TEST_P(ImportAutoFunctions, ReturnWithInternalLambdaType) { TEST_P() function
7513 TEST_P(ImportAutoFunctions, ReturnWithTypeInIf) { TEST_P() function
7526 TEST_P(ImportAutoFunctions, ReturnWithTypeInFor) { TEST_P() function
7537 TEST_P(ImportAutoFunctions, ReturnWithTypeInSwitch) { TEST_P() function
7550 TEST_P(ImportAutoFunctions, ReturnWithAutoTemplateType) { TEST_P() function
7564 TEST_P(ImportAutoFunctions, ReturnWithSubstNonTypeTemplateParmExpr) { TEST_P() function
7586 TEST_P(ImportSourceLocations, PreserveFileIDTreeStructure) { TEST_P() function
7626 TEST_P(ImportSourceLocations, NormalFileBuffer) { TEST_P() function
7648 TEST_P(ImportSourceLocations, OverwrittenFileBuffer) { TEST_P() function
7759 TEST_P(ImportAttributes, ImportAligned) { TEST_P() function
7777 TEST_P(ImportAttributes, ImportAlignValue) { TEST_P() function
7787 TEST_P(ImportAttributes, ImportFormat) { TEST_P() function
7801 TEST_P(ImportAttributes, ImportEnableIf) { TEST_P() function
7810 TEST_P(ImportAttributes, ImportGuardedVar) { TEST_P() function
7816 TEST_P(ImportAttributes, ImportPtGuardedVar) { TEST_P() function
7822 TEST_P(ImportAttributes, ImportScopedLockable) { TEST_P() function
7828 TEST_P(ImportAttributes, ImportCapability) { TEST_P() function
7835 TEST_P(ImportAttributes, ImportAssertCapability) { TEST_P() function
7843 TEST_P(ImportAttributes, ImportAcquireCapability) { TEST_P() function
7851 TEST_P(ImportAttributes, ImportTryAcquireCapability) { TEST_P() function
7861 TEST_P(ImportAttributes, ImportReleaseCapability) { TEST_P() function
7869 TEST_P(ImportAttributes, ImportRequiresCapability) { TEST_P() function
7877 TEST_P(ImportAttributes, ImportNoThreadSafetyAnalysis) { TEST_P() function
7884 TEST_P(ImportAttributes, ImportGuardedBy) { TEST_P() function
7895 TEST_P(ImportAttributes, ImportPtGuardedBy) { TEST_P() function
7906 TEST_P(ImportAttributes, ImportAcquiredAfter) { TEST_P() function
7919 TEST_P(ImportAttributes, ImportAcquiredBefore) { TEST_P() function
7932 TEST_P(ImportAttributes, ImportAssertExclusiveLock) { TEST_P() function
7940 TEST_P(ImportAttributes, ImportAssertSharedLock) { TEST_P() function
7948 TEST_P(ImportAttributes, ImportExclusiveTrylockFunction) { TEST_P() function
7958 TEST_P(ImportAttributes, ImportSharedTrylockFunction) { TEST_P() function
7968 TEST_P(ImportAttributes, ImportLockReturned) { TEST_P() function
7976 TEST_P(ImportAttributes, ImportLocksExcluded) { TEST_P() function
7984 TEST_P(ImportAttributes, ImportC99NoThrowAttr) { TEST_P() function
8031 TEST_P(ImportWithExternalSource, CompleteRecordBeforeImporting) { TEST_P() function
8065 TEST_P(ImportFunctions, CTADImplicit) { TEST_P() function
8085 TEST_P(ImportFunctions, CTADUserDefinedExplicit) { TEST_P() function
8106 TEST_P(ImportFunctions, CTADWithLocalTypedef) { TEST_P() function
8122 TEST_P(ImportFunctions, ParmVarDeclDeclContext) { TEST_P() function
8144 TEST_P(CTAD, DeductionGuideShouldReferToANonLocalTypedef) { TEST_P() function
8164 TEST_P(CTAD, DeductionGuideShouldReferToANonLocalTypedefInParamPtr) { TEST_P() function
8187 TEST_P(CTAD, DeductionGuideShouldCopyALocalTypedef) { TEST_P() function
8208 TEST_P(ASTImporterOptionSpecificTestBase, TypedefWithAttribute) { TEST_P() function
8226 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
8261 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfCapturedVLAType) { TEST_P() function
8280 TEST_P(ASTImporterOptionSpecificTestBase, ImportEnumMemberSpecialization) { TEST_P() function
8302 TEST_P(ASTImporterOptionSpecificTestBase, ImportIsInheritingConstructorBit) { TEST_P() function
8326 TEST_P(ASTImporterOptionSpecificTestBase, ImportConstructorUsingShadow) { TEST_P() function
8381 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
8427 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
8546 TEST_P(ASTImporterOptionSpecificTestBase, ImportUsingShadowList) { TEST_P() function
8585 TEST_P(ASTImporterOptionSpecificTestBase, ImportDeductionGuide) { TEST_P() function
8648 TEST_P(ASTImporterOptionSpecificTestBase, ImportDeductionGuideDifferentOrder) { TEST_P() function
8718 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
8739 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
8778 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
8801 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
8829 TEST_P(ASTImporterOptionSpecificTestBase, ImportInClassInitializerFromField) { TEST_P() function
8869 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
8915 TEST_P(ASTImporterOptionSpecificTestBase, ImportRecursiveFieldInitializer) { TEST_P() function
8944 TEST_P(ASTImporterOptionSpecificTestBase, ImportFieldInitializerWithItself) { TEST_P() function
8959 TEST_P(ASTImporterOptionSpecificTestBase, ImportRecursiveFieldInitializer1) { TEST_P() function
8992 TEST_P(ASTImporterOptionSpecificTestBase, isNewDecl) { TEST_P() function
9129 TEST_P(ImportInjectedClassNameType, ImportADef) { TEST_P() function
9137 TEST_P(ImportInjectedClassNameType, ImportAFirst) { TEST_P() function
9145 TEST_P(ImportInjectedClassNameType, ImportALast) { TEST_P() function
9153 TEST_P(ImportInjectedClassNameType, ImportADefToDef) { TEST_P() function
9161 TEST_P(ImportInjectedClassNameType, ImportAFirstToDef) { TEST_P() function
9169 TEST_P(ImportInjectedClassNameType, ImportALastToDef) { TEST_P() function
9177 TEST_P(ImportInjectedClassNameType, ImportCDef) { TEST_P() function
9185 TEST_P(ImportInjectedClassNameType, ImportCLast) { TEST_P() function
9193 TEST_P(ImportInjectedClassNameType, ImportCDefToDef) { TEST_P() function
9201 TEST_P(ImportInjectedClassNameType, ImportCLastToDef) { TEST_P() function
9209 TEST_P(ImportInjectedClassNameType, ImportD) { TEST_P() function
9217 TEST_P(ImportInjectedClassNameType, ImportDToDef) { TEST_P() function
9225 TEST_P(ImportInjectedClassNameType, ImportTypedefType) { TEST_P() function
9265 TEST_P(ASTImporterOptionSpecificTestBase, ImportMacroQualifiedType) { TEST_P() function
9283 TEST_P(ASTImporterOptionSpecificTestBase, ImportCorrectTemplateName) { TEST_P() function
9343 TEST_P(ASTImporterOptionSpecificTestBase, VaListC) { TEST_P() function
9361 TEST_P(ASTImporterOptionSpecificTestBase, VaListCpp) { TEST_P() function
9379 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
9402 TEST_P(ASTImporterOptionSpecificTestBase, ImportExistingTypedefToRecord) { TEST_P() function
9424 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
9449 TEST_P(ASTImporterOptionSpecificTestBase, ImportTwoTypedefsToUnnamedRecord) { TEST_P() function
9477 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
9511 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
9539 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
9597 TEST_P(ASTImporterOptionSpecificTestBase, TEST_P() function
9621 TEST_P(ASTImporterOptionSpecificTestBase, ImportConflictTypeAliasTemplate) { TEST_P() function
9654 TEST_P(ASTImporterOptionSpecificTestBase, ImportInstantiatedFromMember) { TEST_P() function
9684 TEST_P(ASTImporterOptionSpecificTestBase, ImportAnonymousEnum) { TEST_P() function
[all...]
H A DASTImporterVisibilityTest.cpp151 TEST_P(ImportFunctionsVisibilityChain, ImportChain) { in TEST_P() function
155 TEST_P(ImportVariablesVisibilityChain, ImportChain) { in TEST_P() function
159 TEST_P(ImportClassesVisibilityChain, ImportChain) { in TEST_P() function
163 TEST_P(ImportScopedEnumsVisibilityChain, ImportChain) { in TEST_P() function
167 TEST_P(ImportFunctionTemplatesVisibilityChain, ImportChain) { in TEST_P() function
171 TEST_P(ImportVariableTemplatesVisibilityChain, ImportChain) { in TEST_P() function
175 TEST_P(ImportClassTemplatesVisibilityChain, ImportChain) { in TEST_P() function
338 TEST_P(ImportFunctionsVisibility, ImportAfter) { in TEST_P() function
341 TEST_P(ImportFunctionsVisibility, ImportAfterImport) { in TEST_P() function
345 TEST_P(ImportVariablesVisibility, ImportAfter) { in TEST_P() function
[all …]
H A DASTImporterObjCTest.cpp27 TEST_P(ImportObjCDecl, ImplicitlyDeclareSelf) { in TEST_P() function
51 TEST_P(ImportObjCDecl, ObjPropertyNameConflict) { in TEST_P() function
80 TEST_P(ImportObjCDecl, ImportObjCTypeParamDecl) { in TEST_P() function
/llvm-project/llvm/unittests/Target/LoongArch/
H A DMCInstrAnalysisTest.cpp61 TEST_P(InstrAnalysisTest, IsTerminator) { in TEST_P() function
69 TEST_P(InstrAnalysisTest, IsCall) { in TEST_P() function
77 TEST_P(InstrAnalysisTest, IsReturn) { in TEST_P() function
86 TEST_P(InstrAnalysisTest, IsBranch) { in TEST_P() function
95 TEST_P(InstrAnalysisTest, IsConditionalBranch) { in TEST_P() function
101 TEST_P(InstrAnalysisTest, IsUnconditionalBranch) { in TEST_P() function
111 TEST_P(InstrAnalysisTest, IsIndirectBranch) { in TEST_P() function
/llvm-project/lldb/unittests/Host/
H A DSocketTest.cpp35 TEST_P(SocketTest, DecodeHostAndPort) { TEST_P() function
73 TEST_P(SocketTest, DomainListenConnectAccept) { TEST_P() function
89 TEST_P(SocketTest, TCPListen0ConnectAccept) { TEST_P() function
98 TEST_P(SocketTest, TCPGetAddress) { TEST_P() function
118 TEST_P(SocketTest, UDPConnect) { TEST_P() function
129 TEST_P(SocketTest, TCPListen0GetPort) { TEST_P() function
139 TEST_P(SocketTest, TCPGetConnectURI) { TEST_P() function
153 TEST_P(SocketTest, UDPGetConnectURI) { TEST_P() function
166 TEST_P(SocketTest, DomainGetConnectURI) { TEST_P() function
/llvm-project/llvm/unittests/Target/RISCV/
H A DMCInstrAnalysisTest.cpp76 TEST_P(InstrAnalysisTest, IsTerminator) { in TEST_P() function
87 TEST_P(InstrAnalysisTest, IsCall) { in TEST_P() function
100 TEST_P(InstrAnalysisTest, IsReturn) { in TEST_P() function
116 TEST_P(InstrAnalysisTest, IsBranch) { in TEST_P() function
137 TEST_P(InstrAnalysisTest, IsUnconditionalBranch) { in TEST_P() function
158 TEST_P(InstrAnalysisTest, IsIndirectBranch) { in TEST_P() function
H A DRISCVInstrInfoTest.cpp70 TEST_P(RISCVInstrInfoTest, IsAddImmediate) { in TEST_P() function
98 TEST_P(RISCVInstrInfoTest, IsCopyInstrImpl) { in TEST_P() function
161 TEST_P(RISCVInstrInfoTest, GetMemOperandsWithOffsetWidth) { in TEST_P() function
250 TEST_P(RISCVInstrInfoTest, DescribeLoadedValue) { TEST_P() function
/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Drecoverable.cpp20 TEST_P(BacktraceGuardedPoolAllocator, MultipleDoubleFreeOnlyOneOutput) { in TEST_P() function
37 TEST_P(BacktraceGuardedPoolAllocator, MultipleInvalidFreeOnlyOneOutput) { in TEST_P() function
53 TEST_P(BacktraceGuardedPoolAllocator, MultipleUseAfterFreeOnlyOneOutput) { in TEST_P() function
69 TEST_P(BacktraceGuardedPoolAllocator, MultipleBufferOverflowOnlyOneOutput) { in TEST_P() function
90 TEST_P(BacktraceGuardedPoolAllocator, OneDoubleFreeOneUseAfterFree) { in TEST_P() function
112 TEST_P(BacktraceGuardedPoolAllocator, OneErrorReportPerSlot) { in TEST_P() function
189 TEST_P(BacktraceGuardedPoolAllocator, InterThreadThrashingSingleAlloc) { in TEST_P() function
H A Dnever_allocated.cpp15 TEST_P(BacktraceGuardedPoolAllocatorDeathTest, NeverAllocated) { in TEST_P() function
/llvm-project/llvm/unittests/Support/
H A DMemoryTest.cpp97 TEST_P(MappedMemoryTest, AllocAndRelease) { in TEST_P() function
109 TEST_P(MappedMemoryTest, AllocAndReleaseHuge) { in TEST_P() function
125 TEST_P(MappedMemoryTest, MultipleAllocAndRelease) { in TEST_P() function
156 TEST_P(MappedMemoryTest, BasicWrite) { in TEST_P() function
177 TEST_P(MappedMemoryTest, MultipleWrite) { in TEST_P() function
241 TEST_P(MappedMemoryTest, EnabledWrite) { in TEST_P() function
303 TEST_P(MappedMemoryTest, SuccessiveNear) { in TEST_P() function
329 TEST_P(MappedMemoryTest, DuplicateNear) { in TEST_P() function
352 TEST_P(MappedMemoryTest, ZeroNear) { in TEST_P() function
379 TEST_P(MappedMemoryTest, ZeroSizeNear) { in TEST_P() function
[all …]
/llvm-project/llvm/unittests/CodeGen/
H A DDIETest.cpp56 TEST_P(DIEExprFixture, SizeOf) { in TEST_P() function
61 TEST_P(DIEExprFixture, EmitValue) { in TEST_P() function
89 TEST_P(DIELabelFixture, SizeOf) { in TEST_P() function
94 TEST_P(DIELabelFixture, EmitValue) { in TEST_P() function
135 TEST_P(DIEDeltaFixture, SizeOf) { in TEST_P() function
140 TEST_P(DIEDeltaFixture, EmitValue) { in TEST_P() function
160 TEST_P(DIELocListFixture, SizeOf) { in TEST_P() function
/llvm-project/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp294 TEST_P(CoverageMappingTest, basic_write_read) { TEST_P() function
319 TEST_P(CoverageMappingTest, correct_deserialize_for_more_than_two_files) { TEST_P() function
346 TEST_P(CoverageMappingTest, load_coverage_for_more_than_two_files) { TEST_P() function
367 TEST_P(CoverageMappingTest, load_coverage_with_bogus_function_name) { TEST_P() function
375 TEST_P(CoverageMappingTest, load_coverage_for_several_functions) { TEST_P() function
404 TEST_P(CoverageMappingTest, create_combined_regions) { TEST_P() function
425 TEST_P(CoverageMappingTest, skipped_segments_have_no_count) { TEST_P() function
444 TEST_P(CoverageMappingTest, multiple_regions_end_after_parent_ends) { TEST_P() function
505 TEST_P(CoverageMappingTest, multiple_completed_segments_at_same_loc) { TEST_P() function
533 TEST_P(CoverageMappingTest, dont_emit_redundant_segments) { TEST_P() function
557 TEST_P(CoverageMappingTest, dont_emit_closing_segment_at_new_region_start) { TEST_P() function
583 TEST_P(CoverageMappingTest, handle_consecutive_regions_with_zero_length) { TEST_P() function
605 TEST_P(CoverageMappingTest, handle_sandwiched_zero_length_region) { TEST_P() function
638 TEST_P(CoverageMappingTest, handle_last_completed_region) { TEST_P() function
664 TEST_P(CoverageMappingTest, expansion_gets_first_counter) { TEST_P() function
680 TEST_P(CoverageMappingTest, basic_coverage_iteration) { TEST_P() function
702 TEST_P(CoverageMappingTest, test_line_coverage_iterator) { TEST_P() function
739 TEST_P(CoverageMappingTest, uncovered_function) { TEST_P() function
751 TEST_P(CoverageMappingTest, uncovered_function_with_mapping) { TEST_P() function
765 TEST_P(CoverageMappingTest, combine_regions) { TEST_P() function
783 TEST_P(CoverageMappingTest, restore_combined_counter_after_nested_region) { TEST_P() function
803 TEST_P(CoverageMappingTest, dont_combine_expansions) { TEST_P() function
824 TEST_P(CoverageMappingTest, combine_expansions) { TEST_P() function
846 TEST_P(CoverageMappingTest, non_code_region_counters) { TEST_P() function
866 TEST_P(CoverageMappingTest, non_code_region_bitmask) { TEST_P() function
893 TEST_P(CoverageMappingTest, decision_before_expansion) { TEST_P() function
928 TEST_P(CoverageMappingTest, strip_filename_prefix) { TEST_P() function
942 TEST_P(CoverageMappingTest, strip_unknown_filename_prefix) { TEST_P() function
956 TEST_P(CoverageMappingTest, dont_detect_false_instantiations) { TEST_P() function
975 TEST_P(CoverageMappingTest, load_coverage_for_expanded_file) { TEST_P() function
991 TEST_P(CoverageMappingTest, skip_duplicate_function_record) { TEST_P() function
[all...]
/llvm-project/bolt/unittests/Core/
H A DMCPlusBuilder.cpp91 TEST_P(MCPlusBuilderTester, AliasX0) { TEST_P() function
98 TEST_P(MCPlusBuilderTester, AliasSmallerX0) { TEST_P() function
111 TEST_P(MCPlusBuilderTester, AliasAX) { TEST_P() function
117 TEST_P(MCPlusBuilderTester, AliasSmallerAX) { TEST_P() function
123 TEST_P(MCPlusBuilderTester, ReplaceRegWithImm) { TEST_P() function
142 TEST_P(MCPlusBuilderTester, Annotation) { TEST_P() function
H A DBinaryContext.cpp73 TEST_P(BinaryContextTester, FlushPendingRelocCALL26) { TEST_P() function
114 TEST_P(BinaryContextTester, FlushPendingRelocJUMP26) { TEST_P() function
159 TEST_P(BinaryContextTester, BaseAddress) { TEST_P() function
179 TEST_P(BinaryContextTester, BaseAddress2) { TEST_P() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Davoid-underscore-in-googletest-name.cpp5 #define TEST_P(test_suite_name, test_name) void test_suite_name##test_name() macro
41 TEST_P(ParameterizedTestSuiteFixtureName, Illegal_TestName) {} in TEST_P() function
43 TEST_P(ParameterizedTestSuiteFixtureName, DISABLED_Illegal_TestName) {} in TEST_P() function
45 TEST_P(ParameterizedTestSuiteFixtureName, Illegal_Test_Name) {} in TEST_P() function
48 TEST_P(Illegal_ParameterizedTestSuiteFixtureName, TestName) {} in TEST_P() function
50 TEST_P(Illegal_ParameterizedTestSuiteFixtureName, Illegal_TestName) {} in TEST_P() function
54 TEST_P(Illegal_Parameterized_TestSuiteFixtureName, TestName) {} in TEST_P() function
101 TEST_P(ParameterizedTestSuiteFixtureName, TestName) {} in TEST_P() function
102 TEST_P(ParameterizedTestSuiteFixtureName, DISABLED_TestName) {} in TEST_P() function
103 TEST_P(DISABLED_ParameterizedTestSuiteFixtureName, TestName) {} in TEST_P() function
[all …]
/llvm-project/lldb/unittests/Process/Utility/
H A DLinuxProcMapsTest.cpp57 TEST_P(LinuxProcMapsTestFixture, ParseMapRegions) { in TEST_P() function
295 TEST_P(LinuxProcSMapsTestFixture, ParseSMapRegions) { TEST_P() function
/llvm-project/llvm/unittests/Bitstream/
H A DBitstreamWriterTest.cpp80 TEST_P(BitstreamWriterFlushTest, simpleExample) { in TEST_P() function
96 TEST_P(BitstreamWriterFlushTest, subBlock) { in TEST_P() function
122 TEST_P(BitstreamWriterFlushTest, blobRawRead) { in TEST_P() function
/llvm-project/llvm/unittests/Demangle/
H A DDLangDemangleTest.cpp26 TEST_P(DLangDemangleTestFixture, DLangDemangleTest) { in TEST_P() function

123