Home
last modified time | relevance | path

Searched refs:TEST_P (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DBuildTreeTest.cpp2323 TEST_P(BuildSyntaxTreeTest, in TEST_P() function
2849 TEST_P(BuildSyntaxTreeTest, in TEST_P() function
4901 TEST_P(BuildSyntaxTreeTest, in TEST_P() function
4923 TEST_P(BuildSyntaxTreeTest, in TEST_P() function
4961 TEST_P(BuildSyntaxTreeTest, in TEST_P() function
4991 TEST_P(BuildSyntaxTreeTest, in TEST_P() function
5027 TEST_P(BuildSyntaxTreeTest, in TEST_P() function
5057 TEST_P(BuildSyntaxTreeTest, in TEST_P() function
5131 TEST_P(BuildSyntaxTreeTest, in TEST_P() function
5191 TEST_P(BuildSyntaxTreeTest, in TEST_P() function
[all …]
H A DSynthesisTest.cpp44 TEST_P(SynthesisTest, Leaf_Punctuation) { in TEST_P() function
67 TEST_P(SynthesisTest, Leaf_Keyword) { in TEST_P() function
77 TEST_P(SynthesisTest, Leaf_Keyword_CXX11) { in TEST_P() function
90 TEST_P(SynthesisTest, Leaf_Identifier) { in TEST_P() function
100 TEST_P(SynthesisTest, Leaf_Number) { in TEST_P() function
110 TEST_P(SynthesisTest, Tree_Empty) { in TEST_P() function
120 TEST_P(SynthesisTest, Tree_Flat) { in TEST_P() function
137 TEST_P(SynthesisTest, Tree_OfTree) { in TEST_P() function
182 TEST_P(SynthesisTest, DeepCopy_Original) { in TEST_P() function
197 TEST_P(SynthesisTest, DeepCopy_Child) { in TEST_P() function
[all …]
H A DTreeTest.cpp109 TEST_P(TreeTest, FirstLeaf) { in TEST_P() function
119 TEST_P(TreeTest, LastLeaf) { in TEST_P() function
229 TEST_P(ListTest, List_Separated_WellFormed) { in TEST_P() function
250 TEST_P(ListTest, List_Separated_MissingElement) { in TEST_P() function
270 TEST_P(ListTest, List_Separated_MissingDelimiter) { in TEST_P() function
290 TEST_P(ListTest, List_Separated_MissingLastElement) { in TEST_P() function
310 TEST_P(ListTest, List_Terminated_WellFormed) { in TEST_P() function
335 TEST_P(ListTest, List_Terminated_MissingElement) { in TEST_P() function
359 TEST_P(ListTest, List_Terminated_MissingDelimiter) { in TEST_P() function
383 TEST_P(ListTest, List_Terminated_MissingLastDelimiter) { in TEST_P() function
H A DMutationsTest.cpp60 TEST_P(MutationTest, RemoveStatement_InCompound) { in TEST_P() function
65 TEST_P(MutationTest, RemoveStatement_InCompound_Empty) { in TEST_P() function
70 TEST_P(MutationTest, RemoveStatement_LeaveEmpty) { in TEST_P() function
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp156 TEST_P(ASTMatchersTest, in TEST_P() function
167 TEST_P(ASTMatchersTest, in TEST_P() function
680 TEST_P(ASTMatchersTest, in TEST_P() function
696 TEST_P(ASTMatchersTest, in TEST_P() function
1398 TEST_P(ASTMatchersTest, in TEST_P() function
1958 TEST_P(ASTMatchersTest, in TEST_P() function
2163 TEST_P( in TEST_P() function
2175 TEST_P(ASTMatchersTest, in TEST_P() function
2185 TEST_P( in TEST_P() function
2196 TEST_P(ASTMatchersTest, in TEST_P() function
[all …]
H A DASTMatchersNarrowingTest.cpp2655 TEST_P(ASTMatchersTest, in TEST_P() function
2780 TEST_P(ASTMatchersTest, in TEST_P() function
2804 TEST_P(ASTMatchersTest, in TEST_P() function
3005 TEST_P(ASTMatchersTest, in TEST_P() function
3058 TEST_P( in TEST_P() function
3071 TEST_P( in TEST_P() function
3087 TEST_P( in TEST_P() function
3106 TEST_P( in TEST_P() function
3315 TEST_P( in TEST_P() function
3332 TEST_P( in TEST_P() function
[all …]
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DUncheckedOptionalAccessModelTest.cpp1293 TEST_P(UncheckedOptionalAccessTest, EmptyFunctionBody) { in TEST_P() function
1369 TEST_P(UncheckedOptionalAccessTest, HasValueCheck) { in TEST_P() function
1486 TEST_P(UncheckedOptionalAccessTest, ValueConstructor) { in TEST_P() function
1638 TEST_P(UncheckedOptionalAccessTest, MakeOptional) { in TEST_P() function
1676 TEST_P(UncheckedOptionalAccessTest, ValueOr) { in TEST_P() function
1763 TEST_P(UncheckedOptionalAccessTest, Emplace) { in TEST_P() function
1801 TEST_P(UncheckedOptionalAccessTest, Reset) { in TEST_P() function
1844 TEST_P(UncheckedOptionalAccessTest, ValueAssignment) { in TEST_P() function
1978 TEST_P(UncheckedOptionalAccessTest, OptionalSwap) { in TEST_P() function
2012 TEST_P(UncheckedOptionalAccessTest, StdSwap) { in TEST_P() function
[all …]
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Davoid-underscore-in-googletest-name.cpp5 #define TEST_P(test_case_name, test_name) void test_case_name##test_name() macro
41 TEST_P(ParameterizedTestCaseFixtureName, Illegal_TestName) {} in TEST_P() function
43 TEST_P(ParameterizedTestCaseFixtureName, DISABLED_Illegal_TestName) {} in TEST_P() function
45 TEST_P(ParameterizedTestCaseFixtureName, Illegal_Test_Name) {} in TEST_P() function
48 TEST_P(Illegal_ParameterizedTestCaseFixtureName, TestName) {} in TEST_P() function
50 TEST_P(Illegal_ParameterizedTestCaseFixtureName, Illegal_TestName) {} in TEST_P() function
54 TEST_P(Illegal_Parameterized_TestCaseFixtureName, TestName) {} in TEST_P() function
97 TEST_P(ParameterizedTestCaseFixtureName, TestName) {} in TEST_P() function
98 TEST_P(ParameterizedTestCaseFixtureName, DISABLED_TestName) {} in TEST_P() function
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp161 TEST_P(ImportPath, Push) { in TEST_P() function
193 TEST_P(ImportPath, GetCycle) { in TEST_P() function
1805 TEST_P( in TEST_P() function
2101 TEST_P(ImportFunctions, in TEST_P() function
2236 TEST_P(ImportFunctions, in TEST_P() function
2390 TEST_P(ImportFunctions, in TEST_P() function
2412 TEST_P(ImportFunctions, in TEST_P() function
4103 TEST_P(ImportFriendClasses, in TEST_P() function
4289 TEST_P(DeclContextTest, in TEST_P() function
5479 TEST_P(ErrorHandlingTest, in 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
338 TEST_P(ImportFunctionsVisibility, ImportAfter) { in TEST_P() function
345 TEST_P(ImportVariablesVisibility, ImportAfter) { in TEST_P() function
352 TEST_P(ImportClassesVisibility, ImportAfter) { in TEST_P() function
355 TEST_P(ImportClassesVisibility, ImportAfterImport) { in TEST_P() function
359 TEST_P(ImportEnumsVisibility, ImportAfter) { in TEST_P() function
362 TEST_P(ImportEnumsVisibility, ImportAfterImport) { in TEST_P() function
365 TEST_P(ImportScopedEnumsVisibility, 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
/llvm-project-15.0.7/lldb/unittests/Host/
H A DSocketTest.cpp35 TEST_P(SocketTest, DecodeHostAndPort) { in TEST_P() function
73 TEST_P(SocketTest, DomainListenConnectAccept) { in TEST_P() function
89 TEST_P(SocketTest, TCPListen0ConnectAccept) { in TEST_P() function
98 TEST_P(SocketTest, TCPGetAddress) { in TEST_P() function
118 TEST_P(SocketTest, UDPConnect) { in TEST_P() function
129 TEST_P(SocketTest, TCPListen0GetPort) { in TEST_P() function
139 TEST_P(SocketTest, TCPGetConnectURI) { in TEST_P() function
153 TEST_P(SocketTest, UDPGetConnectURI) { in TEST_P() function
166 TEST_P(SocketTest, DomainGetConnectURI) { in TEST_P() function
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp268 TEST_P(CoverageMappingTest, basic_write_read) { in TEST_P() function
377 TEST_P(CoverageMappingTest, create_combined_regions) { in TEST_P() function
506 TEST_P(CoverageMappingTest, dont_emit_redundant_segments) { in TEST_P() function
653 TEST_P(CoverageMappingTest, basic_coverage_iteration) { in TEST_P() function
675 TEST_P(CoverageMappingTest, test_line_coverage_iterator) { in TEST_P() function
701 TEST_P(CoverageMappingTest, uncovered_function) { in TEST_P() function
727 TEST_P(CoverageMappingTest, combine_regions) { in TEST_P() function
765 TEST_P(CoverageMappingTest, dont_combine_expansions) { in TEST_P() function
786 TEST_P(CoverageMappingTest, combine_expansions) { in TEST_P() function
808 TEST_P(CoverageMappingTest, non_code_region_counters) { in TEST_P() function
[all …]
H A DInstrProfTest.cpp65 TEST_P(MaybeSparseInstrProfTest, write_and_read_empty_profile) { in TEST_P() function
76 TEST_P(MaybeSparseInstrProfTest, write_and_read_one_function) { in TEST_P() function
93 TEST_P(MaybeSparseInstrProfTest, get_instr_prof_record) { in TEST_P() function
118 TEST_P(MaybeSparseInstrProfTest, get_function_counts) { in TEST_P() function
431 TEST_P(MaybeSparseInstrProfTest, get_icall_data_read_write) { in TEST_P() function
475 TEST_P(MaybeSparseInstrProfTest, annotate_vp_data) { in TEST_P() function
661 TEST_P(MaybeSparseInstrProfTest, get_icall_data_merge1) { in TEST_P() function
894 TEST_P(MaybeSparseInstrProfTest, value_prof_data_read_write) { in TEST_P() function
997 TEST_P(MaybeSparseInstrProfTest, get_max_function_count) { in TEST_P() function
1028 TEST_P(MaybeSparseInstrProfTest, instr_prof_symtab_test) { in TEST_P() function
[all …]
/llvm-project-15.0.7/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-15.0.7/bolt/unittests/Core/
H A DMCPlusBuilder.cpp82 TEST_P(MCPlusBuilderTester, AliasX0) { in TEST_P() function
89 TEST_P(MCPlusBuilderTester, AliasSmallerX0) { in TEST_P() function
102 TEST_P(MCPlusBuilderTester, AliasAX) { in TEST_P() function
108 TEST_P(MCPlusBuilderTester, AliasSmallerAX) { in TEST_P() function
114 TEST_P(MCPlusBuilderTester, ReplaceRegWithImm) { in TEST_P() function
133 TEST_P(MCPlusBuilderTester, Annotation) { in TEST_P() function
/llvm-project-15.0.7/llvm/unittests/Support/
H A DMemoryTest.cpp98 TEST_P(MappedMemoryTest, AllocAndRelease) { in TEST_P() function
110 TEST_P(MappedMemoryTest, AllocAndReleaseHuge) { in TEST_P() function
126 TEST_P(MappedMemoryTest, MultipleAllocAndRelease) { in TEST_P() function
157 TEST_P(MappedMemoryTest, BasicWrite) { in TEST_P() function
178 TEST_P(MappedMemoryTest, MultipleWrite) { in TEST_P() function
242 TEST_P(MappedMemoryTest, EnabledWrite) { in TEST_P() function
304 TEST_P(MappedMemoryTest, SuccessiveNear) { in TEST_P() function
330 TEST_P(MappedMemoryTest, DuplicateNear) { in TEST_P() function
353 TEST_P(MappedMemoryTest, ZeroNear) { in TEST_P() function
380 TEST_P(MappedMemoryTest, ZeroSizeNear) { in TEST_P() function
[all …]
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h68 TEST_P(FooTest, DoesBlah) {
75 TEST_P(FooTest, HasBlahBlah) {
175 TEST_P(DerivedTest, DoesBlah) {
419 #define TEST_P(test_suite_name, test_name) \ macro
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp237 TEST_P(DebugLineParameterisedFixture, DISABLED_PrologueGetLength) { function
239 TEST_P(DebugLineParameterisedFixture, PrologueGetLength) {
266 TEST_P(DebugLineParameterisedFixture, GetOrParseLineTableValidTable) {
334 TEST_P(DebugLineParameterisedFixture, DISABLED_ClearLineValidTable) { function
336 TEST_P(DebugLineParameterisedFixture, ClearLineValidTable) {
437 TEST_P(DebugLineUnsupportedVersionFixture, function
511 TEST_P(DebugLineParameterisedFixture, ErrorForTooLargePrologueLength) {
1156 TEST_P(LineRangeFixture, LineRangeProblemsReportedCorrectly) {
1617 TEST_P(TruncatedPrologueFixture, ErrorForTruncatedPrologue) {
1796 TEST_P(TruncatedExtendedOpcodeFixture, function
[all …]
H A DDWARFFormValueTest.cpp188 TEST_P(FormSkipValueFixture1, skipValuePart1) { doSkipValueTest(); } in TEST_P() function
189 TEST_P(FormSkipValueFixture2, skipValuePart2) { doSkipValueTest(); } in TEST_P() function
315 TEST_P(ExtractValueErrorFixture, Test) { in TEST_P() function
354 TEST_P(DumpValueFixture, Test) { in TEST_P() function
/llvm-project-15.0.7/clang/unittests/Rename/
H A DRenameClassTest.cpp194 TEST_P(RenameClassTest, RenameClasses) { in TEST_P() function
303 TEST_P(NamespaceDetectionTest, RenameClasses) { in TEST_P() function
399 TEST_P(TemplatedClassRenameTest, RenameTemplateClasses) { in TEST_P() function
H A DRenameEnumTest.cpp147 TEST_P(RenameEnumTest, RenameEnums) { in TEST_P() function
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DModernizeModuleTest.cpp249 TEST_P(MatcherTest, MatchResult) { in TEST_P() function
268 TEST_P(SizeTest, TokenSize) { in TEST_P() function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp199 TEST_P(SanitizerCommonFileTest, ReadFileToBuffer) { in TEST_P() function
208 TEST_P(SanitizerCommonFileTest, ReadFileToBufferHalf) { in TEST_P() function
218 TEST_P(SanitizerCommonFileTest, ReadFileToVector) { in TEST_P() function
224 TEST_P(SanitizerCommonFileTest, ReadFileToVectorHalf) { in TEST_P() function
/llvm-project-15.0.7/llvm/unittests/Demangle/
H A DDLangDemangleTest.cpp25 TEST_P(DLangDemangleTestFixture, DLangDemangleTest) { in TEST_P() function

12