|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/tools/extra/clangd/unittests/PrintASTTests.cpp 32 TEST_P(ASTUtils, PrintTemplateArgs) {
tools/clang/unittests/AST/ASTImporterTest.cpp 254 TEST_P(CanonicalRedeclChain, ShouldBeConsequentWithMatchers) {
264 TEST_P(CanonicalRedeclChain, ShouldBeConsequentWithMatchers2) {
278 TEST_P(CanonicalRedeclChain, ShouldBeSameForAllDeclInTheChain) {
329 TEST_P(RedirectingImporterTest, InterceptImport) {
347 TEST_P(RedirectingImporterTest, InterceptIndirectImport) {
374 TEST_P(ImportPath, Push) {
380 TEST_P(ImportPath, SmallCycle) {
391 TEST_P(ImportPath, GetSmallCycle) {
406 TEST_P(ImportPath, GetCycle) {
425 TEST_P(ImportPath, CycleAfterCycle) {
462 TEST_P(ImportExpr, ImportStringLiteral) {
481 TEST_P(ImportExpr, ImportChooseExpr) {
492 TEST_P(ImportExpr, ImportGNUNullExpr) {
500 TEST_P(ImportExpr, ImportCXXNullPtrLiteralExpr) {
509 TEST_P(ImportExpr, ImportFloatinglLiteralExpr) {
523 TEST_P(ImportExpr, ImportImaginaryLiteralExpr) {
531 TEST_P(ImportExpr, ImportCompoundLiteralExpr) {
551 TEST_P(ImportExpr, ImportCXXThisExpr) {
564 TEST_P(ImportExpr, ImportAtomicExpr) {
577 TEST_P(ImportExpr, ImportLabelDeclAndAddrLabelExpr) {
595 TEST_P(ImportExpr, ImportParenListExpr) {
612 TEST_P(ImportExpr, ImportSwitch) {
621 TEST_P(ImportExpr, ImportStmtExpr) {
642 TEST_P(ImportExpr, ImportConditionalOperator) {
656 TEST_P(ImportExpr, ImportBinaryConditionalOperator) {
677 TEST_P(ImportExpr, ImportDesignatedInitExpr) {
701 TEST_P(ImportExpr, ImportPredefinedExpr) {
715 TEST_P(ImportExpr, ImportInitListExpr) {
744 TEST_P(ImportExpr, ImportVAArgExpr) {
754 TEST_P(ImportExpr, CXXTemporaryObjectExpr) {
766 TEST_P(ImportType, ImportAtomicType) {
774 TEST_P(ImportDecl, ImportFunctionTemplateDecl) {
782 TEST_P(ImportExpr, ImportCXXDependentScopeMemberExpr) {
806 TEST_P(ImportType, ImportTypeAliasTemplate) {
822 TEST_P(ImportDecl, ImportVarTemplate) {
835 TEST_P(ImportType, ImportPackExpansion) {
853 TEST_P(ImportType, ImportDependentTemplateSpecialization) {
870 TEST_P(ImportExpr, ImportSizeOfPackExpr) {
902 TEST_P(ImportExpr, ImportTypeTraitExpr) {
914 TEST_P(ImportExpr, ImportCXXTypeidExpr) {
930 TEST_P(ImportExpr, ImportTypeTraitExprValDep) {
943 TEST_P(ImportDecl, ImportRecordDeclInFunc) {
955 TEST_P(ASTImporterOptionSpecificTestBase, ImportRecordTypeInFunc) {
970 TEST_P(ASTImporterOptionSpecificTestBase, ImportRecordDeclInFuncParams) {
982 TEST_P(ASTImporterOptionSpecificTestBase, ImportRecordDeclInFuncFromMacro) {
997 TEST_P(ASTImporterOptionSpecificTestBase,
1014 TEST_P(ImportExpr, ImportCXXPseudoDestructorExpr) {
1027 TEST_P(ImportDecl, ImportUsingDecl) {
1049 TEST_P(ImportDecl, ImportUsingShadowDecl) {
1058 TEST_P(ImportExpr, ImportUnresolvedLookupExpr) {
1071 TEST_P(ImportExpr, ImportCXXUnresolvedConstructExpr) {
1098 TEST_P(ImportDecl, ImportTemplatedDeclForTemplate) {
1114 TEST_P(ImportDecl, ImportClassTemplatePartialSpecialization) {
1128 TEST_P(ImportExpr, CXXOperatorCallExpr) {
1139 TEST_P(ImportExpr, DependentSizedArrayType) {
1150 TEST_P(ASTImporterOptionSpecificTestBase, ImportBeginLocOfDeclRefExpr) {
1170 TEST_P(ASTImporterOptionSpecificTestBase,
1184 TEST_P(ASTImporterOptionSpecificTestBase,
1198 TEST_P(ASTImporterOptionSpecificTestBase,
1214 TEST_P(ASTImporterOptionSpecificTestBase,
1230 TEST_P(ASTImporterOptionSpecificTestBase, ImportCorrectTemplatedDecl) {
1261 TEST_P(ASTImporterOptionSpecificTestBase, ImportChooseExpr) {
1284 TEST_P(ASTImporterOptionSpecificTestBase,
1312 TEST_P(ASTImporterOptionSpecificTestBase,
1338 TEST_P(ASTImporterOptionSpecificTestBase,
1364 TEST_P(ASTImporterOptionSpecificTestBase,
1392 TEST_P(ASTImporterOptionSpecificTestBase,
1437 TEST_P(ASTImporterOptionSpecificTestBase,
1464 TEST_P(ASTImporterOptionSpecificTestBase,
1477 TEST_P(ASTImporterOptionSpecificTestBase,
1499 TEST_P(ASTImporterOptionSpecificTestBase,
1524 TEST_P(ASTImporterOptionSpecificTestBase, ShouldImportImplicitCXXRecordDecl) {
1540 TEST_P(ASTImporterOptionSpecificTestBase,
1558 TEST_P(ASTImporterOptionSpecificTestBase,
1579 TEST_P(ASTImporterOptionSpecificTestBase, IDNSOrdinary) {
1591 TEST_P(ASTImporterOptionSpecificTestBase, IDNSOfNonmemberOperator) {
1603 TEST_P(ASTImporterOptionSpecificTestBase,
1623 TEST_P(ASTImporterOptionSpecificTestBase,
1657 TEST_P(ASTImporterOptionSpecificTestBase,
1697 TEST_P(ASTImporterOptionSpecificTestBase,
1740 TEST_P(ASTImporterOptionSpecificTestBase, ImportSourceLocs) {
1770 TEST_P(ASTImporterOptionSpecificTestBase, ImportNestedMacro) {
1787 TEST_P(
1831 TEST_P(ASTImporterOptionSpecificTestBase, ObjectsWithUnnamedStructType) {
1855 TEST_P(ASTImporterOptionSpecificTestBase, AnonymousRecords) {
1881 TEST_P(ASTImporterOptionSpecificTestBase, AnonymousRecordsReversed) {
1914 TEST_P(ASTImporterOptionSpecificTestBase, ImportDoesUpdateUsedFlag) {
1940 TEST_P(ASTImporterOptionSpecificTestBase, ImportDoesUpdateUsedFlag2) {
1958 TEST_P(ASTImporterOptionSpecificTestBase, ImportDoesUpdateUsedFlag3) {
1989 TEST_P(ASTImporterOptionSpecificTestBase, ReimportWithUsedFlag) {
2008 TEST_P(ImportFunctions, ImportPrototypeOfRecursiveFunction) {
2026 TEST_P(ImportFunctions, ImportDefinitionOfRecursiveFunction) {
2044 TEST_P(ImportFunctions, OverriddenMethodsShouldBeImported) {
2062 TEST_P(ImportFunctions, VirtualFlagShouldBePreservedWhenImportingPrototype) {
2081 TEST_P(ImportFunctions,
2105 TEST_P(ImportFunctions, ImportOverriddenMethodTwice) {
2130 TEST_P(ImportFunctions, ImportOverriddenMethodTwiceDefinitionFirst) {
2171 TEST_P(ImportFunctions, ImportOverriddenMethodTwiceOutOfClassDef) {
2216 TEST_P(ImportFunctions,
2290 TEST_P(ASTImporterOptionSpecificTestBase, ImportVariableChainInC) {
2308 TEST_P(ImportFunctions, ImportFromDifferentScopedAnonNamespace) {
2327 TEST_P(ImportFunctions, ImportFunctionFromUnnamedNamespace) {
2350 TEST_P(ImportFunctions, ImportImplicitFunctionsInLambda) {
2370 TEST_P(ImportFunctions,
2392 TEST_P(ImportFunctions,
2422 TEST_P(ImportFunctionTemplates, ImportFunctionTemplateInRecordDeclTwice) {
2441 TEST_P(ImportFunctionTemplates,
2463 TEST_P(ImportFunctionTemplates,
2479 TEST_P(ImportFunctionTemplates,
2497 TEST_P(ImportFunctionTemplates,
2521 TEST_P(ImportFriendFunctions, ImportFriendFunctionRedeclChainProto) {
2539 TEST_P(ImportFriendFunctions,
2557 TEST_P(ImportFriendFunctions, ImportFriendFunctionRedeclChainDef) {
2575 TEST_P(ImportFriendFunctions,
2593 TEST_P(ImportFriendFunctions, ImportFriendFunctionRedeclChainDefWithClass) {
2621 TEST_P(ImportFriendFunctions,
2650 TEST_P(ImportFriendFunctions, ImportFriendFunctionFromMultipleTU) {
2674 TEST_P(ImportFriendFunctions, Lookup) {
2708 TEST_P(ImportFriendFunctions, DISABLED_LookupWithProtoAfter) {
2758 TEST_P(ImportFriendFunctions, LookupWithProtoBefore) {
2802 TEST_P(ImportFriendFunctions, ImportFriendChangesLookup) {
2846 TEST_P(ImportFriendFunctions, ImportFriendList) {
2886 TEST_P(ImportDecl, ImportEnumSequential) {
2925 TEST_P(ImportDecl, ImportFieldOrder) {
2938 TEST_P(ImportExpr, DependentScopeDeclRefExpr) {
2965 TEST_P(ImportExpr, DependentNameType) {
2975 TEST_P(ImportExpr, UnresolvedMemberExpr) {
3048 TEST_P(ImportImplicitMethods, DefaultConstructor) {
3052 TEST_P(ImportImplicitMethods, CopyConstructor) {
3056 TEST_P(ImportImplicitMethods, MoveConstructor) {
3060 TEST_P(ImportImplicitMethods, Destructor) {
3064 TEST_P(ImportImplicitMethods, CopyAssignment) {
3068 TEST_P(ImportImplicitMethods, MoveAssignment) {
3072 TEST_P(ImportImplicitMethods, DoNotImportUserProvided) {
3079 TEST_P(ImportImplicitMethods, DoNotImportDefault) {
3086 TEST_P(ImportImplicitMethods, DoNotImportDeleted) {
3093 TEST_P(ImportImplicitMethods, DoNotImportOtherMethod) {
3100 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfEquivalentRecord) {
3124 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfNonEquivalentRecord) {
3144 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfEquivalentField) {
3164 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfNonEquivalentField) {
3184 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfEquivalentMethod) {
3204 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfNonEquivalentMethod) {
3226 TEST_P(ASTImporterOptionSpecificTestBase,
3259 TEST_P(ASTImporterOptionSpecificTestBase, ImportUnnamedFieldsInCorrectOrder) {
3294 TEST_P(ASTImporterOptionSpecificTestBase,
3340 TEST_P(ASTImporterOptionSpecificTestBase,
3382 TEST_P(ASTImporterOptionSpecificTestBase,
3427 TEST_P(ASTImporterOptionSpecificTestBase,
3469 TEST_P(ASTImporterOptionSpecificTestBase,
3496 TEST_P(ASTImporterOptionSpecificTestBase,
3521 TEST_P(ASTImporterOptionSpecificTestBase,
3554 TEST_P(ASTImporterOptionSpecificTestBase,
3576 TEST_P(ImportVariables, ImportOfOneDeclBringsInTheWholeChain) {
3600 TEST_P(ImportVariables, InitAndDefinitionAreInDifferentTUs) {
3631 TEST_P(ImportVariables, InitAndDefinitionAreInTheFromContext) {
3664 TEST_P(ImportClasses, ImportDefinitionWhenProtoIsInNestedToContext) {
3682 TEST_P(ImportClasses, ImportDefinitionWhenProtoIsInNestedToContextCXX) {
3700 TEST_P(ImportClasses, ImportNestedPrototypeThenDefinition) {
3725 TEST_P(ImportFriendClasses, ImportOfFriendRecordDoesNotMergeDefinition) {
3762 TEST_P(ImportFriendClasses, ImportOfRecursiveFriendClass) {
3779 TEST_P(ImportFriendClasses, ImportOfRecursiveFriendClassTemplate) {
3804 TEST_P(ImportFriendClasses, ProperPrevDeclForClassTemplateDecls) {
3836 TEST_P(ImportFriendClasses, TypeForDeclShouldBeSetInTemplated) {
3864 TEST_P(ImportFriendClasses, DeclsFromFriendsShouldBeInRedeclChains) {
3874 TEST_P(ImportFriendClasses,
3904 TEST_P(ImportFriendClasses,
3935 TEST_P(ImportFriendClasses, ImportOfClassDefinitionAndFwdFriendShouldBeLinked) {
3963 TEST_P(ASTImporterOptionSpecificTestBase, FriendFunInClassTemplate) {
3983 TEST_P(DeclContextTest, removeDeclOfClassTemplateSpecialization) {
4010 TEST_P(DeclContextTest,
4047 TEST_P(ImportFunctionTemplateSpecializations,
4071 TEST_P(ImportFunctionTemplateSpecializations,
4094 TEST_P(ImportFunctionTemplateSpecializations,
4118 TEST_P(ImportFunctionTemplateSpecializations,
4159 TEST_P(ImportFunctionTemplateSpecializations,
4182 TEST_P(ASTImporterOptionSpecificTestBase,
4221 TEST_P(ASTImporterOptionSpecificTestBase,
4254 TEST_P(ASTImporterOptionSpecificTestBase, ImportTemplateParameterLists) {
4274 TEST_P(ASTImporterLookupTableTest, OneDecl) {
4292 TEST_P(ASTImporterLookupTableTest,
4333 TEST_P(ASTImporterLookupTableTest,
4369 TEST_P(ASTImporterLookupTableTest, LookupFindsNamesInDifferentDC) {
4399 TEST_P(ASTImporterLookupTableTest, LookupFindsOverloadedNames) {
4418 TEST_P(ASTImporterLookupTableTest,
4446 TEST_P(ASTImporterLookupTableTest, LookupDeclNamesFromDifferentTUs) {
4483 TEST_P(ASTImporterLookupTableTest,
4508 TEST_P(ASTImporterLookupTableTest,
4533 TEST_P(ASTImporterLookupTableTest,
4554 TEST_P(ASTImporterLookupTableTest, LookupFindsFwdFriendClassTemplateDecl) {
4571 TEST_P(ASTImporterLookupTableTest, DependentFriendClass) {
4594 TEST_P(ASTImporterLookupTableTest, FriendClassTemplateSpecialization) {
4617 TEST_P(ASTImporterLookupTableTest, LookupFindsFwdFriendFunctionDecl) {
4633 TEST_P(ASTImporterLookupTableTest,
4682 TEST_P(ASTImporterLookupTableTest, LookupFindsFwdFriendFunctionTemplateDecl) {
4699 TEST_P(ASTImporterLookupTableTest, MultipleBefriendingClasses) {
4728 TEST_P(ASTImporterLookupTableTest, EnumConstantDecl) {
4767 TEST_P(ASTImporterLookupTableTest, LookupSearchesInTheWholeRedeclChain) {
4788 TEST_P(ASTImporterOptionSpecificTestBase,
4829 TEST_P(ImportFriendFunctionTemplates, LookupShouldFindPreviousFriend) {
4875 TEST_P(ErrorHandlingTest, ErrorHappensBeforeCreatingANewNode) {
4911 TEST_P(ErrorHandlingTest,
4937 TEST_P(ErrorHandlingTest, ErrorHappensAfterNodeIsCreatedAndLinked) {
4972 TEST_P(ErrorHandlingTest, ErrorIsPropagatedFromMemberToClass) {
5018 TEST_P(ErrorHandlingTest, ErrorPropagatesThroughImportCycles) {
5098 TEST_P(ErrorHandlingTest, ErrorIsNotPropagatedFromMemberToNamespace) {
5140 TEST_P(ErrorHandlingTest,
5211 TEST_P(ErrorHandlingTest, ImportOfOverriddenMethods) {
5255 TEST_P(ASTImporterOptionSpecificTestBase, LambdaInFunctionBody) {
5275 TEST_P(ASTImporterOptionSpecificTestBase, LambdaInFunctionParam) {
5294 TEST_P(ASTImporterOptionSpecificTestBase, LambdaInGlobalScope) {
5310 TEST_P(ASTImporterOptionSpecificTestBase,
5368 TEST_P(LLDBLookupTest, ImporterShouldFindInTransparentContext) {
5401 TEST_P(SVEBuiltins, ImportTypes) {
5433 TEST_P(ASTImporterOptionSpecificTestBase, ImportOfDefaultImplicitFunctions) {
5459 TEST_P(ASTImporterOptionSpecificTestBase,
5491 TEST_P(ASTImporterOptionSpecificTestBase, LambdasAreDifferentiated) {
5512 TEST_P(ASTImporterOptionSpecificTestBase,
5532 TEST_P(ASTImporterOptionSpecificTestBase,
5555 TEST_P(ASTImporterOptionSpecificTestBase, ImportAssignedLambda) {
5578 TEST_P(ASTImporterOptionSpecificTestBase, ImportDefaultConstructibleLambdas) {
tools/clang/unittests/AST/ASTImporterVisibilityTest.cpp 125 TEST_P(ImportFunctionsVisibilityChain, ImportChain) {
129 TEST_P(ImportVariablesVisibilityChain, ImportChain) {
133 TEST_P(ImportClassesVisibilityChain, ImportChain) {
137 TEST_P(ImportFunctionTemplatesVisibilityChain, ImportChain) {
281 TEST_P(ImportFunctionsVisibility, ImportAfter) {
284 TEST_P(ImportFunctionsVisibility, ImportAfterImport) {
288 TEST_P(ImportVariablesVisibility, ImportAfter) {
291 TEST_P(ImportVariablesVisibility, ImportAfterImport) {
295 TEST_P(ImportClassesVisibility, ImportAfter) {
298 TEST_P(ImportClassesVisibility, ImportAfterImport) {
302 TEST_P(ImportEnumsVisibility, ImportAfter) {
305 TEST_P(ImportEnumsVisibility, ImportAfterImport) {
309 TEST_P(ImportTypedefNameVisibility, ImportAfter) {
312 TEST_P(ImportTypedefNameVisibility, ImportAfterImport) {
316 TEST_P(ImportFunctionTemplatesVisibility, ImportAfter) {
319 TEST_P(ImportFunctionTemplatesVisibility, ImportAfterImport) {
tools/clang/unittests/AST/OMPStructuredBlockTest.cpp 152 TEST_P(OMPStructuredBlockLoop, TestDirective0) {
165 TEST_P(OMPStructuredBlockLoop, TestDirective1) {
180 TEST_P(OMPStructuredBlockLoop, TestDirectiveCollapse1) {
195 TEST_P(OMPStructuredBlockLoop, TestDirectiveCollapse2) {
209 TEST_P(OMPStructuredBlockLoop, TestDirectiveCollapse22) {
tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp 113 TEST_P(AssignmentTest, AssignmentModifies) {
127 TEST_P(IncDecTest, IncDecModifies) {
tools/clang/unittests/Rename/RenameAliasTest.cpp 195 TEST_P(RenameAliasTest, RenameAlias) {
tools/clang/unittests/Rename/RenameClassTest.cpp 194 TEST_P(RenameClassTest, RenameClasses) {
303 TEST_P(NamespaceDetectionTest, RenameClasses) {
399 TEST_P(TemplatedClassRenameTest, RenameTemplateClasses) {
tools/clang/unittests/Rename/RenameEnumTest.cpp 147 TEST_P(RenameEnumTest, RenameEnums) {
tools/clang/unittests/Rename/RenameMemberTest.cpp 159 TEST_P(RenameMemberTest, RenameMembers) {
unittests/Analysis/ValueTrackingTest.cpp 939 TEST_P(IsBytewiseValueTest, IsBytewiseValue) {
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp 233 TEST_P(DebugLineParameterisedFixture, GetOrParseLineTableValidTable) {
362 TEST_P(DebugLineParameterisedFixture, ErrorForTooLargePrologueLength) {
386 TEST_P(DebugLineParameterisedFixture, ErrorForTooShortPrologueLength) {
unittests/ProfileData/CoverageMappingTest.cpp 258 TEST_P(CoverageMappingTest, basic_write_read) {
283 TEST_P(CoverageMappingTest, correct_deserialize_for_more_than_two_files) {
310 TEST_P(CoverageMappingTest, load_coverage_for_more_than_two_files) {
331 TEST_P(CoverageMappingTest, load_coverage_with_bogus_function_name) {
338 TEST_P(CoverageMappingTest, load_coverage_for_several_functions) {
367 TEST_P(CoverageMappingTest, create_combined_regions) {
388 TEST_P(CoverageMappingTest, skipped_segments_have_no_count) {
407 TEST_P(CoverageMappingTest, multiple_regions_end_after_parent_ends) {
468 TEST_P(CoverageMappingTest, multiple_completed_segments_at_same_loc) {
496 TEST_P(CoverageMappingTest, dont_emit_redundant_segments) {
520 TEST_P(CoverageMappingTest, dont_emit_closing_segment_at_new_region_start) {
546 TEST_P(CoverageMappingTest, handle_consecutive_regions_with_zero_length) {
568 TEST_P(CoverageMappingTest, handle_sandwiched_zero_length_region) {
601 TEST_P(CoverageMappingTest, handle_last_completed_region) {
627 TEST_P(CoverageMappingTest, expansion_gets_first_counter) {
643 TEST_P(CoverageMappingTest, basic_coverage_iteration) {
665 TEST_P(CoverageMappingTest, test_line_coverage_iterator) {
688 TEST_P(CoverageMappingTest, uncovered_function) {
700 TEST_P(CoverageMappingTest, uncovered_function_with_mapping) {
714 TEST_P(CoverageMappingTest, combine_regions) {
732 TEST_P(CoverageMappingTest, restore_combined_counter_after_nested_region) {
752 TEST_P(CoverageMappingTest, dont_combine_expansions) {
773 TEST_P(CoverageMappingTest, combine_expansions) {
794 TEST_P(CoverageMappingTest, strip_filename_prefix) {
808 TEST_P(CoverageMappingTest, strip_unknown_filename_prefix) {
822 TEST_P(CoverageMappingTest, dont_detect_false_instantiations) {
842 TEST_P(CoverageMappingTest, load_coverage_for_expanded_file) {
858 TEST_P(CoverageMappingTest, skip_duplicate_function_record) {
unittests/ProfileData/InstrProfTest.cpp 62 TEST_P(MaybeSparseInstrProfTest, write_and_read_empty_profile) {
73 TEST_P(MaybeSparseInstrProfTest, write_and_read_one_function) {
90 TEST_P(MaybeSparseInstrProfTest, get_instr_prof_record) {
115 TEST_P(MaybeSparseInstrProfTest, get_function_counts) {
231 TEST_P(MaybeSparseInstrProfTest, get_icall_data_read_write) {
275 TEST_P(MaybeSparseInstrProfTest, annotate_vp_data) {
371 TEST_P(MaybeSparseInstrProfTest, get_icall_data_read_write_with_weight) {
414 TEST_P(MaybeSparseInstrProfTest, get_icall_data_read_write_big_endian) {
461 TEST_P(MaybeSparseInstrProfTest, get_icall_data_merge1) {
566 TEST_P(MaybeSparseInstrProfTest, get_icall_data_merge1_saturation) {
625 TEST_P(MaybeSparseInstrProfTest, get_icall_data_merge_site_trunc) {
694 TEST_P(MaybeSparseInstrProfTest, value_prof_data_read_write) {
759 TEST_P(MaybeSparseInstrProfTest, value_prof_data_read_write_mapping) {
797 TEST_P(MaybeSparseInstrProfTest, get_max_function_count) {
807 TEST_P(MaybeSparseInstrProfTest, get_weighted_function_counts) {
828 TEST_P(MaybeSparseInstrProfTest, instr_prof_symtab_test) {
884 TEST_P(MaybeSparseInstrProfTest, instr_prof_bogus_symtab_empty_func_name) {
890 TEST_P(MaybeSparseInstrProfTest, instr_prof_symtab_module_test) {
927 TEST_P(MaybeSparseInstrProfTest, instr_prof_symtab_compression_test) {
994 TEST_P(MaybeSparseInstrProfTest, remapping_test) {
unittests/Support/MemoryTest.cpp 96 TEST_P(MappedMemoryTest, AllocAndRelease) {
108 TEST_P(MappedMemoryTest, AllocAndReleaseHuge) {
124 TEST_P(MappedMemoryTest, MultipleAllocAndRelease) {
155 TEST_P(MappedMemoryTest, BasicWrite) {
176 TEST_P(MappedMemoryTest, MultipleWrite) {
240 TEST_P(MappedMemoryTest, EnabledWrite) {
302 TEST_P(MappedMemoryTest, SuccessiveNear) {
328 TEST_P(MappedMemoryTest, DuplicateNear) {
351 TEST_P(MappedMemoryTest, ZeroNear) {
378 TEST_P(MappedMemoryTest, ZeroSizeNear) {
405 TEST_P(MappedMemoryTest, UnalignedNear) {