/llvm-project/clang/unittests/Format/ |
H A D | FormatTestJS.cpp | 66 TEST_F(FormatTestJS, BlockComments) { in TEST_F() function 92 TEST_F(FormatTestJS, JSDocComments) { in TEST_F() function 229 TEST_F(FormatTestJS, UnderstandsJavaScriptOperators) { in TEST_F() function 284 TEST_F(FormatTestJS, UnderstandsAmpAmp) { in TEST_F() function 288 TEST_F(FormatTestJS, LiteralOperatorsCanBeKeywords) { in TEST_F() function 292 TEST_F(FormatTestJS, ReservedWords) { in TEST_F() function 346 TEST_F(FormatTestJS, ReservedWordsMethods) { in TEST_F() function 376 TEST_F(FormatTestJS, ReservedWordsParenthesized) { in TEST_F() function 386 TEST_F(FormatTestJS, ES6DestructuringAssignment) { in TEST_F() function 394 TEST_F(FormatTestJ function 504 TEST_F(FormatTestJS, MethodsInObjectLiterals) { TEST_F() function 533 TEST_F(FormatTestJS, GettersSettersVisibilityKeywords) { TEST_F() function 552 TEST_F(FormatTestJS, SpacesInContainerLiterals) { TEST_F() function 566 TEST_F(FormatTestJS, SingleQuotedStrings) { TEST_F() function 570 TEST_F(FormatTestJS, GoogScopes) { TEST_F() function 582 TEST_F(FormatTestJS, IIFEs) { TEST_F() function 601 TEST_F(FormatTestJS, GoogModules) { TEST_F() function 627 TEST_F(FormatTestJS, FormatsNamespaces) { TEST_F() function 636 TEST_F(FormatTestJS, NamespacesMayNotWrap) { TEST_F() function 651 TEST_F(FormatTestJS, AmbientDeclarations) { TEST_F() function 677 TEST_F(FormatTestJS, FormatsFreestandingFunctions) { TEST_F() function 709 TEST_F(FormatTestJS, FormatsDecorators) { TEST_F() function 770 TEST_F(FormatTestJS, GeneratorFunctions) { TEST_F() function 797 TEST_F(FormatTestJS, AsyncFunctions) { TEST_F() function 862 TEST_F(FormatTestJS, OverriddenMembers) { TEST_F() function 882 TEST_F(FormatTestJS, FunctionParametersTrailingComma) { TEST_F() function 906 TEST_F(FormatTestJS, ArrayLiterals) { TEST_F() function 948 TEST_F(FormatTestJS, ColumnLayoutForArrayLiterals) { TEST_F() function 959 TEST_F(FormatTestJS, TrailingCommaInsertion) { TEST_F() function 998 TEST_F(FormatTestJS, FunctionLiterals) { TEST_F() function 1102 TEST_F(FormatTestJS, DontWrapEmptyLiterals) { TEST_F() function 1111 TEST_F(FormatTestJS, InliningFunctionLiterals) { TEST_F() function 1168 TEST_F(FormatTestJS, MultipleFunctionLiterals) { TEST_F() function 1231 TEST_F(FormatTestJS, ArrowFunctions) { TEST_F() function 1275 TEST_F(FormatTestJS, ArrowFunctionStyle) { TEST_F() function 1303 TEST_F(FormatTestJS, ReturnStatements) { TEST_F() function 1309 TEST_F(FormatTestJS, ForLoops) { TEST_F() function 1324 TEST_F(FormatTestJS, WrapRespectsAutomaticSemicolonInsertion) { TEST_F() function 1371 TEST_F(FormatTestJS, AddsIsTheDictKeyOnNewline) { TEST_F() function 1381 TEST_F(FormatTestJS, AutomaticSemicolonInsertionHeuristic) { TEST_F() function 1461 TEST_F(FormatTestJS, ImportExportASI) { TEST_F() function 1476 TEST_F(FormatTestJS, ImportExportType) { TEST_F() function 1487 TEST_F(FormatTestJS, ClosureStyleCasts) { TEST_F() function 1491 TEST_F(FormatTestJS, TryCatch) { TEST_F() function 1505 TEST_F(FormatTestJS, StringLiteralConcatenation) { TEST_F() function 1516 TEST_F(FormatTestJS, RegexLiteralClassification) { TEST_F() function 1544 TEST_F(FormatTestJS, RegexLiteralSpecialCharacters) { TEST_F() function 1610 TEST_F(FormatTestJS, RegexLiteralModifiers) { TEST_F() function 1617 TEST_F(FormatTestJS, RegexLiteralLength) { TEST_F() function 1627 TEST_F(FormatTestJS, RegexLiteralExamples) { TEST_F() function 1631 TEST_F(FormatTestJS, IgnoresMpegTS) { TEST_F() function 1640 TEST_F(FormatTestJS, TypeAnnotations) { TEST_F() function 1679 TEST_F(FormatTestJS, UnionIntersectionTypes) { TEST_F() function 1701 TEST_F(FormatTestJS, UnionIntersectionTypesInObjectType) { TEST_F() function 1713 TEST_F(FormatTestJS, ClassDeclarations) { TEST_F() function 1759 TEST_F(FormatTestJS, StrictPropInitWrap) { TEST_F() function 1768 TEST_F(FormatTestJS, InterfaceDeclarations) { TEST_F() function 1786 TEST_F(FormatTestJS, ObjectTypesInExtendsImplements) { TEST_F() function 1797 TEST_F(FormatTestJS, EnumDeclarations) { TEST_F() function 1821 TEST_F(FormatTestJS, Decorators) { TEST_F() function 1842 TEST_F(FormatTestJS, TypeAliases) { TEST_F() function 1856 TEST_F(FormatTestJS, TypeInterfaceLineWrapping) { TEST_F() function 1868 TEST_F(FormatTestJS, RemoveEmptyLinesInArrowFunctions) { TEST_F() function 1881 TEST_F(FormatTestJS, Modules) { TEST_F() function 1972 TEST_F(FormatTestJS, ImportWrapping) { TEST_F() function 2007 TEST_F(FormatTestJS, TemplateStrings) { TEST_F() function 2113 TEST_F(FormatTestJS, TemplateStringMultiLineExpression) { TEST_F() function 2149 TEST_F(FormatTestJS, TemplateStringASI) { TEST_F() function 2155 TEST_F(FormatTestJS, NestedTemplateStrings) { TEST_F() function 2167 TEST_F(FormatTestJS, TaggedTemplateStrings) { TEST_F() function 2178 TEST_F(FormatTestJS, CastSyntax) { TEST_F() function 2199 TEST_F(FormatTestJS, TypeArguments) { TEST_F() function 2215 TEST_F(FormatTestJS, UserDefinedTypeGuards) { TEST_F() function 2223 TEST_F(FormatTestJS, OptionalTypes) { TEST_F() function 2241 TEST_F(FormatTestJS, IndexSignature) { TEST_F() function 2245 TEST_F(FormatTestJS, WrapAfterParen) { TEST_F() function 2263 TEST_F(FormatTestJS, JSDocAnnotations) { TEST_F() function 2361 TEST_F(FormatTestJS, TslintComments) { TEST_F() function 2373 TEST_F(FormatTestJS, TscComments) { TEST_F() function 2393 TEST_F(FormatTestJS, RequoteStringsSingle) { TEST_F() function 2417 TEST_F(FormatTestJS, RequoteAndIndent) { TEST_F() function 2432 TEST_F(FormatTestJS, RequoteStringsDouble) { TEST_F() function 2440 TEST_F(FormatTestJS, RequoteStringsLeave) { TEST_F() function 2447 TEST_F(FormatTestJS, SupportShebangLines) { TEST_F() function 2454 TEST_F(FormatTestJS, NonNullAssertionOperator) { TEST_F() function 2476 TEST_F(FormatTestJS, CppKeywords) { TEST_F() function 2536 TEST_F(FormatTestJS, NullPropagatingOperator) { TEST_F() function 2542 TEST_F(FormatTestJS, NullishCoalescingOperator) { TEST_F() function 2550 TEST_F(FormatTestJS, AssignmentOperators) { TEST_F() function 2559 TEST_F(FormatTestJS, Conditional) { TEST_F() function 2568 TEST_F(FormatTestJS, ImportComments) { TEST_F() function 2576 TEST_F(FormatTestJS, Exponentiation) { TEST_F() function 2581 TEST_F(FormatTestJS, NestedLiterals) { TEST_F() function 2626 TEST_F(FormatTestJS, BackslashesInComments) { TEST_F() function 2648 TEST_F(FormatTestJS, AddsLastLinePenaltyIfEndingIsBroken) { TEST_F() function 2668 TEST_F(FormatTestJS, ParameterNamingComment) { TEST_F() function 2672 TEST_F(FormatTestJS, ConditionalTypes) { TEST_F() function 2681 TEST_F(FormatTestJS, SupportPrivateFieldsAndMethods) { TEST_F() function 2703 TEST_F(FormatTestJS, DeclaredFields) { TEST_F() function 2710 TEST_F(FormatTestJS, NoBreakAfterAsserts) { TEST_F() function 2725 TEST_F(FormatTestJS, NumericSeparators) { TEST_F() function 2729 TEST_F(FormatTestJS, AlignConsecutiveDeclarations) { TEST_F() function 2765 TEST_F(FormatTestJS, AlignConsecutiveAssignments) { TEST_F() function 2802 TEST_F(FormatTestJS, AlignConsecutiveAssignmentsAndDeclarations) { TEST_F() function 2839 TEST_F(FormatTestJS, DontBreakFieldsAsGoToLabels) { TEST_F() function [all...] |
H A D | FormatTest.cpp | 20 TEST_F(FormatTest, MessUp) { in TEST_F() function 28 TEST_F(FormatTest, DefaultLLVMStyleIsCpp) { in TEST_F() function 32 TEST_F(FormatTest, LLVMStyleOverride) { in TEST_F() function 41 TEST_F(FormatTest, DoesNotChangeCorrectlyFormattedCode) { verifyFormat(";"); } in TEST_F() function 43 TEST_F(FormatTest, FormatsGlobalStatementsAt0) { in TEST_F() function 54 TEST_F(FormatTest, FormatsUnwrappedLinesAtFirstFormat) { in TEST_F() function 58 TEST_F(FormatTest, FormatsNestedBlockStatements) { in TEST_F() function 68 TEST_F(FormatTest, FormatsNestedCall) { in TEST_F() function 74 TEST_F(FormatTest, NestedNameSpecifiers) { in TEST_F() function 86 TEST_F(FormatTes function 102 TEST_F(FormatTest, RemovesEmptyLines) { TEST_F() function 415 TEST_F(FormatTest, RecognizesBinaryOperatorKeywords) { TEST_F() function 426 TEST_F(FormatTest, RecognizesUnaryOperatorKeywords) { TEST_F() function 440 TEST_F(FormatTest, FormatIfWithoutCompoundStatement) { TEST_F() function 754 TEST_F(FormatTest, FormatIfWithoutCompoundStatementButElseWith) { TEST_F() function 1367 TEST_F(FormatTest, FormatLoopsWithoutCompoundStatement) { TEST_F() function 1441 TEST_F(FormatTest, FormatShortBracedStatements) { TEST_F() function 1825 TEST_F(FormatTest, UnderstandsMacros) { TEST_F() function 1887 TEST_F(FormatTest, ShortBlocksInMacrosDontMergeWithCodeAfterMacro) { TEST_F() function 1906 TEST_F(FormatTest, ParseIfElse) { TEST_F() function 1963 TEST_F(FormatTest, ElseIf) { TEST_F() function 2027 TEST_F(FormatTest, SeparatePointerReferenceAlignment) { TEST_F() function 2278 TEST_F(FormatTest, FormatsForLoop) { TEST_F() function 2362 TEST_F(FormatTest, RangeBasedForLoops) { TEST_F() function 2373 TEST_F(FormatTest, ForEachLoops) { TEST_F() function 2477 TEST_F(FormatTest, FormatsWhileLoop) { TEST_F() function 2487 TEST_F(FormatTest, FormatsDoWhile) { TEST_F() function 2496 TEST_F(FormatTest, FormatsSwitchStatement) { TEST_F() function 2814 TEST_F(FormatTest, CaseRanges) { TEST_F() function 2823 TEST_F(FormatTest, ShortEnums) { TEST_F() function 2868 TEST_F(FormatTest, ShortCompoundRequirement) { TEST_F() function 2902 TEST_F(FormatTest, ShortCaseLabels) { TEST_F() function 3079 TEST_F(FormatTest, FormatsLabels) { TEST_F() function 3200 TEST_F(FormatTest, MultiLineControlStatements) { TEST_F() function 3424 TEST_F(FormatTest, BeforeWhile) { TEST_F() function 3444 TEST_F(FormatTest, DoesNotBreakSemiAfterClassDecl) { TEST_F() function 3448 TEST_F(FormatTest, UnderstandsAccessSpecifiers) { TEST_F() function 3561 TEST_F(FormatTest, SeparatesLogicalBlocks) { TEST_F() function 3619 TEST_F(FormatTest, FormatsClasses) { TEST_F() function 3654 TEST_F(FormatTest, BreakInheritanceStyle) { TEST_F() function 3712 TEST_F(FormatTest, FormatsVariableDeclarationsAfterRecord) { TEST_F() function 3751 TEST_F(FormatTest, FormatsEnum) { TEST_F() function 3871 TEST_F(FormatTest, FormatsEnumsWithErrors) { TEST_F() function 3885 TEST_F(FormatTest, FormatsEnumStruct) { TEST_F() function 3914 TEST_F(FormatTest, FormatsEnumClass) { TEST_F() function 3943 TEST_F(FormatTest, FormatsEnumTypes) { TEST_F() function 3952 TEST_F(FormatTest, FormatsTypedefEnum) { TEST_F() function 3977 TEST_F(FormatTest, FormatsNSEnums) { TEST_F() function 4019 TEST_F(FormatTest, FormatsBitfields) { TEST_F() function 4063 TEST_F(FormatTest, FormatsNamespaces) { TEST_F() function 4346 TEST_F(FormatTest, NamespaceMacros) { TEST_F() function 4441 TEST_F(FormatTest, FormatsCompactNamespaces) { TEST_F() function 4626 TEST_F(FormatTest, FormatsExternC) { TEST_F() function 4663 TEST_F(FormatTest, IndentExternBlockStyle) { TEST_F() function 4737 TEST_F(FormatTest, FormatsInlineASM) { TEST_F() function 4795 TEST_F(FormatTest, FormatTryCatch) { TEST_F() function 4843 TEST_F(FormatTest, FormatTryAsAVariable) { TEST_F() function 4892 TEST_F(FormatTest, FormatSEHTryCatch) { TEST_F() function 4912 TEST_F(FormatTest, IncompleteTryCatchBlocks) { TEST_F() function 4927 TEST_F(FormatTest, FormatTryCatchBraceStyles) { TEST_F() function 5002 TEST_F(FormatTest, StaticInitializers) { TEST_F() function 5029 TEST_F(FormatTest, DesignatedInitializers) { TEST_F() function 5071 TEST_F(FormatTest, BracedInitializerIndentWidth) { TEST_F() function 5256 TEST_F(FormatTest, NestedStaticInitializers) { TEST_F() function 5310 TEST_F(FormatTest, FormatsSmallMacroDefinitionsInSingleLine) { TEST_F() function 5316 TEST_F(FormatTest, DoesNotBreakPureVirtualFunctionDefinition) { TEST_F() function 5329 TEST_F(FormatTest, BreaksStringLiteralsOnlyInDefine) { TEST_F() function 5341 TEST_F(FormatTest, UnderstandsLinePPDirective) { TEST_F() function 5346 TEST_F(FormatTest, LayoutUnknownPPDirective) { TEST_F() function 5351 TEST_F(FormatTest, UnescapedEndOfLineEndsPPDirective) { TEST_F() function 5357 TEST_F(FormatTest, EndOfFileEndsPPDirective) { TEST_F() function 5362 TEST_F(FormatTest, DoesntRemoveUnknownTokens) { TEST_F() function 5380 TEST_F(FormatTest, IndentsPPDirectiveWithPPIndentWidth) { TEST_F() function 5648 TEST_F(FormatTest, IndentsPPDirectiveInReducedSpace) { TEST_F() function 5662 TEST_F(FormatTest, HandlePreprocessorDirectiveContext) { TEST_F() function 5678 TEST_F(FormatTest, LayoutSingleHash) { verifyFormat("#\na;"); } TEST_F() function 5680 TEST_F(FormatTest, LayoutCodeInMacroDefinitions) { TEST_F() function 5690 TEST_F(FormatTest, LayoutRemainingTokens) { TEST_F() function 5695 TEST_F(FormatTest, MacroDefinitionInsideStatement) { TEST_F() function 5702 TEST_F(FormatTest, HashInMacroDefinition) { TEST_F() function 5729 TEST_F(FormatTest, RespectWhitespaceInMacroDefinitions) { TEST_F() function 5740 TEST_F(FormatTest, EmptyLinesInMacroDefinitions) { TEST_F() function 5758 TEST_F(FormatTest, MacroDefinitionsWithIncompleteCode) { TEST_F() function 5825 TEST_F(FormatTest, MacrosWithoutTrailingSemicolon) { TEST_F() function 5874 TEST_F(FormatTest, MacroCallsWithoutTrailingSemicolon) { TEST_F() function 6067 TEST_F(FormatTest, FormatsMacrosWithZeroColumnWidth) { TEST_F() function 6074 TEST_F(FormatTest, LayoutMacroDefinitionsStatementsSpanningBlocks) { TEST_F() function 6082 TEST_F(FormatTest, IndentPreprocessorDirectives) { TEST_F() function 6456 TEST_F(FormatTest, FormatAlignInsidePreprocessorElseBlock) { TEST_F() function 6600 TEST_F(FormatTest, FormatHashIfNotAtStartOfLine) { TEST_F() function 6608 TEST_F(FormatTest, FormatUnbalancedStructuralElements) { TEST_F() function 6615 TEST_F(FormatTest, EscapedNewlines) { TEST_F() function 6680 TEST_F(FormatTest, CalculateSpaceOnConsecutiveLinesInMacro) { TEST_F() function 6688 TEST_F(FormatTest, MixingPreprocessorDirectivesAndNormalCode) { TEST_F() function 6703 TEST_F(FormatTest, LayoutStatementsAroundPreprocessorDirectives) { TEST_F() function 6815 TEST_F(FormatTest, GraciouslyHandleIncorrectPreprocessorConditions) { TEST_F() function 6820 TEST_F(FormatTest, FormatsJoinedLinesOnSubsequentRuns) { TEST_F() function 6832 TEST_F(FormatTest, LayoutBlockInsideParens) { TEST_F() function 6880 TEST_F(FormatTest, LayoutBlockInsideStatement) { TEST_F() function 6886 TEST_F(FormatTest, LayoutNestedBlocks) { TEST_F() function 6963 TEST_F(FormatTest, FormatNestedBlocksInMacros) { TEST_F() function 6984 TEST_F(FormatTest, PutEmptyBlocksIntoOneLine) { TEST_F() function 7020 TEST_F(FormatTest, FormatBeginBlockEndMacros) { TEST_F() function 7052 TEST_F(FormatTest, PreventConfusingIndents) { TEST_F() function 7080 TEST_F(FormatTest, LineBreakingInBinaryExpressions) { TEST_F() function 7182 TEST_F(FormatTest, ExpressionIndentation) { TEST_F() function 7231 TEST_F(FormatTest, ExpressionIndentationBreakingBeforeOperators) { TEST_F() function 7344 TEST_F(FormatTest, ExpressionIndentationStrictAlign) { TEST_F() function 7446 TEST_F(FormatTest, EnforcedOperatorWraps) { TEST_F() function 7455 TEST_F(FormatTest, NoOperandAlignment) { TEST_F() function 7491 TEST_F(FormatTest, BreakingBeforeNonAssigmentOperators) { TEST_F() function 7500 TEST_F(FormatTest, AllowBinPackingInsideArguments) { TEST_F() function 7553 TEST_F(FormatTest, BreakBinaryOperatorsInPresenceOfTemplates) { TEST_F() function 7590 TEST_F(FormatTest, ConstructorInitializers) { TEST_F() function 7718 TEST_F(FormatTest, AllowAllConstructorInitializersOnNextLine) { TEST_F() function 7918 TEST_F(FormatTest, AllowAllArgumentsOnNextLine) { TEST_F() function 7970 TEST_F(FormatTest, AllowAllArgumentsOnNextLineDontAlign) { TEST_F() function 8031 TEST_F(FormatTest, BreakFunctionDefinitionParameters) { TEST_F() function 8066 TEST_F(FormatTest, BreakBeforeInlineASMColon) { TEST_F() function 8119 TEST_F(FormatTest, BreakConstructorInitializersAfterColon) { TEST_F() function 8343 TEST_F(FormatTest, MemoizationTests) { TEST_F() function 8424 TEST_F(FormatTest, BreaksAsHighAsPossible) { TEST_F() function 8435 TEST_F(FormatTest, BreaksFunctionDeclarations) { TEST_F() function 8534 TEST_F(FormatTest, DontBreakBeforeQualifiedOperator) { TEST_F() function 8546 TEST_F(FormatTest, TrailingReturnType) { TEST_F() function 8577 TEST_F(FormatTest, DeductionGuides) { TEST_F() function 8602 TEST_F(FormatTest, BreaksFunctionDeclarationsWithTrailingTokens) { TEST_F() function 8725 TEST_F(FormatTest, FunctionAnnotations) { TEST_F() function 8747 TEST_F(FormatTest, BreaksDesireably) { TEST_F() function 8830 TEST_F(FormatTest, FormatsDeclarationsOnePerLine) { TEST_F() function 8862 TEST_F(FormatTest, FormatsOneParameterPerLineIfNecessary) { TEST_F() function 8927 TEST_F(FormatTest, AdaptiveOnePerLineFormatting) { TEST_F() function 8951 TEST_F(FormatTest, FormatsBuilderPattern) { TEST_F() function 9095 TEST_F(FormatTest, BreaksAccordingToOperatorPrecedence) { TEST_F() function 9137 TEST_F(FormatTest, BreaksAfterAssignments) { TEST_F() function 9155 TEST_F(FormatTest, ConfigurableBreakAssignmentPenalty) { TEST_F() function 9167 TEST_F(FormatTest, AlignsAfterAssignments) { TEST_F() function 9186 TEST_F(FormatTest, AlignsAfterReturn) { TEST_F() function 9209 TEST_F(FormatTest, AlignsAfterOpenBracket) { TEST_F() function 9342 TEST_F(FormatTest, ParenthesesAndOperandAlignment) { TEST_F() function 9364 TEST_F(FormatTest, BreaksConditionalExpressions) { TEST_F() function 9653 TEST_F(FormatTest, BreaksConditionalExpressionsAfterOperator) { TEST_F() function 9872 TEST_F(FormatTest, DeclarationsOfMultipleVariables) { TEST_F() function 9922 TEST_F(FormatTest, ConditionalExpressionsInBrackets) { TEST_F() function 9929 TEST_F(FormatTest, AlignsStringLiterals) { TEST_F() function 9988 TEST_F(FormatTest, ReturnTypeBreakingStyle) { TEST_F() function 10359 TEST_F(FormatTest, AlwaysBreakBeforeMultilineStrings) { TEST_F() function 10433 TEST_F(FormatTest, AlignsPipes) { TEST_F() function 10523 TEST_F(FormatTest, KeepStringLabelValuePairsOnALine) { TEST_F() function 10582 TEST_F(FormatTest, WrapBeforeInsertionOperatorbetweenStringLiterals) { TEST_F() function 10593 TEST_F(FormatTest, UnderstandsEquals) { TEST_F() function 10611 TEST_F(FormatTest, WrapsAtFunctionCallsIfNecessary) { TEST_F() function 10707 TEST_F(FormatTest, WrapsTemplateDeclarations) { TEST_F() function 10901 TEST_F(FormatTest, WrapsTemplateDeclarationsWithComments) { TEST_F() function 10946 TEST_F(FormatTest, WrapsTemplateParameters) { TEST_F() function 10986 TEST_F(FormatTest, WrapsAtNestedNameSpecifiers) { TEST_F() function 11027 TEST_F(FormatTest, UnderstandsTemplateParameters) { TEST_F() function 11111 TEST_F(FormatTest, UnderstandsShiftOperators) { TEST_F() function 11125 TEST_F(FormatTest, BitshiftOperatorWidth) { TEST_F() function 11137 TEST_F(FormatTest, UnderstandsBinaryOperators) { TEST_F() function 11142 TEST_F(FormatTest, UnderstandsPointersToMembers) { TEST_F() function 11176 TEST_F(FormatTest, UnderstandsUnaryOperators) { TEST_F() function 11238 TEST_F(FormatTest, DoesNotIndentRelativeToUnaryOperators) { TEST_F() function 11248 TEST_F(FormatTest, UnderstandsOverloadedOperators) { TEST_F() function 11320 TEST_F(FormatTest, SpaceBeforeTemplateCloser) { TEST_F() function 11328 TEST_F(FormatTest, UnderstandsFunctionRefQualification) { TEST_F() function 11542 TEST_F(FormatTest, PointerAlignmentFallback) { TEST_F() function 11569 TEST_F(FormatTest, UnderstandsNewAndDelete) { TEST_F() function 11640 TEST_F(FormatTest, UnderstandsUsesOfStarAndAmp) { TEST_F() function 12088 TEST_F(FormatTest, UnderstandsAttributes) { TEST_F() function 12140 TEST_F(FormatTest, UnderstandsPointerQualifiersInCast) { TEST_F() function 12187 TEST_F(FormatTest, UnderstandsSquareAttributes) { TEST_F() function 12228 TEST_F(FormatTest, AttributeClass) { TEST_F() function 12252 TEST_F(FormatTest, AttributesAfterMacro) { TEST_F() function 12275 TEST_F(FormatTest, AttributePenaltyBreaking) { TEST_F() function 12288 TEST_F(FormatTest, UnderstandsEllipsis) { TEST_F() function 12305 TEST_F(FormatTest, AdaptivelyFormatsPointersAndReferences) { TEST_F() function 12338 TEST_F(FormatTest, UnderstandsRvalueReferences) { TEST_F() function 12363 TEST_F(FormatTest, FormatsBinaryOperatorsPrecedingEquals) { TEST_F() function 12371 TEST_F(FormatTest, FormatsCasts) { TEST_F() function 12507 TEST_F(FormatTest, FormatsFunctionTypes) { TEST_F() function 12539 TEST_F(FormatTest, FormatsPointersToArrayTypes) { TEST_F() function 12544 TEST_F(FormatTest, BreaksLongVariableDeclarations) { TEST_F() function 12568 TEST_F(FormatTest, BreaksLongDeclarations) { TEST_F() function 12669 TEST_F(FormatTest, FormatsAccessModifiers) { TEST_F() function 12972 TEST_F(FormatTest, FormatsAfterAccessModifiers) { TEST_F() function 13339 TEST_F(FormatTest, FormatsAfterAndBeforeAccessModifiersInteraction) { TEST_F() function 13501 TEST_F(FormatTest, FormatsArrays) { TEST_F() function 13536 TEST_F(FormatTest, LineStartsWithSpecialCharacter) { TEST_F() function 13541 TEST_F(FormatTest, HandlesIncludeDirectives) { TEST_F() function 13593 TEST_F(FormatTest, IncompleteParameterLists) { TEST_F() function 13606 TEST_F(FormatTest, IncorrectCodeTrailingStuff) { TEST_F() function 13621 TEST_F(FormatTest, IncorrectCodeMissingSemicolon) { TEST_F() function 13639 TEST_F(FormatTest, IndentationWithinColumnLimitNotPossible) { TEST_F() function 13650 TEST_F(FormatTest, IncorrectAccessSpecifier) { TEST_F() function 13667 TEST_F(FormatTest, IncorrectCodeUnbalancedBraces) { TEST_F() function 13679 TEST_F(FormatTest, IncorrectUnbalancedBracesInMacrosWithUnicode) { TEST_F() function 13691 TEST_F(FormatTest, IncorrectCodeDoNoWhile) { TEST_F() function 13702 TEST_F(FormatTest, IncorrectCodeMissingParens) { TEST_F() function 13711 TEST_F(FormatTest, DoesNotTouchUnwrappedLinesWithErrors) { TEST_F() function 13718 TEST_F(FormatTest, IncorrectCodeErrorDetection) { TEST_F() function 13757 TEST_F(FormatTest, LayoutCallsInsideBraceInitializers) { TEST_F() function 13764 TEST_F(FormatTest, LayoutBraceInitializersInReturnStatement) { TEST_F() function 13768 TEST_F(FormatTest, LayoutCxx11BraceInitializers) { TEST_F() function 14073 TEST_F(FormatTest, FormatsBracedListsInColumnLayout) { TEST_F() function 14268 TEST_F(FormatTest, PullTrivialFunctionDefinitionsIntoSingleLine) { TEST_F() function 14384 TEST_F(FormatTest, PullEmptyFunctionDefinitionsIntoSingleLine) { TEST_F() function 14413 TEST_F(FormatTest, PullInlineFunctionDefinitionsIntoSingleLine) { TEST_F() function 14517 TEST_F(FormatTest, PullInlineOnlyFunctionDefinitionsIntoSingleLine) { TEST_F() function 14563 TEST_F(FormatTest, SplitEmptyFunction) { TEST_F() function 14630 TEST_F(FormatTest, SplitEmptyFunctionButNotRecord) { TEST_F() function 14660 TEST_F(FormatTest, KeepShortFunctionAfterPPElse) { TEST_F() function 14671 TEST_F(FormatTest, SplitEmptyClass) { TEST_F() function 14777 TEST_F(FormatTest, SplitEmptyStruct) { TEST_F() function 14804 TEST_F(FormatTest, SplitEmptyUnion) { TEST_F() function 14827 TEST_F(FormatTest, SplitEmptyNamespace) { TEST_F() function 14855 TEST_F(FormatTest, NeverMergeShortRecords) { TEST_F() function 14929 TEST_F(FormatTest, UnderstandContextOfRecordTypeKeywords) { TEST_F() function 14993 TEST_F(FormatTest, DoNotInterfereWithErrorAndWarning) { TEST_F() function 15000 TEST_F(FormatTest, FormatHashIfExpressions) { TEST_F() function 15014 TEST_F(FormatTest, MergeHandlingInTheFaceOfPreprocessorDirectives) { TEST_F() function 15082 TEST_F(FormatTest, FormatStarDependingOnContext) { TEST_F() function 15097 TEST_F(FormatTest, SpecialTokensAtEndOfLine) { TEST_F() function 15102 TEST_F(FormatTest, SkipsDeeplyNestedLines) { TEST_F() function 15130 TEST_F(FormatTest, FormatForObjectiveCMethodDecls) { TEST_F() function 15195 TEST_F(FormatTest, BreaksStringLiterals) { TEST_F() function 15361 TEST_F(FormatTest, BreaksStringLiteralsAtColumnLimit) { TEST_F() function 15367 TEST_F(FormatTest, FullyRemoveEmptyLines) { TEST_F() function 15374 TEST_F(FormatTest, BreaksStringLiteralsWithTabs) { TEST_F() function 15385 TEST_F(FormatTest, BreaksWideAndNSStringLiterals) { TEST_F() function 15417 TEST_F(FormatTest, DoesNotBreakRawStringLiterals) { TEST_F() function 15426 TEST_F(FormatTest, BreaksStringLiteralsWithin_TMacro) { TEST_F() function 15473 TEST_F(FormatTest, BreaksStringLiteralOperands) { TEST_F() function 15561 TEST_F(FormatTest, DontSplitStringLiteralsWithEscapedNewlines) { TEST_F() function 15570 TEST_F(FormatTest, CountsCharactersInMultilineRawStringLiterals) { TEST_F() function 15619 TEST_F(FormatTest, SkipsUnknownStringLiterals) { TEST_F() function 15627 TEST_F(FormatTest, DoesNotTryToParseUDLiteralsInPreCpp11Code) { TEST_F() function 15634 TEST_F(FormatTest, CppLexVersion) { TEST_F() function 15647 TEST_F(FormatTest, UnderstandsCpp1y) { verifyFormat("int bi{1'000'000};"); } TEST_F() function 15649 TEST_F(FormatTest, BreakStringLiteralsBeforeUnbreakableTokenSequence) { TEST_F() function 15696 TEST_F(FormatTest, DoNotBreakStringLiteralsInEscapeSequence) { TEST_F() function 15735 TEST_F(FormatTest, DoNotCreateUnreasonableUnwrappedLines) { TEST_F() function 15744 TEST_F(FormatTest, DoNotPrematurelyEndUnwrappedLineForReturnStatements) { TEST_F() function 15749 TEST_F(FormatTest, FormatsClosingBracesInEmptyNestedBlocks) { TEST_F() function 15757 TEST_F(FormatTest, ConfigurableIndentWidth) { TEST_F() function 15779 TEST_F(FormatTest, ConfigurableFunctionDeclarationIndentAfterType) { TEST_F() function 15785 TEST_F(FormatTest, ConfigurableUseOfTab) { TEST_F() function 16533 TEST_F(FormatTest, ZeroTabWidth) { TEST_F() function 16623 TEST_F(FormatTest, CalculatesOriginalColumn) { TEST_F() function 16652 TEST_F(FormatTest, ConfigurableSpaceBeforeParens) { TEST_F() function 17089 TEST_F(FormatTest, SpaceAfterLogicalNot) { TEST_F() function 17100 TEST_F(FormatTest, ConfigurableSpacesInParens) { TEST_F() function 17428 TEST_F(FormatTest, ConfigurableSpacesInSquareBrackets) { TEST_F() function 17454 TEST_F(FormatTest, ConfigurableSpaceBeforeBrackets) { TEST_F() function 17489 TEST_F(FormatTest, ConfigurableSpaceBeforeAssignmentOperators) { TEST_F() function 17503 TEST_F(FormatTest, ConfigurableSpaceBeforeColon) { TEST_F() function 17773 TEST_F(FormatTest, ConfigurableSpaceAroundPointerQualifiers) { TEST_F() function 17868 TEST_F(FormatTest, AlignConsecutiveMacros) { TEST_F() function 18114 TEST_F(FormatTest, AlignConsecutiveAssignmentsAcrossEmptyLines) { TEST_F() function 18189 TEST_F(FormatTest, AlignConsecutiveDeclarationsAcrossEmptyLinesAndComments) { TEST_F() function 18253 TEST_F(FormatTest, AlignConsecutiveBitFieldsAcrossEmptyLinesAndComments) { TEST_F() function 18321 TEST_F(FormatTest, AlignConsecutiveAssignmentsAcrossComments) { TEST_F() function 18409 TEST_F(FormatTest, AlignConsecutiveAssignmentsAcrossEmptyLinesAndComments) { TEST_F() function 18725 TEST_F(FormatTest, AlignCompoundAssignments) { TEST_F() function 18852 TEST_F(FormatTest, AlignConsecutiveAssignments) { TEST_F() function 19189 TEST_F(FormatTest, AlignConsecutiveBitFields) { TEST_F() function 19246 TEST_F(FormatTest, AlignConsecutiveDeclarations) { TEST_F() function 19865 TEST_F(FormatTest, AlignConsecutiveShortCaseStatements) { TEST_F() function 20099 TEST_F(FormatTest, AlignWithLineBreaks) { TEST_F() function 20247 TEST_F(FormatTest, AlignWithInitializerPeriods) { TEST_F() function 20293 TEST_F(FormatTest, LinuxBraceBreaking) { TEST_F() function 20334 TEST_F(FormatTest, MozillaBraceBreaking) { TEST_F() function 20379 TEST_F(FormatTest, StroustrupBraceBreaking) { TEST_F() function 20441 TEST_F(FormatTest, AllmanBraceBreaking) { TEST_F() function 20729 TEST_F(FormatTest, WhitesmithsBraceBreaking) { TEST_F() function 21121 TEST_F(FormatTest, GNUBraceBreaking) { TEST_F() function 21245 TEST_F(FormatTest, WebKitBraceBreaking) { TEST_F() function 21284 TEST_F(FormatTest, CatchExceptionReferenceBinding) { TEST_F() function 21292 TEST_F(FormatTest, CatchAlignArrayOfStructuresRightAlignment) { TEST_F() function 21554 TEST_F(FormatTest, CatchAlignArrayOfStructuresLeftAlignment) { TEST_F() function 21813 TEST_F(FormatTest, UnderstandsPragmas) { TEST_F() function 21837 TEST_F(FormatTest, UnderstandsPragmaOmpTarget) { TEST_F() function 21857 TEST_F(FormatTest, UnderstandPragmaOption) { TEST_F() function 21863 TEST_F(FormatTest, UnderstandPragmaRegion) { TEST_F() function 21869 TEST_F(FormatTest, OptimizeBreakPenaltyVsExcess) { TEST_F() function 21983 TEST_F(FormatTest, BreakPenaltyAfterLParen) { TEST_F() function 21997 TEST_F(FormatTest, BreakPenaltyAfterCastLParen) { TEST_F() function 22013 TEST_F(FormatTest, BreakPenaltyAfterForLoopLParen) { TEST_F() function 22043 TEST_F(FormatTest, BreakPenaltyScopeResolution) { TEST_F() function 22056 TEST_F(FormatTest, WorksFor8bitEncodings) { TEST_F() function 22068 TEST_F(FormatTest, HandlesUTF8BOM) { TEST_F() function 22082 TEST_F(FormatTest, CountsUTF8CharactersProperly) { TEST_F() function 22096 TEST_F(FormatTest, SplitsUTF8Strings) { TEST_F() function 22141 TEST_F(FormatTest, HandlesDoubleWidthCharsInMultiLineStrings) { TEST_F() function 22150 TEST_F(FormatTest, SplitsUTF8LineComments) { TEST_F() function 22165 TEST_F(FormatTest, SplitsUTF8BlockComments) { TEST_F() function 22190 TEST_F(FormatTest, ConstructorInitializerIndentWidth) { TEST_F() function 22231 TEST_F(FormatTest, BreakConstructorInitializersBeforeComma) { TEST_F() function 22327 TEST_F(FormatTest, ConstructorInitializersWithPreprocessorDirective) { TEST_F() function 22399 TEST_F(FormatTest, Destructors) { TEST_F() function 22404 TEST_F(FormatTest, FormatsWithWebKitStyle) { TEST_F() function 22572 TEST_F(FormatTest, FormatsLambdas) { TEST_F() function 23541 TEST_F(FormatTest, LambdaWithLineComments) { TEST_F() function 23589 TEST_F(FormatTest, EmptyLinesInLambdas) { TEST_F() function 23600 TEST_F(FormatTest, FormatsBlocks) { TEST_F() function 23704 TEST_F(FormatTest, FormatsBlocksWithZeroColumnWidth) { TEST_F() function 23770 TEST_F(FormatTest, SupportsCRLF) { TEST_F() function 23900 TEST_F(FormatTest, MunchSemicolonAfterBlocks) { TEST_F() function 23907 TEST_F(FormatTest, ConfigurableContinuationIndentWidth) { TEST_F() function 23925 TEST_F(FormatTest, WrappedClosingParenthesisIndent) { TEST_F() function 23941 TEST_F(FormatTest, SpacesInAngles) { TEST_F() function 24013 TEST_F(FormatTest, SpaceAfterTemplateKeyword) { TEST_F() function 24019 TEST_F(FormatTest, TripleAngleBrackets) { TEST_F() function 24033 TEST_F(FormatTest, MergeLessLessAtEnd) { TEST_F() function 24042 TEST_F(FormatTest, HandleUnbalancedImplicitBracesAcrossPPBranches) { TEST_F() function 24056 TEST_F(FormatTest, HandleConflictMarkers) { TEST_F() function 24147 TEST_F(FormatTest, DisableRegions) { TEST_F() function 24218 TEST_F(FormatTest, DoNotCrashOnInvalidInput) { TEST_F() function 24223 TEST_F(FormatTest, FormatsTableGenCode) { TEST_F() function 24229 TEST_F(FormatTest, ArrayOfTemplates) { TEST_F() function 24239 TEST_F(FormatTest, ArrayAsTemplateType) { TEST_F() function 24249 TEST_F(FormatTest, NoSpaceAfterSuper) { verifyFormat("__super::FooBar();"); } TEST_F() function 24251 TEST_F(FormatTest, FormatSortsUsingDeclarations) { TEST_F() function 24259 TEST_F(FormatTest, UTF8CharacterLiteralCpp03) { TEST_F() function 24266 TEST_F(FormatTest, UTF8CharacterLiteralCpp11) { TEST_F() function 24272 TEST_F(FormatTest, DoNotFormatLikelyXml) { TEST_F() function 24277 TEST_F(FormatTest, StructuredBindings) { TEST_F() function 24340 TEST_F(FormatTest, FileAndCode) { TEST_F() function 24372 TEST_F(FormatTest, GuessLanguageWithCpp11AttributeSpecifiers) { TEST_F() function 24405 TEST_F(FormatTest, GuessLanguageWithCaret) { TEST_F() function 24421 TEST_F(FormatTest, GuessLanguageWithPragmas) { TEST_F() function 24430 TEST_F(FormatTest, FormatsInlineAsmSymbolicNames) { TEST_F() function 24454 TEST_F(FormatTest, GuessedLanguageWithInlineAsmClobbers) { TEST_F() function 24493 TEST_F(FormatTest, GuessLanguageWithChildLines) { TEST_F() function 24506 TEST_F(FormatTest, TypenameMacros) { TEST_F() function 24541 TEST_F(FormatTest, AtomicQualifier) { TEST_F() function 24580 TEST_F(FormatTest, C11Generic) { TEST_F() function 24624 TEST_F(FormatTest, AmbersandInLamda) { TEST_F() function 24633 TEST_F(FormatTest, TrailingReturnTypeAuto) { TEST_F() function 24643 TEST_F(FormatTest, SpacesInConditionalStatement) { TEST_F() function 24673 TEST_F(FormatTest, AlternativeOperators) { TEST_F() function 24724 TEST_F(FormatTest, STLWhileNotDefineChed) { TEST_F() function 24730 TEST_F(FormatTest, OperatorSpacing) { TEST_F() function 24884 TEST_F(FormatTest, OperatorPassedAsAFunctionPtr) { TEST_F() function 24895 TEST_F(FormatTest, WhitespaceSensitiveMacros) { TEST_F() function 24920 TEST_F(FormatTest, SkipMacroDefinitionBody) { TEST_F() function 25061 TEST_F(FormatTest, VeryLongNamespaceCommentSplit) { TEST_F() function 25128 TEST_F(FormatTest, LikelyUnlikely) { TEST_F() function 25231 TEST_F(FormatTest, PenaltyIndentedWhitespace) { TEST_F() function 25253 TEST_F(FormatTest, LLVMDefaultStyle) { TEST_F() function 25260 TEST_F(FormatTest, GNUDefaultStyle) { TEST_F() function 25268 TEST_F(FormatTest, MozillaDefaultStyle) { TEST_F() function 25276 TEST_F(FormatTest, GoogleDefaultStyle) { TEST_F() function 25283 TEST_F(FormatTest, ChromiumDefaultStyle) { TEST_F() function 25290 TEST_F(FormatTest, MicrosoftDefaultStyle) { TEST_F() function 25298 TEST_F(FormatTest, WebKitDefaultStyle) { TEST_F() function 25306 TEST_F(FormatTest, Concepts) { TEST_F() function 25723 TEST_F(FormatTest, RequiresClausesPositions) { TEST_F() function 25988 TEST_F(FormatTest, RequiresClauses) { TEST_F() function 26055 TEST_F(FormatTest, RequiresExpressionIndentation) { TEST_F() function 26172 TEST_F(FormatTest, StatementAttributeLikeMacros) { TEST_F() function 26202 TEST_F(FormatTest, IndentAccessModifiers) { TEST_F() function 26268 TEST_F(FormatTest, LimitlessStringsAndComments) { TEST_F() function 26295 TEST_F(FormatTest, FormatDecayCopy) { TEST_F() function 26319 TEST_F(FormatTest, Cpp20ModulesSupport) { TEST_F() function 26388 TEST_F(FormatTest, CoroutineForCoawait) { TEST_F() function 26402 TEST_F(FormatTest, CoroutineCoAwait) { TEST_F() function 26426 TEST_F(FormatTest, CoroutineCoYield) { TEST_F() function 26437 TEST_F(FormatTest, CoroutineCoReturn) { TEST_F() function 26446 TEST_F(FormatTest, EmptyShortBlock) { TEST_F() function 26463 TEST_F(FormatTest, ShortTemplatedArgumentLists) { TEST_F() function 26475 TEST_F(FormatTest, MultilineLambdaInConditional) { TEST_F() function 26523 TEST_F(FormatTest, AlignAfterOpenBracketBlockIndent) { TEST_F() function 26681 TEST_F(FormatTest, AlignAfterOpenBracketBlockIndentIfStatement) { TEST_F() function 26743 TEST_F(FormatTest, AlignAfterOpenBracketBlockIndentForStatement) { TEST_F() function 26773 TEST_F(FormatTest, AlignAfterOpenBracketBlockIndentInitializers) { TEST_F() function 26922 TEST_F(FormatTest, UnderstandsDigraphs) { TEST_F() function 26932 TEST_F(FormatTest, AlignArrayOfStructuresLeftAlignmentNonSquare) { TEST_F() function 26996 TEST_F(FormatTest, AlignArrayOfStructuresRightAlignmentNonSquare) { TEST_F() function 27060 TEST_F(FormatTest, FormatsVariableTemplates) { TEST_F() function 27066 TEST_F(FormatTest, RemoveSemicolon) { TEST_F() function 27133 TEST_F(FormatTest, BreakAfterAttributes) { TEST_F() function 27341 TEST_F(FormatTest, InsertNewlineAtEOF) { TEST_F() function 27349 TEST_F(FormatTest, KeepEmptyLinesAtEOF) { TEST_F() function 27358 TEST_F(FormatTest, SpaceAfterUDL) { TEST_F() function 27363 TEST_F(FormatTest, InterfaceAsClassMemberName) { TEST_F() function 27370 TEST_F(FormatTest, PreprocessorOverlappingRegions) { TEST_F() function 27382 TEST_F(FormatTest, RemoveParentheses) { TEST_F() function 27494 TEST_F(FormatTest, AllowBreakBeforeNoexceptSpecifier) { TEST_F() function 27540 TEST_F(FormatTest, PPBranchesInBracedInit) { TEST_F() function 27559 TEST_F(FormatTest, PPDirectivesAndCommentsInBracedInit) { TEST_F() function 27571 TEST_F(FormatTest, BreakAdjacentStringLiterals) { TEST_F() function 27586 TEST_F(FormatTest, AlignUTFCommentsAndStringLiterals) { TEST_F() function 27625 TEST_F(FormatTest, SpaceBetweenKeywordAndLiteral) { TEST_F() function [all...] |
H A D | FormatTestComments.cpp | 26 TEST_F(FormatTestComments, UnderstandsSingleLineComments) { in TEST_F() function 335 TEST_F(FormatTestComments, KeepsParameterWithTrailingCommentsOnTheirOwnLine) { in TEST_F() function 367 TEST_F(FormatTestComments, RemovesTrailingWhitespaceOfComments) { TEST_F() function 376 TEST_F(FormatTestComments, UnderstandsBlockComments) { TEST_F() function 420 TEST_F(FormatTestComments, AlignsBlockComments) { TEST_F() function 494 TEST_F(FormatTestComments, CommentReflowingCanBeTurnedOff) { TEST_F() function 501 TEST_F(FormatTestComments, CorrectlyHandlesLengthOfBlockComments) { TEST_F() function 525 TEST_F(FormatTestComments, DontBreakNonTrailingBlockComments) { TEST_F() function 532 TEST_F(FormatTestComments, SplitsLongCxxComments) { TEST_F() function 667 TEST_F(FormatTestComments, PreservesHangingIndentInCxxComments) { TEST_F() function 682 TEST_F(FormatTestComments, DontSplitLineCommentsWithEscapedNewlines) { TEST_F() function 708 TEST_F(FormatTestComments, DontIntroduceMultilineComments) { TEST_F() function 726 TEST_F(FormatTestComments, DontSplitLineCommentsWithPragmas) { TEST_F() function 737 TEST_F(FormatTestComments, PriorityOfCommentBreaking) { TEST_F() function 767 TEST_F(FormatTestComments, MultiLineCommentsInDefines) { TEST_F() function 790 TEST_F(FormatTestComments, ParsesCommentsAdjacentToPPDirectives) { TEST_F() function 799 TEST_F(FormatTestComments, KeepsLevelOfCommentBeforePPDirective) { TEST_F() function 1090 TEST_F(FormatTestComments, CommentsBetweenUnbracedBodyAndPPDirective) { TEST_F() function 1120 TEST_F(FormatTestComments, SplitsLongLinesInComments) { TEST_F() function 1304 TEST_F(FormatTestComments, SplitsLongLinesInCommentsInPreprocessor) { TEST_F() function 1341 TEST_F(FormatTestComments, KeepsTrailingPPCommentsAndSectionCommentsSeparate) { TEST_F() function 1374 TEST_F(FormatTestComments, AlignsPPElseEndifComments) { TEST_F() function 1398 TEST_F(FormatTestComments, CommentsInStaticInitializers) { TEST_F() function 1464 TEST_F(FormatTestComments, LineCommentsAfterRightBrace) { TEST_F() function 1522 TEST_F(FormatTestComments, ReflowsComments) { TEST_F() function 2138 TEST_F(FormatTestComments, ReflowsCommentsPrecise) { TEST_F() function 2178 TEST_F(FormatTestComments, ReflowsCommentsWithExtraWhitespace) { TEST_F() function 2217 TEST_F(FormatTestComments, IgnoresIf0Contents) { TEST_F() function 2370 TEST_F(FormatTestComments, DontCrashOnBlockComments) { TEST_F() function 2381 TEST_F(FormatTestComments, BlockCommentsInControlLoops) { TEST_F() function 2401 TEST_F(FormatTestComments, BlockComments) { TEST_F() function 2512 TEST_F(FormatTestComments, BlockCommentsInMacros) { TEST_F() function 2533 TEST_F(FormatTestComments, BlockCommentsAtEndOfLine) { TEST_F() function 2555 TEST_F(FormatTestComments, BreaksAfterMultilineBlockCommentsInParamLists) { TEST_F() function 2623 TEST_F(FormatTestComments, IndentLineCommentsInStartOfBlockAtEndOfFile) { TEST_F() function 2629 TEST_F(FormatTestComments, AlignTrailingComments) { TEST_F() function 2861 TEST_F(FormatTestComments, AlignTrailingCommentsAcrossEmptyLines) { TEST_F() function 3042 TEST_F(FormatTestComments, AlignTrailingCommentsLeave) { TEST_F() function 3150 TEST_F(FormatTestComments, DontAlignNamespaceComments) { TEST_F() function 3266 TEST_F(FormatTestComments, DontAlignOverScope) { TEST_F() function 3416 TEST_F(FormatTestComments, AlignsBlockCommentDecorations) { TEST_F() function 3584 TEST_F(FormatTestComments, NoCrash_Bug34236) { TEST_F() function 3601 TEST_F(FormatTestComments, NonTrailingBlockComments) { TEST_F() function 3617 TEST_F(FormatTestComments, PythonStyleComments) { TEST_F() function 3695 TEST_F(FormatTestComments, BreaksBeforeTrailingUnbreakableSequence) { TEST_F() function 3704 TEST_F(FormatTestComments, ReflowBackslashCrash) { TEST_F() function 3719 TEST_F(FormatTestComments, IndentsLongJavadocAnnotatedLines) { TEST_F() function 3819 TEST_F(FormatTestComments, SpaceAtLineCommentBegin) { TEST_F() function 4621 TEST_F(FormatTestComments, SplitCommentIntroducers) { TEST_F() function [all...] |
H A D | FormatTestJava.cpp | 31 TEST_F(FormatTestJava, NoAlternativeOperatorNames) { in TEST_F() function 35 TEST_F(FormatTestJava, UnderstandsCasts) { in TEST_F() function 39 TEST_F(FormatTestJava, FormatsInstanceOfLikeOperators) { in TEST_F() function 52 TEST_F(FormatTestJava, Chromium) { in TEST_F() function 67 TEST_F(FormatTestJava, QualifiedNames) { in TEST_F() function 72 TEST_F(FormatTestJava, ClassKeyword) { in TEST_F() function 77 TEST_F(FormatTestJava, ClassDeclarations) { in TEST_F() function 146 TEST_F(FormatTestJava, AnonymousClasses) { in TEST_F() function 159 TEST_F(FormatTestJava, EnumDeclarations) { in TEST_F() function 227 TEST_F(FormatTestJava, ArrayInitializers) { in TEST_F() function [all …]
|
H A D | SortIncludesTest.cpp | 55 TEST_F(SortIncludesTest, BasicSorting) { in TEST_F() function 72 TEST_F(SortIncludesTest, TrailingComments) { in TEST_F() function 87 TEST_F(SortIncludesTest, SortedIncludesUsingSortPriorityAttribute) { in TEST_F() function 144 TEST_F(SortIncludesTest, SortPriorityNotDefined) { in TEST_F() function 158 TEST_F(SortIncludesTest, NoReplacementsForValidIncludes) { in TEST_F() function 169 TEST_F(SortIncludesTest, MainFileHeader) { in TEST_F() function 186 TEST_F(SortIncludesTest, SortedIncludesInMultipleBlocksAreMerged) { in TEST_F() function 208 TEST_F(SortIncludesTest, SupportClangFormatOff) { in TEST_F() function 248 TEST_F(SortIncludesTest, SupportClangFormatOffCStyle) { in TEST_F() function 286 TEST_F(SortIncludesTes function 297 TEST_F(SortIncludesTest, MixIncludeAndImport) { TEST_F() function 306 TEST_F(SortIncludesTest, FixTrailingComments) { TEST_F() function 315 TEST_F(SortIncludesTest, LeadingWhitespace) { TEST_F() function 332 TEST_F(SortIncludesTest, TrailingWhitespace) { TEST_F() function 343 TEST_F(SortIncludesTest, GreaterInComment) { TEST_F() function 352 TEST_F(SortIncludesTest, SortsLocallyInEachBlock) { TEST_F() function 364 TEST_F(SortIncludesTest, SortsAllBlocksWhenMerging) { TEST_F() function 375 TEST_F(SortIncludesTest, CommentsAlwaysSeparateGroups) { TEST_F() function 406 TEST_F(SortIncludesTest, HandlesAngledIncludesAsSeparateBlocks) { TEST_F() function 437 TEST_F(SortIncludesTest, RegroupsAngledIncludesInSeparateBlocks) { TEST_F() function 450 TEST_F(SortIncludesTest, HandlesMultilineIncludes) { TEST_F() function 460 TEST_F(SortIncludesTest, HandlesTrailingCommentsWithAngleBrackets) { TEST_F() function 474 TEST_F(SortIncludesTest, LeavesMainHeaderFirst) { TEST_F() function 550 TEST_F(SortIncludesTest, LeavesMainHeaderFirstInAdditionalExtensions) { TEST_F() function 601 TEST_F(SortIncludesTest, RecognizeMainHeaderInAllGroups) { TEST_F() function 615 TEST_F(SortIncludesTest, MainHeaderIsSeparatedWhenRegroupping) { TEST_F() function 630 TEST_F(SortIncludesTest, SupportOptionalCaseSensitiveSorting) { TEST_F() function 673 TEST_F(SortIncludesTest, SupportCaseInsensitiveMatching) { TEST_F() function 696 TEST_F(SortIncludesTest, SupportOptionalCaseSensitiveMachting) { TEST_F() function 746 TEST_F(SortIncludesTest, NegativePriorities) { TEST_F() function 767 TEST_F(SortIncludesTest, PriorityGroupsAreSeparatedWhenRegroupping) { TEST_F() function 796 TEST_F(SortIncludesTest, CalculatesCorrectCursorPosition) { TEST_F() function 809 TEST_F(SortIncludesTest, CalculatesCorrectCursorPositionWithRegrouping) { TEST_F() function 824 TEST_F(SortIncludesTest, TEST_F() function 847 TEST_F( TEST_F() function 940 TEST_F(SortIncludesTest, DeduplicateIncludes) { TEST_F() function 976 TEST_F(SortIncludesTest, SortAndDeduplicateIncludes) { TEST_F() function 1012 TEST_F(SortIncludesTest, CalculatesCorrectCursorPositionAfterDeduplicate) { TEST_F() function 1035 TEST_F(SortIncludesTest, DeduplicateLocallyInEachBlock) { TEST_F() function 1049 TEST_F(SortIncludesTest, ValidAffactedRangesAfterDeduplicatingIncludes) { TEST_F() function 1064 TEST_F(SortIncludesTest, DoNotSortLikelyXml) { TEST_F() function 1076 TEST_F(SortIncludesTest, DoNotOutputReplacementsForSortedBlocksWithRegrouping) { TEST_F() function 1084 TEST_F(SortIncludesTest, TEST_F() function 1093 TEST_F(SortIncludesTest, MainIncludeChar) { TEST_F() function 1117 TEST_F(SortIncludesTest, MainIncludeCharAnyPickQuote) { TEST_F() function 1128 TEST_F(SortIncludesTest, MainIncludeCharAnyPickAngleBracket) { TEST_F() function 1139 TEST_F(SortIncludesTest, MainIncludeCharQuoteAndRegroup) { TEST_F() function 1169 TEST_F(SortIncludesTest, MainIncludeCharAngleBracketAndRegroup) { TEST_F() function 1199 TEST_F(SortIncludesTest, DoNotRegroupGroupsInGoogleObjCStyle) { TEST_F() function 1210 TEST_F(SortIncludesTest, DoNotTreatPrecompiledHeadersAsFirstBlock) { TEST_F() function 1249 TEST_F(SortIncludesTest, skipUTF8ByteOrderMarkMerge) { TEST_F() function 1267 TEST_F(SortIncludesTest, skipUTF8ByteOrderMarkPreserve) { TEST_F() function 1286 TEST_F(SortIncludesTest, MergeLines) { TEST_F() function 1301 TEST_F(SortIncludesTest, DisableFormatDisablesIncludeSorting) { TEST_F() function 1311 TEST_F(SortIncludesTest, DisableRawStringLiteralSorting) { TEST_F() function 1458 TEST_F(SortIncludesTest, BlockCommentedOutIncludes) { TEST_F() function [all...] |
H A D | FormatTestTableGen.cpp | 56 TEST_F(FormatTestTableGen, FormatStringBreak) { in TEST_F() function 65 TEST_F(FormatTestTableGen, NoSpacesInSquareBracketLists) { in TEST_F() function 69 TEST_F(FormatTestTableGen, LiteralsAndIdentifiers) { in TEST_F() function 78 TEST_F(FormatTestTableGen, BangOperators) { in TEST_F() function 107 TEST_F(FormatTestTableGen, Include) { TEST_F() function 111 TEST_F(FormatTestTableGen, Types) { TEST_F() function 115 TEST_F(FormatTestTableGen, SimpleValue1_SingleLiterals) { TEST_F() function 122 TEST_F(FormatTestTableGen, SimpleValue1_MultilineString) { TEST_F() function 146 TEST_F(FormatTestTableGen, SimpleValue2) { TEST_F() function 153 TEST_F(FormatTestTableGen, SimpleValue3) { TEST_F() function 157 TEST_F(FormatTestTableGen, SimpleValue4) { TEST_F() function 161 TEST_F(FormatTestTableGen, SimpleValue5) { TEST_F() function 172 TEST_F(FormatTestTableGen, SimpleValue6) { TEST_F() function 190 TEST_F(FormatTestTableGen, SimpleValue7) { TEST_F() function 194 TEST_F(FormatTestTableGen, SimpleValue8) { TEST_F() function 198 TEST_F(FormatTestTableGen, ValueSuffix) { TEST_F() function 209 TEST_F(FormatTestTableGen, PasteOperator) { TEST_F() function 220 TEST_F(FormatTestTableGen, ClassDefinition) { TEST_F() function 236 TEST_F(FormatTestTableGen, Def) { TEST_F() function 249 TEST_F(FormatTestTableGen, Let) { TEST_F() function 256 TEST_F(FormatTestTableGen, MultiClass) { TEST_F() function 292 TEST_F(FormatTestTableGen, MultiClassesWithPasteOperator) { TEST_F() function 302 TEST_F(FormatTestTableGen, Defm) { TEST_F() function 308 TEST_F(FormatTestTableGen, Defset) { TEST_F() function 315 TEST_F(FormatTestTableGen, Defvar) { TEST_F() function 320 TEST_F(FormatTestTableGen, ForEach) { TEST_F() function 330 TEST_F(FormatTestTableGen, Dump) { verifyFormat("dump \"Dump\";"); } TEST_F() function 332 TEST_F(FormatTestTableGen, If) { TEST_F() function 340 TEST_F(FormatTestTableGen, Assert) { TEST_F() function 344 TEST_F(FormatTestTableGen, DAGArgBreakElements) { TEST_F() function 381 TEST_F(FormatTestTableGen, DAGArgBreakAll) { TEST_F() function 423 TEST_F(FormatTestTableGen, DAGArgAlignment) { TEST_F() function 455 TEST_F(FormatTestTableGen, CondOperatorAlignment) { TEST_F() function 469 TEST_F(FormatTestTableGen, DefAlignment) { TEST_F() function [all...] |
H A D | FormatTestTextProto.cpp | 27 TEST_F(FormatTestTextProto, KeepsTopLevelEntriesFittingALine) { TEST_F() function 31 TEST_F(FormatTestTextProto, SupportsMessageFields) { TEST_F() function 76 TEST_F(FormatTestTextProto, AvoidsTopLevelBinPacking) { TEST_F() function 109 TEST_F(FormatTestTextProto, AddsNewlinesAfterTrailingComments) { TEST_F() function 124 TEST_F(FormatTestTextProto, ImplicitStringLiteralConcatenation) { TEST_F() function 141 TEST_F(FormatTestTextProto, SupportsAngleBracketMessageFields) { TEST_F() function 331 TEST_F(FormatTestTextProto, DiscardsUnbreakableTailIfCanBreakAfter) { TEST_F() function 343 TEST_F(FormatTestTextProto, KeepsLongStringLiteralsOnSameLine) { TEST_F() function 350 TEST_F(FormatTestTextProto, KeepsCommentsIndentedInList) { TEST_F() function 361 TEST_F(FormatTestTextProto, UnderstandsHashComments) { TEST_F() function 404 TEST_F(FormatTestTextProto, FormatsExtensions) { TEST_F() function 478 TEST_F(FormatTestTextProto, SpacesAroundPercents) { TEST_F() function 484 TEST_F(FormatTestTextProto, FormatsRepeatedListInitializers) { TEST_F() function 528 TEST_F(FormatTestTextProto, AcceptsOperatorAsKey) { TEST_F() function 541 TEST_F(FormatTestTextProto, BreaksConsecutiveStringLiterals) { TEST_F() function 546 TEST_F(FormatTestTextProto, PutsMultipleEntriesInExtensionsOnNewlines) { TEST_F() function 562 TEST_F(FormatTestTextProto, BreaksAfterBraceFollowedByClosingBraceOnNextLine) { TEST_F() function 573 TEST_F(FormatTestTextProto, BreaksEntriesOfSubmessagesContainingSubmessages) { TEST_F() function 680 TEST_F(FormatTestTextProto, PreventBreaksBetweenKeyAndSubmessages) { TEST_F() function 703 TEST_F(FormatTestTextProto, FormatsCommentsAtEndOfFile) { TEST_F() function 720 TEST_F(FormatTestTextProto, KeepsAmpersandsNextToKeys) { TEST_F() function [all...] |
H A D | MatchFilePathTest.cpp | 26 TEST_F(MatchFilePathTest, Wildcard) { in TEST_F() function 39 TEST_F(MatchFilePathTest, Backslash) { in TEST_F() function 47 TEST_F(MatchFilePathTest, Newline) { in TEST_F() function 54 TEST_F(MatchFilePathTest, Star) { in TEST_F() function 59 TEST_F(MatchFilePathTest, CaseSensitive) { in TEST_F() function 66 TEST_F(MatchFilePathTest, PathSeparators) { in TEST_F() function 71 TEST_F(MatchFilePathTest, NumericEscapeSequence) { in TEST_F() function 77 TEST_F(MatchFilePathTest, ValidBrackets) { in TEST_F() function 86 TEST_F(MatchFilePathTest, InvalidBrackets) { in TEST_F() function 93 TEST_F(MatchFilePathTes function 100 TEST_F(MatchFilePathTest, Hyphen) { TEST_F() function 114 TEST_F(MatchFilePathTest, UpperLELower) { TEST_F() function 124 TEST_F(MatchFilePathTest, SlashAndBackslashInBrackets) { TEST_F() function 133 TEST_F(MatchFilePathTest, SlashAndBackslashInRange) { TEST_F() function 144 TEST_F(MatchFilePathTest, Brackets) { TEST_F() function 153 TEST_F(MatchFilePathTest, Path) { TEST_F() function [all...] |
H A D | SortImportsTestJS.cpp | 50 TEST_F(SortImportsTestJS, AlreadySorted) { in TEST_F() function 63 TEST_F(SortImportsTestJS, BasicSorting) { in TEST_F() function 75 TEST_F(SortImportsTestJS, DefaultBinding) { in TEST_F() function 85 TEST_F(SortImportsTestJS, DefaultAndNamedBinding) { in TEST_F() function 95 TEST_F(SortImportsTestJS, WrappedImportStatements) { in TEST_F() function 110 TEST_F(SortImportsTestJS, SeparateMainCodeBody) { in TEST_F() function 117 TEST_F(SortImportsTestJS, Comments) { in TEST_F() function 138 TEST_F(SortImportsTestJS, SortStar) { in TEST_F() function 147 TEST_F(SortImportsTestJS, AliasesSymbols) { in TEST_F() function 154 TEST_F(SortImportsTestJS, SortSymbols) { in TEST_F() function [all …]
|
H A D | SortImportsTestJava.cpp | 39 TEST_F(SortImportsTestJava, StaticSplitFromNormal) { in TEST_F() function 47 TEST_F(SortImportsTestJava, CapitalBeforeLowercase) { in TEST_F() function 56 TEST_F(SortImportsTestJava, KeepSplitGroupsWithOneNewImport) { in TEST_F() function 83 TEST_F(SortImportsTestJava, SplitGroupsWithNewline) { in TEST_F() function 103 TEST_F(SortImportsTestJava, UnspecifiedGroupAfterAllGroups) { in TEST_F() function 119 TEST_F(SortImportsTestJava, NoSortOutsideRange) { in TEST_F() function 134 TEST_F(SortImportsTestJava, SortWhenRangeContainsOneLine) { in TEST_F() function 152 TEST_F(SortImportsTestJava, SortLexicographically) { in TEST_F() function 163 TEST_F(SortImportsTestJava, StaticInCommentHasNoEffect) { in TEST_F() function 172 TEST_F(SortImportsTestJava, CommentsWithAffectedImports) { in TEST_F() function [all …]
|
H A D | FormatTestProto.cpp | 45 TEST_F(FormatTestProto, FormatsMessages) { in TEST_F() function 89 TEST_F(FormatTestProto, KeywordsInOtherLanguages) { in TEST_F() function 93 TEST_F(FormatTestProto, FormatsEnums) { in TEST_F() function 110 TEST_F(FormatTestProto, EnumAsFieldName) { in TEST_F() function 116 TEST_F(FormatTestProto, CaseAsFieldName) { in TEST_F() function 123 TEST_F(FormatTestProto, UnderstandsReturns) { in TEST_F() function 127 TEST_F(FormatTestProto, MessageFieldAttributes) { in TEST_F() function 195 TEST_F(FormatTestProto, DoesntWrapFileOptions) { TEST_F() function 203 TEST_F(FormatTestProto, TrailingCommentAfterFileOption) { TEST_F() function 207 TEST_F(FormatTestProto, FormatsOptions) { TEST_F() function 407 TEST_F(FormatTestProto, DoesntWrapPackageStatements) { TEST_F() function 413 TEST_F(FormatTestProto, TrailingCommentAfterPackage) { TEST_F() function 417 TEST_F(FormatTestProto, FormatsService) { TEST_F() function 425 TEST_F(FormatTestProto, ExtendingMessage) { TEST_F() function 429 TEST_F(FormatTestProto, FormatsImports) { TEST_F() function 447 TEST_F(FormatTestProto, KeepsLongStringLiteralsOnSameLine) { TEST_F() function 456 TEST_F(FormatTestProto, FormatsOptionsExtensions) { TEST_F() function 467 TEST_F(FormatTestProto, SpacesAroundPercents) { TEST_F() function 475 TEST_F(FormatTestProto, FormatsRepeatedListInitializersInOptions) { TEST_F() function 505 TEST_F(FormatTestProto, AcceptsOperatorAsKeyInOptions) { TEST_F() function 518 TEST_F(FormatTestProto, BreaksEntriesOfSubmessagesContainingSubmessages) { TEST_F() function 649 TEST_F(FormatTestProto, PreventBreaksBetweenKeyAndSubmessages) { TEST_F() function [all...] |
H A D | FormatTestCSharp.cpp | 49 TEST_F(FormatTestCSharp, CSharpClass) { in TEST_F() function 95 TEST_F(FormatTestCSharp, AccessModifiers) { in TEST_F() function 127 TEST_F(FormatTestCSharp, NoStringLiteralBreaks) { in TEST_F() function 138 TEST_F(FormatTestCSharp, StringLiteralBreaks) { in TEST_F() function 189 TEST_F(FormatTestCSharp, CSharpVerbatiumStringLiterals) { in TEST_F() function 204 TEST_F(FormatTestCSharp, CSharpInterpolatedStringLiterals) { in TEST_F() function 220 TEST_F(FormatTestCSharp, CSharpFatArrows) { in TEST_F() function 225 TEST_F(FormatTestCSharp, CSharpConditionalExpressions) { in TEST_F() function 231 TEST_F(FormatTestCSharp, CSharpNullConditional) { in TEST_F() function 255 TEST_F(FormatTestCShar function 404 TEST_F(FormatTestCSharp, CSharpUsing) { TEST_F() function 451 TEST_F(FormatTestCSharp, CSharpRegions) { TEST_F() function 456 TEST_F(FormatTestCSharp, CSharpKeyWordEscaping) { TEST_F() function 467 TEST_F(FormatTestCSharp, CSharpNullCoalescing) { TEST_F() function 473 TEST_F(FormatTestCSharp, CSharpNullCoalescingAssignment) { TEST_F() function 486 TEST_F(FormatTestCSharp, CSharpNullForgiving) { TEST_F() function 506 TEST_F(FormatTestCSharp, AttributesIndentation) { TEST_F() function 579 TEST_F(FormatTestCSharp, CSharpSpaceBefore) { TEST_F() function 614 TEST_F(FormatTestCSharp, CSharpSpaceAfterCStyleCast) { TEST_F() function 623 TEST_F(FormatTestCSharp, CSharpEscapedQuotesInVerbatimStrings) { TEST_F() function 634 TEST_F(FormatTestCSharp, CSharpQuotesInInterpolatedStrings) { TEST_F() function 642 TEST_F(FormatTestCSharp, CSharpNewlinesInVerbatimStrings) { TEST_F() function 674 TEST_F(FormatTestCSharp, CSharpNewOperator) { TEST_F() function 692 TEST_F(FormatTestCSharp, CSharpLambdas) { TEST_F() function 835 TEST_F(FormatTestCSharp, CSharpLambdasDontBreakFollowingCodeAlignment) { TEST_F() function 867 TEST_F(FormatTestCSharp, CSharpLambdasComplexLambdasDontBreakAlignment) { TEST_F() function 911 TEST_F(FormatTestCSharp, CSharpLambdasMulipleLambdasDontBreakAlignment) { TEST_F() function 957 TEST_F(FormatTestCSharp, CSharpObjectInitializers) { TEST_F() function 1000 TEST_F(FormatTestCSharp, CSharpArrayInitializers) { TEST_F() function 1011 TEST_F(FormatTestCSharp, CSharpNamedArguments) { TEST_F() function 1027 TEST_F(FormatTestCSharp, CSharpPropertyAccessors) { TEST_F() function 1154 TEST_F(FormatTestCSharp, DefaultLiteral) { TEST_F() function 1174 TEST_F(FormatTestCSharp, CSharpSpaces) { TEST_F() function 1242 TEST_F(FormatTestCSharp, CSharpNullableTypes) { TEST_F() function 1282 TEST_F(FormatTestCSharp, CSharpArraySubscripts) { TEST_F() function 1297 TEST_F(FormatTestCSharp, CSharpGenericTypeConstraints) { TEST_F() function 1354 TEST_F(FormatTestCSharp, CSharpAfterEnum) { TEST_F() function 1433 TEST_F(FormatTestCSharp, CSharpAfterClass) { TEST_F() function 1567 TEST_F(FormatTestCSharp, NamespaceIndentation) { TEST_F() function 1622 TEST_F(FormatTestCSharp, SwitchExpression) { TEST_F() function 1632 TEST_F(FormatTestCSharp, EmptyShortBlock) { TEST_F() function 1649 TEST_F(FormatTestCSharp, ShortFunctions) { TEST_F() function 1676 TEST_F(FormatTestCSharp, BrokenBrackets) { TEST_F() function [all...] |
H A D | FormatTestObjC.cpp | 182 TEST_F(FormatTestObjC, FormatObjCTryCatch) { in TEST_F() function 197 TEST_F(FormatTestObjC, FormatObjCAutoreleasepool) { in TEST_F() function 216 TEST_F(FormatTestObjC, FormatObjCGenerics) { in TEST_F() function 227 TEST_F(FormatTestObjC, FormatObjCSynchronized) { in TEST_F() function 246 TEST_F(FormatTestObjC, FormatObjCInterface) { in TEST_F() function 430 TEST_F(FormatTestObjC, FormatObjCImplementation) { in TEST_F() function 507 TEST_F(FormatTestObjC, FormatObjCProtocol) { in TEST_F() function 554 TEST_F(FormatTestObjC, FormatObjCMethodDeclarations) { in TEST_F() function 628 TEST_F(FormatTestObjC, FormatObjCMethodExpr) { in TEST_F() function 985 TEST_F(FormatTestObj function 1019 TEST_F(FormatTestObjC, ObjCBlockTypesAndVariables) { TEST_F() function 1042 TEST_F(FormatTestObjC, ObjCSnippets) { TEST_F() function 1093 TEST_F(FormatTestObjC, ObjCForIn) { TEST_F() function 1113 TEST_F(FormatTestObjC, ObjCCxxKeywords) { TEST_F() function 1188 TEST_F(FormatTestObjC, ObjCLiterals) { TEST_F() function 1206 TEST_F(FormatTestObjC, ObjCDictLiterals) { TEST_F() function 1295 TEST_F(FormatTestObjC, ObjCArrayLiterals) { TEST_F() function 1364 TEST_F(FormatTestObjC, BreaksCallStatementWhereSemiJustOverTheLimit) { TEST_F() function 1375 TEST_F(FormatTestObjC, AlwaysBreakBeforeMultilineStrings) { TEST_F() function 1395 TEST_F(FormatTestObjC, DisambiguatesCallsFromCppLambdas) { TEST_F() function 1423 TEST_F(FormatTestObjC, DisambiguatesCallsFromStructuredBindings) { TEST_F() function 1447 TEST_F(FormatTestObjC, BreakLineBeforeNestedBlockParam) { TEST_F() function 1515 TEST_F(FormatTestObjC, IfNotUnlikely) { TEST_F() function 1534 TEST_F(FormatTestObjC, AttributesOnObjCDecl) { TEST_F() function 1628 TEST_F(FormatTestObjC, AttributesOnObjCMethodDecl) { TEST_F() function 1688 TEST_F(FormatTestObjC, AttributesOnObjCProperty) { TEST_F() function [all...] |
H A D | FormatTestSelective.cpp | 39 TEST_F(FormatTestSelective, RemovesTrailingWhitespaceOfFormattedLine) { in TEST_F() function 46 TEST_F(FormatTestSelective, FormatsCorrectRegionForLeadingWhitespace) { in TEST_F() function 73 TEST_F(FormatTestSelective, FormatLineWhenInvokedOnTrailingNewline) { in TEST_F() function 82 TEST_F(FormatTestSelective, RemovesWhitespaceWhenTriggeredOnEmptyLine) { in TEST_F() function 87 TEST_F(FormatTestSelective, ReformatsMovedLines) { in TEST_F() function 100 TEST_F(FormatTestSelective, FormatsIfWithoutCompoundStatement) { in TEST_F() function 107 TEST_F(FormatTestSelective, FormatsCommentsLocally) { in TEST_F() function 180 TEST_F(FormatTestSelective, ContinueReindenting) { in TEST_F() function 198 TEST_F(FormatTestSelective, ReindentClosingBrace) { in TEST_F() function 246 TEST_F(FormatTestSelectiv function 372 TEST_F(FormatTestSelective, WrongIndent) { TEST_F() function 393 TEST_F(FormatTestSelective, AlwaysFormatsEntireMacroDefinitions) { TEST_F() function 419 TEST_F(FormatTestSelective, ReformatRegionAdjustsIndent) { TEST_F() function 553 TEST_F(FormatTestSelective, UnderstandsTabs) { TEST_F() function 586 TEST_F(FormatTestSelective, StopFormattingWhenLeavingScope) { TEST_F() function 607 TEST_F(FormatTestSelective, SelectivelyRequoteJavaScript) { TEST_F() function 618 TEST_F(FormatTestSelective, KeepsIndentAfterCommentSectionImport) { TEST_F() function 626 TEST_F(FormatTestSelective, DontAssert) { TEST_F() function 650 TEST_F(FormatTestSelective, FormatMacroRegardlessOfPreviousIndent) { TEST_F() function [all...] |
H A D | FormatTestVerilog.cpp | 27 TEST_F(FormatTestVerilog, Align) { in TEST_F() function 79 TEST_F(FormatTestVerilog, Assign) { in TEST_F() function 96 TEST_F(FormatTestVerilog, BasedLiteral) { in TEST_F() function 117 TEST_F(FormatTestVerilog, Block) { in TEST_F() function 200 TEST_F(FormatTestVerilog, Case) { in TEST_F() function 383 TEST_F(FormatTestVerilog, Coverage) { in TEST_F() function 389 TEST_F(FormatTestVerilog, Declaration) { in TEST_F() function 426 TEST_F(FormatTestVerilog, Delay) { in TEST_F() function 449 TEST_F(FormatTestVerilog, Enum) { in TEST_F() function 463 TEST_F(FormatTestVerilo function 638 TEST_F(FormatTestVerilog, Hierarchy) { TEST_F() function 707 TEST_F(FormatTestVerilog, Identifiers) { TEST_F() function 729 TEST_F(FormatTestVerilog, If) { TEST_F() function 912 TEST_F(FormatTestVerilog, Instantiation) { TEST_F() function 983 TEST_F(FormatTestVerilog, Loop) { TEST_F() function 1003 TEST_F(FormatTestVerilog, Operators) { TEST_F() function 1076 TEST_F(FormatTestVerilog, Preprocessor) { TEST_F() function 1184 TEST_F(FormatTestVerilog, Primitive) { TEST_F() function 1226 TEST_F(FormatTestVerilog, Streaming) { TEST_F() function 1246 TEST_F(FormatTestVerilog, StringLiteral) { TEST_F() function 1315 TEST_F(FormatTestVerilog, StructLiteral) { TEST_F() function 1348 TEST_F(FormatTestVerilog, StructuredProcedure) { TEST_F() function [all...] |
/llvm-project/lldb/unittests/Utility/ |
H A D | StreamTest.cpp | 39 TEST_F(StreamTest, AddressPrefix) { in TEST_F() function 44 TEST_F(StreamTest, AddressEmptyPrefix) { in TEST_F() function 51 TEST_F(StreamTest, AddressSuffix) { in TEST_F() function 56 TEST_F(StreamTest, AddressNoSuffix) { in TEST_F() function 63 TEST_F(StreamTest, AddressPrefixAndSuffix) { in TEST_F() function 68 TEST_F(StreamTest, AddressSize) { in TEST_F() function 89 TEST_F(StreamTest, AddressRange) { in TEST_F() function 94 TEST_F(StreamTest, AddressRangeEmptyRange) { in TEST_F() function 101 TEST_F(StreamTest, AddressRangeInvalidRange) { in TEST_F() function 108 TEST_F(StreamTest, AddressRangeSize) { in TEST_F() function [all …]
|
/llvm-project/llvm/unittests/Support/ |
H A D | SourceMgrTest.cpp | 49 TEST_F(SourceMgrTest, BasicError) { in TEST_F() function 60 TEST_F(SourceMgrTest, BasicWarning) { TEST_F() function 71 TEST_F(SourceMgrTest, BasicRemark) { TEST_F() function 82 TEST_F(SourceMgrTest, BasicNote) { TEST_F() function 93 TEST_F(SourceMgrTest, LocationAtEndOfLine) { TEST_F() function 104 TEST_F(SourceMgrTest, LocationAtNewline) { TEST_F() function 115 TEST_F(SourceMgrTest, LocationAtEmptyBuffer) { TEST_F() function 126 TEST_F(SourceMgrTest, LocationJustOnSoleNewline) { TEST_F() function 137 TEST_F(SourceMgrTest, LocationJustAfterSoleNewline) { TEST_F() function 148 TEST_F(SourceMgrTest, LocationJustAfterNonNewline) { TEST_F() function 159 TEST_F(SourceMgrTest, LocationOnFirstLineOfMultiline) { TEST_F() function 170 TEST_F(SourceMgrTest, LocationOnEOLOfFirstLineOfMultiline) { TEST_F() function 181 TEST_F(SourceMgrTest, LocationOnSecondLineOfMultiline) { TEST_F() function 192 TEST_F(SourceMgrTest, LocationOnSecondLineOfMultilineNoSecondEOL) { TEST_F() function 203 TEST_F(SourceMgrTest, LocationOnEOLOfSecondSecondLineOfMultiline) { TEST_F() function 232 TEST_F(SourceMgrTest, LocationBeforeEndOf255ByteBuffer) { TEST_F() function 244 TEST_F(SourceMgrTest, LocationAtEndOf255ByteBuffer) { TEST_F() function 256 TEST_F(SourceMgrTest, LocationPastEndOf255ByteBuffer) { TEST_F() function 268 TEST_F(SourceMgrTest, LocationBeforeEndOf255ByteBufferEndingInNewline) { TEST_F() function 280 TEST_F(SourceMgrTest, LocationAtEndOf255ByteBufferEndingInNewline) { TEST_F() function 292 TEST_F(SourceMgrTest, LocationPastEndOf255ByteBufferEndingInNewline) { TEST_F() function 308 TEST_F(SourceMgrTest, LocationBeforeEndOf256ByteBuffer) { TEST_F() function 320 TEST_F(SourceMgrTest, LocationAtEndOf256ByteBuffer) { TEST_F() function 332 TEST_F(SourceMgrTest, LocationPastEndOf256ByteBuffer) { TEST_F() function 344 TEST_F(SourceMgrTest, LocationBeforeEndOf256ByteBufferEndingInNewline) { TEST_F() function 356 TEST_F(SourceMgrTest, LocationAtEndOf256ByteBufferEndingInNewline) { TEST_F() function 368 TEST_F(SourceMgrTest, LocationPastEndOf256ByteBufferEndingInNewline) { TEST_F() function 384 TEST_F(SourceMgrTest, LocationBeforeEndOf257ByteBuffer) { TEST_F() function 396 TEST_F(SourceMgrTest, LocationAtEndOf257ByteBuffer) { TEST_F() function 408 TEST_F(SourceMgrTest, LocationPastEndOf257ByteBuffer) { TEST_F() function 420 TEST_F(SourceMgrTest, LocationBeforeEndOf257ByteBufferEndingInNewline) { TEST_F() function 432 TEST_F(SourceMgrTest, LocationAtEndOf257ByteBufferEndingInNewline) { TEST_F() function 444 TEST_F(SourceMgrTest, LocationPastEndOf257ByteBufferEndingInNewline) { TEST_F() function 456 TEST_F(SourceMgrTest, BasicRange) { TEST_F() function 467 TEST_F(SourceMgrTest, RangeWithTab) { TEST_F() function 478 TEST_F(SourceMgrTest, MultiLineRange) { TEST_F() function 489 TEST_F(SourceMgrTest, MultipleRanges) { TEST_F() function 500 TEST_F(SourceMgrTest, OverlappingRanges) { TEST_F() function 511 TEST_F(SourceMgrTest, BasicFixit) { TEST_F() function 523 TEST_F(SourceMgrTest, FixitForTab) { TEST_F() function 535 TEST_F(SourceMgrTest, PrintWithoutLoc) { TEST_F() function [all...] |
/llvm-project/llvm/unittests/BinaryFormat/ |
H A D | MsgPackWriterTest.cpp | 24 TEST_F(MsgPackWriter, TestWriteNil) { in TEST_F() function 29 TEST_F(MsgPackWriter, TestWriteBool) { in TEST_F() function 35 TEST_F(MsgPackWriter, TestWriteFixPositiveInt) { in TEST_F() function 47 TEST_F(MsgPackWriter, TestWriteUInt8Min) { in TEST_F() function 54 TEST_F(MsgPackWriter, TestWriteUInt8) { in TEST_F() function 60 TEST_F(MsgPackWriter, TestWriteUInt8Max) { in TEST_F() function 66 TEST_F(MsgPackWriter, TestWriteUInt16Min) { in TEST_F() function 72 TEST_F(MsgPackWriter, TestWriteUInt16) { in TEST_F() function 78 TEST_F(MsgPackWriter, TestWriteUInt16Max) { in TEST_F() function 84 TEST_F(MsgPackWriter, TestWriteUInt32Min) { in TEST_F() function [all …]
|
/llvm-project/libc/test/src/stdlib/ |
H A D | strtof_test.cpp | 59 TEST_F(LlvmLibcStrToFTest, BasicDecimalTests) { in TEST_F() function 71 TEST_F(LlvmLibcStrToFTest, DecimalOutOfRangeTests) { in TEST_F() function 76 TEST_F(LlvmLibcStrToFTest, DecimalsWithRoundingProblems) { in TEST_F() function 82 TEST_F(LlvmLibcStrToFTest, DecimalSubnormals) { in TEST_F() function 87 TEST_F(LlvmLibcStrToFTest, DecimalWithLongExponent) { in TEST_F() function 95 TEST_F(LlvmLibcStrToFTest, BasicHexadecimalTests) { in TEST_F() function 102 TEST_F(LlvmLibcStrToFTest, HexadecimalSubnormalTests) { in TEST_F() function 109 TEST_F(LlvmLibcStrToFTest, HexadecimalSubnormalRoundingTests) { in TEST_F() function 133 TEST_F(LlvmLibcStrToFTest, HexadecimalNormalRoundingTests) { in TEST_F() function 147 TEST_F(LlvmLibcStrToFTes function 151 TEST_F(LlvmLibcStrToFTest, HexadecimalOutOfRangeTests) { TEST_F() function 157 TEST_F(LlvmLibcStrToFTest, InfTests) { TEST_F() function 168 TEST_F(LlvmLibcStrToFTest, SimpleNaNTests) { TEST_F() function 180 TEST_F(LlvmLibcStrToFTest, NaNWithParenthesesEmptyTest) { TEST_F() function 184 TEST_F(LlvmLibcStrToFTest, NaNWithParenthesesValidNumberTests) { TEST_F() function 190 TEST_F(LlvmLibcStrToFTest, NaNWithParenthesesInvalidSequenceTests) { TEST_F() function 199 TEST_F(LlvmLibcStrToFTest, NaNWithParenthesesValidSequenceInvalidNumberTests) { TEST_F() function [all...] |
/llvm-project/llvm/unittests/IR/ |
H A D | VFABIDemanglerTest.cpp | 126 TEST_F(VFABIParserTest, OnlyValidNames) { TEST_F() function 155 TEST_F(VFABIParserTest, ParamListParsing) { TEST_F() function 177 TEST_F(VFABIParserTest, ScalarNameAndVectorName_01) { TEST_F() function 186 TEST_F(VFABIParserTest, ScalarNameAndVectorName_02) { TEST_F() function 195 TEST_F(VFABIParserTest, ScalarNameAndVectorName_03) { TEST_F() function 205 TEST_F(VFABIParserTest, ScalarNameOnly) { TEST_F() function 215 TEST_F(VFABIParserTest, Parse) { TEST_F() function 251 TEST_F(VFABIParserTest, ParseVectorName) { TEST_F() function 263 TEST_F(VFABIParserTest, LinearWithCompileTimeNegativeStep) { TEST_F() function 284 TEST_F(VFABIParserTest, ParseScalableSVE) { TEST_F() function 297 TEST_F(VFABIParserTest, ParseFixedWidthSVE) { TEST_F() function 310 TEST_F(VFABIParserTest, NotAVectorFunctionABIName) { TEST_F() function 315 TEST_F(VFABIParserTest, LinearWithRuntimeStep) { TEST_F() function 330 TEST_F(VFABIParserTest, LinearWithoutCompileTime) { TEST_F() function 356 TEST_F(VFABIParserTest, LLVM_ISA) { TEST_F() function 368 TEST_F(VFABIParserTest, InvalidMask) { TEST_F() function 372 TEST_F(VFABIParserTest, InvalidParameter) { TEST_F() function 376 TEST_F(VFABIParserTest, Align) { TEST_F() function 400 TEST_F(VFABIParserTest, ParseUniform) { TEST_F() function 417 TEST_F(VFABIParserTest, ISAIndependentMangling) { TEST_F() function 507 TEST_F(VFABIParserTest, MissingScalarName) { TEST_F() function 511 TEST_F(VFABIParserTest, MissingVectorName) { TEST_F() function 515 TEST_F(VFABIParserTest, MissingVectorNameTermination) { TEST_F() function 519 TEST_F(VFABIParserTest, ParseMaskingNEON) { TEST_F() function 532 TEST_F(VFABIParserTest, ParseMaskingSVE) { TEST_F() function 545 TEST_F(VFABIParserTest, ParseMaskingSSE) { TEST_F() function 558 TEST_F(VFABIParserTest, ParseMaskingAVX) { TEST_F() function 571 TEST_F(VFABIParserTest, ParseMaskingAVX2) { TEST_F() function 584 TEST_F(VFABIParserTest, ParseMaskingAVX512) { TEST_F() function 597 TEST_F(VFABIParserTest, ParseMaskingLLVM) { TEST_F() function 610 TEST_F(VFABIParserTest, ParseScalableMaskingLLVM) { TEST_F() function 614 TEST_F(VFABIParserTest, LLVM_InternalISA) { TEST_F() function 626 TEST_F(VFABIParserTest, LLVM_Intrinsics) { TEST_F() function 647 TEST_F(VFABIParserTest, ParseScalableRequiresDeclaration) { TEST_F() function 661 TEST_F(VFABIParserTest, ZeroIsInvalidVLEN) { TEST_F() function 668 TEST_F(VFABIParserTest, ParseScalableMaskingSVE) { TEST_F() function 686 TEST_F(VFABIParserTest, ParseScalableMaskingSVESincos) { TEST_F() function 713 TEST_F(VFABIParserTest, ParseWiderReturnTypeSVE) { TEST_F() function 736 TEST_F(VFABIParserTest, ParseVoidReturnTypeSVE) { TEST_F() function 757 TEST_F(VFABIParserTest, ParseUnsupportedElementTypeSVE) { TEST_F() function 762 TEST_F(VFABIParserTest, ParseUnsupportedReturnTypeSVE) { TEST_F() function 792 TEST_F(VFABIAttrTest, Read) { TEST_F() function 800 TEST_F(VFABIAttrTest, Write) { TEST_F() function [all...] |
/llvm-project/llvm/unittests/Analysis/ |
H A D | ValueTrackingTest.cpp | 131 TEST_F(MatchSelectPatternTest, SimpleFMin) { in TEST_F() function 141 TEST_F(MatchSelectPatternTest, SimpleFMax) { in TEST_F() function 151 TEST_F(MatchSelectPatternTest, SwappedFMax) { in TEST_F() function 161 TEST_F(MatchSelectPatternTest, SwappedFMax2) { in TEST_F() function 171 TEST_F(MatchSelectPatternTest, SwappedFMax3) { in TEST_F() function 181 TEST_F(MatchSelectPatternTest, FastFMin) { in TEST_F() function 191 TEST_F(MatchSelectPatternTest, FMinConstantZero) { in TEST_F() function 202 TEST_F(MatchSelectPatternTest, FMinConstantZeroNsz) { in TEST_F() function 213 TEST_F(MatchSelectPatternTest, FMinMismatchConstantZero1) { in TEST_F() function 224 TEST_F(MatchSelectPatternTes function 235 TEST_F(MatchSelectPatternTest, FMinMismatchConstantZero3) { TEST_F() function 246 TEST_F(MatchSelectPatternTest, FMinMismatchConstantZero4) { TEST_F() function 257 TEST_F(MatchSelectPatternTest, FMinMismatchConstantZero5) { TEST_F() function 268 TEST_F(MatchSelectPatternTest, FMinMismatchConstantZero6) { TEST_F() function 279 TEST_F(MatchSelectPatternTest, FMinMismatchConstantZero7) { TEST_F() function 290 TEST_F(MatchSelectPatternTest, FMinMismatchConstantZero8) { TEST_F() function 301 TEST_F(MatchSelectPatternTest, FMaxMismatchConstantZero1) { TEST_F() function 312 TEST_F(MatchSelectPatternTest, FMaxMismatchConstantZero2) { TEST_F() function 323 TEST_F(MatchSelectPatternTest, FMaxMismatchConstantZero3) { TEST_F() function 334 TEST_F(MatchSelectPatternTest, FMaxMismatchConstantZero4) { TEST_F() function 345 TEST_F(MatchSelectPatternTest, FMaxMismatchConstantZero5) { TEST_F() function 356 TEST_F(MatchSelectPatternTest, FMaxMismatchConstantZero6) { TEST_F() function 367 TEST_F(MatchSelectPatternTest, FMaxMismatchConstantZero7) { TEST_F() function 378 TEST_F(MatchSelectPatternTest, FMaxMismatchConstantZero8) { TEST_F() function 389 TEST_F(MatchSelectPatternTest, FMinMismatchConstantZeroVecUndef) { TEST_F() function 400 TEST_F(MatchSelectPatternTest, FMaxMismatchConstantZeroVecUndef) { TEST_F() function 411 TEST_F(MatchSelectPatternTest, VectorFMinimum) { TEST_F() function 425 TEST_F(MatchSelectPatternTest, VectorFMinOtherOrdered) { TEST_F() function 439 TEST_F(MatchSelectPatternTest, VectorNotFMinimum) { TEST_F() function 455 TEST_F(MatchSelectPatternTest, VectorNotFMinZero) { TEST_F() function 469 TEST_F(MatchSelectPatternTest, DoubleCastU) { TEST_F() function 483 TEST_F(MatchSelectPatternTest, DoubleCastS) { TEST_F() function 497 TEST_F(MatchSelectPatternTest, DoubleCastBad) { TEST_F() function 510 TEST_F(MatchSelectPatternTest, NotNotSMin) { TEST_F() function 522 TEST_F(MatchSelectPatternTest, NotNotSMinSwap) { TEST_F() function 534 TEST_F(MatchSelectPatternTest, NotNotSMax) { TEST_F() function 546 TEST_F(MatchSelectPatternTest, NotNotSMaxSwap) { TEST_F() function 558 TEST_F(MatchSelectPatternTest, NotNotUMin) { TEST_F() function 570 TEST_F(MatchSelectPatternTest, NotNotUMinSwap) { TEST_F() function 582 TEST_F(MatchSelectPatternTest, NotNotUMax) { TEST_F() function 594 TEST_F(MatchSelectPatternTest, NotNotUMaxSwap) { TEST_F() function 606 TEST_F(MatchSelectPatternTest, NotNotEq) { TEST_F() function 618 TEST_F(MatchSelectPatternTest, NotNotNe) { TEST_F() function 691 TEST_F(ValueTrackingTest, ComputeNumSignBits_PR32045) { TEST_F() function 701 TEST_F(ValueTrackingTest, ComputeNumSignBits_Shuffle) { TEST_F() function 712 TEST_F(ValueTrackingTest, ComputeNumSignBits_Shuffle2) { TEST_F() function 722 TEST_F(ValueTrackingTest, impliesPoisonTest_Identity) { TEST_F() function 730 TEST_F(ValueTrackingTest, impliesPoisonTest_ICmp) { TEST_F() function 739 TEST_F(ValueTrackingTest, impliesPoisonTest_ICmpUnknown) { TEST_F() function 748 TEST_F(ValueTrackingTest, impliesPoisonTest_AddNswOkay) { TEST_F() function 757 TEST_F(ValueTrackingTest, impliesPoisonTest_AddNswOkay2) { TEST_F() function 766 TEST_F(ValueTrackingTest, impliesPoisonTest_AddNsw) { TEST_F() function 775 TEST_F(ValueTrackingTest, impliesPoisonTest_Cmp) { TEST_F() function 785 TEST_F(ValueTrackingTest, impliesPoisonTest_FCmpFMF) { TEST_F() function 795 TEST_F(ValueTrackingTest, impliesPoisonTest_AddSubSameOps) { TEST_F() function 804 TEST_F(ValueTrackingTest, impliesPoisonTest_MaskCmp) { TEST_F() function 815 TEST_F(ValueTrackingTest, ComputeNumSignBits_Shuffle_Pointers) { TEST_F() function 960 TEST_F(ValueTrackingTest, programUndefinedIfPoison) { TEST_F() function 972 TEST_F(ValueTrackingTest, programUndefinedIfPoisonSelect) { TEST_F() function 986 TEST_F(ValueTrackingTest, programUndefinedIfUndefOrPoison) { TEST_F() function 998 TEST_F(ValueTrackingTest, isGuaranteedNotToBePoison_exploitBranchCond) { TEST_F() function 1020 TEST_F(ValueTrackingTest, isGuaranteedNotToBePoison_phi) { TEST_F() function 1044 TEST_F(ValueTrackingTest, isGuaranteedNotToBeUndefOrPoison) { TEST_F() function 1082 TEST_F(ValueTrackingTest, isGuaranteedNotToBeUndefOrPoison_assume) { TEST_F() function 1222 TEST_F(ValueTrackingTest, computePtrAlignment) { TEST_F() function 1250 TEST_F(ComputeKnownBitsTest, ComputeKnownBits) { TEST_F() function 1265 TEST_F(ComputeKnownBitsTest, ComputeKnownMulBits) { TEST_F() function 1278 TEST_F(ComputeKnownFPClassTest, SelectPos0) { TEST_F() function 1287 TEST_F(ComputeKnownFPClassTest, SelectNeg0) { TEST_F() function 1296 TEST_F(ComputeKnownFPClassTest, SelectPosOrNeg0) { TEST_F() function 1305 TEST_F(ComputeKnownFPClassTest, SelectPosInf) { TEST_F() function 1314 TEST_F(ComputeKnownFPClassTest, SelectNegInf) { TEST_F() function 1323 TEST_F(ComputeKnownFPClassTest, SelectPosOrNegInf) { TEST_F() function 1332 TEST_F(ComputeKnownFPClassTest, SelectNNaN) { TEST_F() function 1341 TEST_F(ComputeKnownFPClassTest, SelectNInf) { TEST_F() function 1350 TEST_F(ComputeKnownFPClassTest, SelectNNaNNInf) { TEST_F() function 1359 TEST_F(ComputeKnownFPClassTest, SelectNoFPClassArgUnionAll) { TEST_F() function 1368 TEST_F(ComputeKnownFPClassTest, SelectNoFPClassArgNoNan) { TEST_F() function 1377 TEST_F(ComputeKnownFPClassTest, SelectNoFPClassArgNoPInf) { TEST_F() function 1386 TEST_F(ComputeKnownFPClassTest, SelectNoFPClassArgNoNInf) { TEST_F() function 1395 TEST_F(ComputeKnownFPClassTest, SelectNoFPClassCallSiteNoNan) { TEST_F() function 1405 TEST_F(ComputeKnownFPClassTest, SelectNoFPClassCallSiteNoZeros) { TEST_F() function 1415 TEST_F(ComputeKnownFPClassTest, SelectNoFPClassDeclarationNoNan) { TEST_F() function 1426 TEST_F(ComputeKnownFPClassTest, SelectNoFPClassCallSiteNoZerosNInfFlags) { TEST_F() function 1436 TEST_F(ComputeKnownFPClassTest, FNegNInf) { TEST_F() function 1445 TEST_F(ComputeKnownFPClassTest, FabsUnknown) { TEST_F() function 1455 TEST_F(ComputeKnownFPClassTest, FNegFabsUnknown) { TEST_F() function 1466 TEST_F(ComputeKnownFPClassTest, NegFabsNInf) { TEST_F() function 1477 TEST_F(ComputeKnownFPClassTest, FNegFabsNNaN) { TEST_F() function 1488 TEST_F(ComputeKnownFPClassTest, CopySignNNanSrc0) { TEST_F() function 1500 TEST_F(ComputeKnownFPClassTest, CopySignNInfSrc0_NegSign) { TEST_F() function 1512 TEST_F(ComputeKnownFPClassTest, CopySignNInfSrc0_PosSign) { TEST_F() function 1524 TEST_F(ComputeKnownFPClassTest, UIToFP) { TEST_F() function 1535 TEST_F(ComputeKnownFPClassTest, SIToFP) { TEST_F() function 1548 TEST_F(ComputeKnownFPClassTest, FAdd) { TEST_F() function 1565 TEST_F(ComputeKnownFPClassTest, FSub) { TEST_F() function 1582 TEST_F(ComputeKnownFPClassTest, FMul) { TEST_F() function 1599 TEST_F(ComputeKnownFPClassTest, FMulNoZero) { TEST_F() function 1620 TEST_F(ComputeKnownFPClassTest, Phi) { TEST_F() function 1636 TEST_F(ComputeKnownFPClassTest, PhiKnownSignFalse) { TEST_F() function 1655 TEST_F(ComputeKnownFPClassTest, PhiKnownSignTrue) { TEST_F() function 1676 TEST_F(ComputeKnownFPClassTest, UnreachablePhi) { TEST_F() function 1688 TEST_F(ComputeKnownFPClassTest, SelfPhiOnly) { TEST_F() function 1700 TEST_F(ComputeKnownFPClassTest, SelfPhiFirstArg) { TEST_F() function 1714 TEST_F(ComputeKnownFPClassTest, SelfPhiSecondArg) { TEST_F() function 1728 TEST_F(ComputeKnownFPClassTest, CannotBeOrderedLessThanZero) { TEST_F() function 1781 TEST_F(ComputeKnownFPClassTest, FCmpToClassTest_OrdNan) { TEST_F() function 1814 TEST_F(ComputeKnownFPClassTest, FCmpToClassTest_NInf) { TEST_F() function 1861 TEST_F(ComputeKnownFPClassTest, FCmpToClassTest_FabsNInf) { TEST_F() function 1912 TEST_F(ComputeKnownFPClassTest, FCmpToClassTest_PInf) { TEST_F() function 1945 TEST_F(ComputeKnownFPClassTest, SqrtNszSignBit) { TEST_F() function 2019 TEST_F(ComputeKnownFPClassTest, Constants) { TEST_F() function 2095 TEST_F(ValueTrackingTest, isNonZeroRecurrence) { TEST_F() function 2116 TEST_F(ValueTrackingTest, KnownNonZeroFromDomCond) { TEST_F() function 2141 TEST_F(ValueTrackingTest, KnownNonZeroFromDomCond2) { TEST_F() function 2166 TEST_F(ValueTrackingTest, IsImpliedConditionAnd) { TEST_F() function 2185 TEST_F(ValueTrackingTest, IsImpliedConditionAnd2) { TEST_F() function 2204 TEST_F(ValueTrackingTest, IsImpliedConditionAndVec) { TEST_F() function 2216 TEST_F(ValueTrackingTest, IsImpliedConditionOr) { TEST_F() function 2235 TEST_F(ValueTrackingTest, IsImpliedConditionOr2) { TEST_F() function 2254 TEST_F(ComputeKnownBitsTest, KnownNonZeroShift) { TEST_F() function 2267 TEST_F(ComputeKnownBitsTest, ComputeKnownFshl) { TEST_F() function 2283 TEST_F(ComputeKnownBitsTest, ComputeKnownFshr) { TEST_F() function 2299 TEST_F(ComputeKnownBitsTest, ComputeKnownFshlZero) { TEST_F() function 2315 TEST_F(ComputeKnownBitsTest, ComputeKnownUAddSatLeadingOnes) { TEST_F() function 2328 TEST_F(ComputeKnownBitsTest, ComputeKnownUAddSatOnesPreserved) { TEST_F() function 2344 TEST_F(ComputeKnownBitsTest, ComputeKnownUSubSatLHSLeadingZeros) { TEST_F() function 2357 TEST_F(ComputeKnownBitsTest, ComputeKnownUSubSatRHSLeadingOnes) { TEST_F() function 2370 TEST_F(ComputeKnownBitsTest, ComputeKnownUSubSatZerosPreserved) { TEST_F() function 2386 TEST_F(ComputeKnownBitsTest, ComputeKnownBitsPtrToIntTrunc) { TEST_F() function 2404 TEST_F(ComputeKnownBitsTest, ComputeKnownBitsPtrToIntZext) { TEST_F() function 2422 TEST_F(ComputeKnownBitsTest, ComputeKnownBitsFreeze) { TEST_F() function 2440 TEST_F(ComputeKnownBitsTest, ComputeKnownBitsReturnedRangeConflict) { TEST_F() function 2454 TEST_F(ComputeKnownBitsTest, ComputeKnownBitsAddWithRange) { TEST_F() function 2481 TEST_F(ComputeKnownBitsTest, ComputeKnownBitsUnknownVScale) { TEST_F() function 2509 TEST_F(ComputeKnownBitsTest, ComputeKnownBitsAddWithRangeNoOverlap) { TEST_F() function 2534 TEST_F(ComputeKnownBitsTest, ComputeKnownBitsGEPWithRange) { TEST_F() function 2567 TEST_F(ComputeKnownBitsTest, ComputeKnownBitsGEPWithRangeNoOverlap) { TEST_F() function 2594 TEST_F(ComputeKnownBitsTest, ComputeKnownBitsAbsoluteSymbol) { TEST_F() function 2682 TEST_F(ValueTrackingTest, HaveNoCommonBitsSet) { TEST_F() function 3013 TEST_F(ValueTrackingTest, ComputeConstantRange) { TEST_F() function [all...] |
H A D | VectorUtilsTest.cpp | 78 TEST_F(BasicTest, isSplat) { in TEST_F() function 104 TEST_F(BasicTest, narrowShuffleMaskElts) { in TEST_F() function 113 TEST_F(BasicTest, widenShuffleMaskElts) { in TEST_F() function 170 TEST_F(BasicTest, getShuffleMaskWithWidestElts) { in TEST_F() function 213 TEST_F(BasicTest, getShuffleDemandedElts) { in TEST_F() function 245 TEST_F(BasicTest, getHorizontalDemandedEltsForFirstOperand) { in TEST_F() function 256 TEST_F(VectorUtilsTest, isSplatValue_00) { TEST_F() function 265 TEST_F(VectorUtilsTest, isSplatValue_00_index0) { TEST_F() function 274 TEST_F(VectorUtilsTest, isSplatValue_00_index1) { TEST_F() function 283 TEST_F(VectorUtilsTest, isSplatValue_11) { TEST_F() function 292 TEST_F(VectorUtilsTest, isSplatValue_11_index0) { TEST_F() function 301 TEST_F(VectorUtilsTest, isSplatValue_11_index1) { TEST_F() function 310 TEST_F(VectorUtilsTest, isSplatValue_01) { TEST_F() function 319 TEST_F(VectorUtilsTest, isSplatValue_01_index0) { TEST_F() function 328 TEST_F(VectorUtilsTest, isSplatValue_01_index1) { TEST_F() function 339 TEST_F(VectorUtilsTest, isSplatValue_0u) { TEST_F() function 350 TEST_F(VectorUtilsTest, isSplatValue_0u_index0) { TEST_F() function 359 TEST_F(VectorUtilsTest, isSplatValue_0u_index1) { TEST_F() function 368 TEST_F(VectorUtilsTest, isSplatValue_Binop) { TEST_F() function 379 TEST_F(VectorUtilsTest, isSplatValue_Binop_index0) { TEST_F() function 390 TEST_F(VectorUtilsTest, isSplatValue_Binop_index1) { TEST_F() function 401 TEST_F(VectorUtilsTest, isSplatValue_Binop_ConstantOp0) { TEST_F() function 411 TEST_F(VectorUtilsTest, isSplatValue_Binop_ConstantOp0_index0) { TEST_F() function 421 TEST_F(VectorUtilsTest, isSplatValue_Binop_ConstantOp0_index1) { TEST_F() function 431 TEST_F(VectorUtilsTest, isSplatValue_Binop_Not_Op0) { TEST_F() function 442 TEST_F(VectorUtilsTest, isSplatValue_Binop_Not_Op1) { TEST_F() function 453 TEST_F(VectorUtilsTest, isSplatValue_Select) { TEST_F() function 465 TEST_F(VectorUtilsTest, isSplatValue_Select_ConstantOp) { TEST_F() function 476 TEST_F(VectorUtilsTest, isSplatValue_Select_NotCond) { TEST_F() function 487 TEST_F(VectorUtilsTest, isSplatValue_Select_NotOp1) { TEST_F() function 498 TEST_F(VectorUtilsTest, isSplatValue_Select_NotOp2) { TEST_F() function 509 TEST_F(VectorUtilsTest, isSplatValue_SelectBinop) { TEST_F() function 522 TEST_F(VectorUtilsTest, getSplatValueElt0) { TEST_F() function 532 TEST_F(VectorUtilsTest, getSplatValueEltMismatch) { TEST_F() function 544 TEST_F(VectorUtilsTest, getSplatValueElt1) { TEST_F() function 592 TEST_F(VFShapeAPITest, API_buildVFShape) { TEST_F() function 619 TEST_F(VFShapeAPITest, API_getScalarShape) { TEST_F() function 624 TEST_F(VFShapeAPITest, API_getVectorizedFunction) { TEST_F() function 637 TEST_F(VFShapeAPITest, API_updateVFShape) { TEST_F() function 667 TEST_F(VFShapeAPITest, API_updateVFShape_GlobalPredicate) { TEST_F() function 679 TEST_F(VFShapeAPITest, Parameters_Valid) { TEST_F() function 699 TEST_F(VFShapeAPITest, Parameters_ValidOpenMPLinear) { TEST_F() function 723 TEST_F(VFShapeAPITest, Parameters_Invalid) { TEST_F() function 743 TEST_F(VFShapeAPITest, Parameters_InvalidOpenMPLinear) { TEST_F() function [all...] |
/llvm-project/clang/unittests/AST/ |
H A D | StructuralEquivalenceTest.cpp | 181 TEST_F(StructuralEquivalenceTest, Int) { in TEST_F() function 186 TEST_F(StructuralEquivalenceTest, IntVsSignedInt) { in TEST_F() function 191 TEST_F(StructuralEquivalenceTest, Char) { in TEST_F() function 198 TEST_F(StructuralEquivalenceTest, DISABLED_CharVsSignedChar) { in TEST_F() function 203 TEST_F(StructuralEquivalenceTest, ForwardRecordDecl) { in TEST_F() function 208 TEST_F(StructuralEquivalenceTest, IntVsSignedIntInStruct) { in TEST_F() function 214 TEST_F(StructuralEquivalenceTest, CharVsSignedCharInStruct) { in TEST_F() function 220 TEST_F(StructuralEquivalenceTest, IntVsSignedIntTemplateSpec) { in TEST_F() function 230 TEST_F(StructuralEquivalenceTest, CharVsSignedCharTemplateSpec) { in TEST_F() function 240 TEST_F(StructuralEquivalenceTes function 258 TEST_F(StructuralEquivalenceTest, DISABLED_WrongOrderInNamespace) { TEST_F() function 284 TEST_F(StructuralEquivalenceTest, WrongOrderOfFieldsInClass) { TEST_F() function 303 TEST_F(StructuralEquivalenceFunctionTest, TemplateVsNonTemplate) { TEST_F() function 309 TEST_F(StructuralEquivalenceFunctionTest, DifferentOperators) { TEST_F() function 317 TEST_F(StructuralEquivalenceFunctionTest, SameOperators) { TEST_F() function 325 TEST_F(StructuralEquivalenceFunctionTest, CtorVsDtor) { TEST_F() function 332 TEST_F(StructuralEquivalenceFunctionTest, ParamConstWithRef) { TEST_F() function 338 TEST_F(StructuralEquivalenceFunctionTest, ParamConstSimple) { TEST_F() function 344 TEST_F(StructuralEquivalenceFunctionTest, Throw) { TEST_F() function 349 TEST_F(StructuralEquivalenceFunctionTest, Noexcept) { TEST_F() function 355 TEST_F(StructuralEquivalenceFunctionTest, ThrowVsNoexcept) { TEST_F() function 361 TEST_F(StructuralEquivalenceFunctionTest, ThrowVsNoexceptFalse) { TEST_F() function 367 TEST_F(StructuralEquivalenceFunctionTest, ThrowVsNoexceptTrue) { TEST_F() function 373 TEST_F(StructuralEquivalenceFunctionTest, NoexceptNonMatch) { TEST_F() function 379 TEST_F(StructuralEquivalenceFunctionTest, NoexceptMatch) { TEST_F() function 385 TEST_F(StructuralEquivalenceFunctionTest, NoexceptVsNoexceptFalse) { TEST_F() function 391 TEST_F(StructuralEquivalenceFunctionTest, NoexceptVsNoexceptTrue) { TEST_F() function 397 TEST_F(StructuralEquivalenceFunctionTest, ReturnType) { TEST_F() function 402 TEST_F(StructuralEquivalenceFunctionTest, ReturnConst) { TEST_F() function 407 TEST_F(StructuralEquivalenceFunctionTest, ReturnRef) { TEST_F() function 413 TEST_F(StructuralEquivalenceFunctionTest, ParamCount) { TEST_F() function 418 TEST_F(StructuralEquivalenceFunctionTest, ParamType) { TEST_F() function 423 TEST_F(StructuralEquivalenceFunctionTest, ParamName) { TEST_F() function 428 TEST_F(StructuralEquivalenceFunctionTest, Variadic) { TEST_F() function 434 TEST_F(StructuralEquivalenceFunctionTest, ParamPtr) { TEST_F() function 439 TEST_F(StructuralEquivalenceFunctionTest, NameInParen) { TEST_F() function 444 TEST_F(StructuralEquivalenceFunctionTest, NameInParenWithExceptionSpec) { TEST_F() function 452 TEST_F(StructuralEquivalenceFunctionTest, NameInParenWithConst) { TEST_F() function 460 TEST_F(StructuralEquivalenceFunctionTest, FunctionsWithDifferentNoreturnAttr) { TEST_F() function 466 TEST_F(StructuralEquivalenceFunctionTest, TEST_F() function 477 TEST_F(StructuralEquivalenceFunctionTest, FunctionsWithDifferentSavedRegsAttr) { TEST_F() function 490 TEST_F(StructuralEquivalenceCXXMethodTest, Virtual) { TEST_F() function 497 TEST_F(StructuralEquivalenceCXXMethodTest, Pure) { TEST_F() function 503 TEST_F(StructuralEquivalenceCXXMethodTest, DISABLED_Final) { TEST_F() function 511 TEST_F(StructuralEquivalenceCXXMethodTest, Const) { TEST_F() function 517 TEST_F(StructuralEquivalenceCXXMethodTest, Static) { TEST_F() function 523 TEST_F(StructuralEquivalenceCXXMethodTest, Ref1) { TEST_F() function 529 TEST_F(StructuralEquivalenceCXXMethodTest, Ref2) { TEST_F() function 535 TEST_F(StructuralEquivalenceCXXMethodTest, AccessSpecifier) { TEST_F() function 542 TEST_F(StructuralEquivalenceCXXMethodTest, Delete) { TEST_F() function 548 TEST_F(StructuralEquivalenceCXXMethodTest, Constructor) { TEST_F() function 555 TEST_F(StructuralEquivalenceCXXMethodTest, ConstructorParam) { TEST_F() function 562 TEST_F(StructuralEquivalenceCXXMethodTest, ConstructorExplicit) { TEST_F() function 570 TEST_F(StructuralEquivalenceCXXMethodTest, ConstructorDefault) { TEST_F() function 578 TEST_F(StructuralEquivalenceCXXMethodTest, Conversion) { TEST_F() function 586 TEST_F(StructuralEquivalenceCXXMethodTest, Operator) { TEST_F() function 595 TEST_F(StructuralEquivalenceCXXMethodTest, OutOfClass1) { TEST_F() function 603 TEST_F(StructuralEquivalenceCXXMethodTest, OutOfClass2) { TEST_F() function 619 TEST_F(StructuralEquivalenceRecordTest, Name) { TEST_F() function 626 TEST_F(StructuralEquivalenceRecordTest, Fields) { TEST_F() function 632 TEST_F(StructuralEquivalenceRecordTest, DISABLED_Methods) { TEST_F() function 639 TEST_F(StructuralEquivalenceRecordTest, Bases) { TEST_F() function 645 TEST_F(StructuralEquivalenceRecordTest, InheritanceVirtual) { TEST_F() function 652 TEST_F(StructuralEquivalenceRecordTest, DISABLED_InheritanceType) { TEST_F() function 660 TEST_F(StructuralEquivalenceRecordTest, Match) { TEST_F() function 673 TEST_F(StructuralEquivalenceRecordTest, UnnamedRecordsShouldBeInequivalent) { TEST_F() function 700 TEST_F(StructuralEquivalenceRecordTest, AnonymousRecordsShouldBeInequivalent) { TEST_F() function 729 TEST_F(StructuralEquivalenceRecordTest, TEST_F() function 771 TEST_F(StructuralEquivalenceRecordTest, TEST_F() function 807 TEST_F(StructuralEquivalenceRecordTest, TemplateVsNonTemplate) { TEST_F() function 814 TEST_F(StructuralEquivalenceRecordTest, TEST_F() function 820 TEST_F(StructuralEquivalenceRecordTest, TEST_F() function 827 TEST_F(StructuralEquivalenceRecordTest, TEST_F() function 834 TEST_F(StructuralEquivalenceRecordTest, RecordsWithDifferentBody) { TEST_F() function 840 TEST_F(StructuralEquivalenceRecordTest, SameFriendMultipleTimes) { TEST_F() function 847 TEST_F(StructuralEquivalenceRecordTest, SameFriendsDifferentOrder) { TEST_F() function 854 TEST_F(StructuralEquivalenceRecordTest, SameFriendsSameOrder) { TEST_F() function 863 TEST_F(StructuralEquivalenceLambdaTest, LambdaClassesWithDifferentMethods) { TEST_F() function 877 TEST_F(StructuralEquivalenceLambdaTest, LambdaClassesWithEqMethods) { TEST_F() function 889 TEST_F(StructuralEquivalenceLambdaTest, LambdaClassesWithDifferentFields) { TEST_F() function 901 TEST_F(StructuralEquivalenceLambdaTest, LambdaClassesWithEqFields) { TEST_F() function 913 TEST_F(StructuralEquivalenceTest, CompareSameDeclWithMultiple) { TEST_F() function 920 TEST_F(StructuralEquivalenceTest, ExplicitBoolDifferent) { TEST_F() function 930 TEST_F(StructuralEquivalenceTest, ExplicitBoolSame) { TEST_F() function 942 TEST_F(StructuralEquivalenceRecordContextTest, NamespaceNoVsNamed) { TEST_F() function 948 TEST_F(StructuralEquivalenceRecordContextTest, NamespaceNamedVsNamed) { TEST_F() function 954 TEST_F(StructuralEquivalenceRecordContextTest, NamespaceAnonVsNamed) { TEST_F() function 960 TEST_F(StructuralEquivalenceRecordContextTest, NamespaceNoVsAnon) { TEST_F() function 966 TEST_F(StructuralEquivalenceRecordContextTest, NamespaceAnonVsAnon) { TEST_F() function 972 TEST_F(StructuralEquivalenceRecordContextTest, NamespaceAnonVsAnonAnon) { TEST_F() function 979 TEST_F(StructuralEquivalenceRecordContextTest, TEST_F() function 987 TEST_F(StructuralEquivalenceRecordContextTest, NamespaceNamedVsInline) { TEST_F() function 994 TEST_F(StructuralEquivalenceRecordContextTest, NamespaceInlineVsInline) { TEST_F() function 1001 TEST_F(StructuralEquivalenceRecordContextTest, NamespaceInlineTopLevel) { TEST_F() function 1008 TEST_F(StructuralEquivalenceRecordContextTest, TransparentContext) { TEST_F() function 1014 TEST_F(StructuralEquivalenceRecordContextTest, TransparentContextNE) { TEST_F() function 1020 TEST_F(StructuralEquivalenceRecordContextTest, TransparentContextInNamespace) { TEST_F() function 1027 TEST_F(StructuralEquivalenceRecordContextTest, TEST_F() function 1050 TEST_F(StructuralEquivalenceTest, NamespaceOfRecordMember) { TEST_F() function 1064 TEST_F(StructuralEquivalenceTest, StructDefinitionInPrototype) { TEST_F() function 1071 TEST_F(StructuralEquivalenceTest, StructDefinitionInPrototypeDifferentName) { TEST_F() function 1078 TEST_F(StructuralEquivalenceRecordContextTest, RecordInsideFunction) { TEST_F() function 1087 TEST_F(StructuralEquivalenceEnumTest, FwdDeclEnumShouldBeEqualWithFwdDeclEnum) { TEST_F() function 1092 TEST_F(StructuralEquivalenceEnumTest, TEST_F() function 1099 TEST_F(StructuralEquivalenceEnumTest, TEST_F() function 1106 TEST_F(StructuralEquivalenceEnumTest, EnumsWithDifferentBody) { TEST_F() function 1114 TEST_F(StructuralEquivalenceEnumConstantTest, EnumConstantsWithSameValues) { TEST_F() function 1120 TEST_F(StructuralEquivalenceEnumConstantTest, TEST_F() function 1127 TEST_F(StructuralEquivalenceEnumConstantTest, TEST_F() function 1134 TEST_F(StructuralEquivalenceEnumConstantTest, TEST_F() function 1141 TEST_F(StructuralEquivalenceEnumConstantTest, EnumConstantsWithDifferentWidth) { TEST_F() function 1147 TEST_F(StructuralEquivalenceEnumConstantTest, EnumConstantsWithDifferentName) { TEST_F() function 1156 TEST_F(StructuralEquivalenceObjCCategoryTest, MatchinCategoryNames) { TEST_F() function 1163 TEST_F(StructuralEquivalenceObjCCategoryTest, CategoriesForDifferentClasses) { TEST_F() function 1170 TEST_F(StructuralEquivalenceObjCCategoryTest, CategoriesWithDifferentNames) { TEST_F() function 1177 TEST_F(StructuralEquivalenceObjCCategoryTest, CategoriesWithoutInterfaces) { TEST_F() function 1189 TEST_F(StructuralEquivalenceObjCCategoryTest, CategoryAndExtension) { TEST_F() function 1196 TEST_F(StructuralEquivalenceObjCCategoryTest, MatchingProtocols) { TEST_F() function 1204 TEST_F(StructuralEquivalenceObjCCategoryTest, DifferentProtocols) { TEST_F() function 1212 TEST_F(StructuralEquivalenceObjCCategoryTest, DifferentProtocolsOrder) { TEST_F() function 1222 TEST_F(StructuralEquivalenceObjCCategoryTest, MatchingIvars) { TEST_F() function 1230 TEST_F(StructuralEquivalenceObjCCategoryTest, DifferentIvarName) { TEST_F() function 1238 TEST_F(StructuralEquivalenceObjCCategoryTest, DifferentIvarType) { TEST_F() function 1246 TEST_F(StructuralEquivalenceObjCCategoryTest, DifferentIvarBitfieldWidth) { TEST_F() function 1254 TEST_F(StructuralEquivalenceObjCCategoryTest, DifferentIvarVisibility) { TEST_F() function 1262 TEST_F(StructuralEquivalenceObjCCategoryTest, DifferentIvarNumber) { TEST_F() function 1270 TEST_F(StructuralEquivalenceObjCCategoryTest, DifferentIvarOrder) { TEST_F() function 1278 TEST_F(StructuralEquivalenceObjCCategoryTest, MatchingMethods) { TEST_F() function 1286 TEST_F(StructuralEquivalenceObjCCategoryTest, DifferentMethodName) { TEST_F() function 1300 TEST_F(StructuralEquivalenceObjCCategoryTest, DifferentMethodClassInstance) { TEST_F() function 1308 TEST_F(StructuralEquivalenceObjCCategoryTest, DifferentMethodReturnType) { TEST_F() function 1316 TEST_F(StructuralEquivalenceObjCCategoryTest, DifferentMethodParameterType) { TEST_F() function 1324 TEST_F(StructuralEquivalenceObjCCategoryTest, DifferentMethodParameterName) { TEST_F() function 1332 TEST_F(StructuralEquivalenceObjCCategoryTest, DifferentMethodNumber) { TEST_F() function 1339 TEST_F(StructuralEquivalenceObjCCategoryTest, DifferentMethodOrder) { TEST_F() function 1349 TEST_F(StructuralEquivalenceTemplateTest, ExactlySameTemplates) { TEST_F() function 1355 TEST_F(StructuralEquivalenceTemplateTest, DifferentTemplateArgName) { TEST_F() function 1361 TEST_F(StructuralEquivalenceTemplateTest, DifferentTemplateArgKind) { TEST_F() function 1367 TEST_F(StructuralEquivalenceTemplateTest, BitFieldDecl) { TEST_F() function 1373 TEST_F(StructuralEquivalenceTemplateTest, BitFieldDeclDifferentWidth) { TEST_F() function 1379 TEST_F(StructuralEquivalenceTemplateTest, DependentBitFieldDecl) { TEST_F() function 1385 TEST_F(StructuralEquivalenceTemplateTest, DependentBitFieldDeclDifferentVal) { TEST_F() function 1393 TEST_F(StructuralEquivalenceTemplateTest, DependentBitFieldDeclDifferentVal2) { TEST_F() function 1400 TEST_F(StructuralEquivalenceTemplateTest, ExplicitBoolSame) { TEST_F() function 1411 TEST_F(StructuralEquivalenceTemplateTest, ExplicitBoolDifference) { TEST_F() function 1422 TEST_F(StructuralEquivalenceTemplateTest, TEST_F() function 1452 TEST_F(StructuralEquivalenceTemplateTest, TEST_F() function 1486 TEST_F(StructuralEquivalenceDependentTemplateArgsTest, TEST_F() function 1507 TEST_F(StructuralEquivalenceDependentTemplateArgsTest, TEST_F() function 1539 TEST_F(StructuralEquivalenceDependentTemplateArgsTest, TEST_F() function 1560 TEST_F(StructuralEquivalenceDependentTemplateArgsTest, TEST_F() function 1592 TEST_F(StructuralEquivalenceDependentTemplateArgsTest, TEST_F() function 1621 TEST_F( TEST_F() function 1646 TEST_F( TEST_F() function 1672 TEST_F( TEST_F() function 1697 TEST_F( TEST_F() function 1723 TEST_F(StructuralEquivalenceTemplateTest, TEST_F() function 1740 TEST_F(StructuralEquivalenceTemplateTest, TEST_F() function 1757 TEST_F( TEST_F() function 1798 TEST_F(StructuralEquivalenceCacheTest, SimpleNonEq) { TEST_F() function 1825 TEST_F(StructuralEquivalenceCacheTest, ReturnStmtNonEq) { TEST_F() function 1844 TEST_F(StructuralEquivalenceCacheTest, VarDeclNoEq) { TEST_F() function 1862 TEST_F(StructuralEquivalenceCacheTest, VarDeclWithDifferentStorageClassNoEq) { TEST_F() function 1880 TEST_F(StructuralEquivalenceCacheTest, TEST_F() function 1908 TEST_F(StructuralEquivalenceCacheTest, VarDeclWithInitNoEq) { TEST_F() function 1926 TEST_F(StructuralEquivalenceCacheTest, SpecialNonEq) { TEST_F() function 1969 TEST_F(StructuralEquivalenceCacheTest, Cycle) { TEST_F() function 2010 TEST_F(StructuralEquivalenceStmtTest, AddrLabelExpr) { TEST_F() function 2016 TEST_F(StructuralEquivalenceStmtTest, AddrLabelExprDifferentLabel) { TEST_F() function 2034 TEST_F(StructuralEquivalenceStmtTest, AtomicExpr) { TEST_F() function 2045 TEST_F(StructuralEquivalenceStmtTest, AtomicExprDifferentOp) { TEST_F() function 2056 TEST_F(StructuralEquivalenceStmtTest, BinaryOperator) { TEST_F() function 2061 TEST_F(StructuralEquivalenceStmtTest, BinaryOperatorDifferentOps) { TEST_F() function 2066 TEST_F(StructuralEquivalenceStmtTest, CallExpr) { TEST_F() function 2072 TEST_F(StructuralEquivalenceStmtTest, CallExprDifferentCallee) { TEST_F() function 2080 TEST_F(StructuralEquivalenceStmtTest, CharacterLiteral) { TEST_F() function 2085 TEST_F(StructuralEquivalenceStmtTest, CharacterLiteralDifferentValues) { TEST_F() function 2090 TEST_F(StructuralEquivalenceStmtTest, ExpressionTraitExpr) { TEST_F() function 2096 TEST_F(StructuralEquivalenceStmtTest, ExpressionTraitExprDifferentKind) { TEST_F() function 2102 TEST_F(StructuralEquivalenceStmtTest, FloatingLiteral) { TEST_F() function 2107 TEST_F(StructuralEquivalenceStmtTest, FloatingLiteralDifferentSpelling) { TEST_F() function 2114 TEST_F(StructuralEquivalenceStmtTest, FloatingLiteralDifferentType) { TEST_F() function 2119 TEST_F(StructuralEquivalenceStmtTest, FloatingLiteralDifferentValue) { TEST_F() function 2124 TEST_F(StructuralEquivalenceStmtTest, GenericSelectionExprSame) { TEST_F() function 2131 TEST_F(StructuralEquivalenceStmtTest, GenericSelectionExprSignsDiffer) { TEST_F() function 2138 TEST_F(StructuralEquivalenceStmtTest, GenericSelectionExprOrderDiffers) { TEST_F() function 2145 TEST_F(StructuralEquivalenceStmtTest, GenericSelectionExprDependentResultSame) { TEST_F() function 2167 TEST_F(StructuralEquivalenceStmtTest, TEST_F() function 2190 TEST_F(StructuralEquivalenceStmtTest, IntegerLiteral) { TEST_F() function 2195 TEST_F(StructuralEquivalenceStmtTest, IntegerLiteralDifferentSpelling) { TEST_F() function 2201 TEST_F(StructuralEquivalenceStmtTest, IntegerLiteralDifferentValue) { TEST_F() function 2206 TEST_F(StructuralEquivalenceStmtTest, IntegerLiteralDifferentTypes) { TEST_F() function 2211 TEST_F(StructuralEquivalenceStmtTest, MemberExpr) { TEST_F() function 2219 TEST_F(StructuralEquivalenceStmtTest, MemberExprDifferentMember) { TEST_F() function 2227 TEST_F(StructuralEquivalenceStmtTest, ObjCStringLiteral) { TEST_F() function 2233 TEST_F(StructuralEquivalenceStmtTest, ObjCStringLiteralDifferentContent) { TEST_F() function 2239 TEST_F(StructuralEquivalenceStmtTest, StringLiteral) { TEST_F() function 2244 TEST_F(StructuralEquivalenceStmtTest, StringLiteralDifferentContent) { TEST_F() function 2249 TEST_F(StructuralEquivalenceStmtTest, StringLiteralDifferentLength) { TEST_F() function 2254 TEST_F(StructuralEquivalenceStmtTest, TypeTraitExpr) { TEST_F() function 2260 TEST_F(StructuralEquivalenceStmtTest, TypeTraitExprDifferentType) { TEST_F() function 2266 TEST_F(StructuralEquivalenceStmtTest, TypeTraitExprDifferentTrait) { TEST_F() function 2272 TEST_F(StructuralEquivalenceStmtTest, TypeTraitExprDifferentTraits) { TEST_F() function 2278 TEST_F(StructuralEquivalenceStmtTest, UnaryExprOrTypeTraitExpr) { TEST_F() function 2284 TEST_F(StructuralEquivalenceStmtTest, UnaryExprOrTypeTraitExprDifferentKind) { TEST_F() function 2290 TEST_F(StructuralEquivalenceStmtTest, UnaryExprOrTypeTraitExprDifferentType) { TEST_F() function 2296 TEST_F(StructuralEquivalenceStmtTest, UnaryOperator) { TEST_F() function 2301 TEST_F(StructuralEquivalenceStmtTest, UnaryOperatorDifferentOps) { TEST_F() function 2306 TEST_F(StructuralEquivalenceStmtTest, TEST_F() function 2430 TEST_F(StructuralEquivalenceStmtTest, TEST_F() function 2457 TEST_F(StructuralEquivalenceStmtTest, NonTypeTemplateParm) { TEST_F() function 2475 TEST_F(StructuralEquivalenceStmtTest, UnresolvedLookupDifferentName) { TEST_F() function 2497 TEST_F(StructuralEquivalenceStmtTest, UnresolvedLookupDifferentQualifier) { TEST_F() function 2529 TEST_F(StructuralEquivalenceStmtTest, TEST_F() function 2560 TEST_F(StructuralEquivalenceStmtTest, UnresolvedLookup) { TEST_F() function 2598 TEST_F(StructuralEquivalenceCacheTest, GotoStmtNoEq) { TEST_F() function 2616 TEST_F(StructuralEquivalenceStmtTest, DeclRefExpr) { TEST_F() function 2625 TEST_F(StructuralEquivalenceCacheTest, CXXDependentScopeMemberExprNoEq) { TEST_F() function [all...] |
/llvm-project/llvm/unittests/tools/llvm-cfi-verify/ |
H A D | FileAnalysis.cpp | 96 TEST_F(BasicX86FileAnalysisTest, BasicDisassemblyTraversalTest) { in TEST_F() function 206 TEST_F(BasicX86FileAnalysisTest, PrevAndNextFromBadInst) { in TEST_F() function 229 TEST_F(BasicX86FileAnalysisTest, CFITrapTest) { in TEST_F() function 264 TEST_F(BasicX86FileAnalysisTest, FallThroughTest) { in TEST_F() function 304 TEST_F(BasicX86FileAnalysisTest, DefiniteNextInstructionTest) { in TEST_F() function 394 TEST_F(BasicX86FileAnalysisTest, ControlFlowXRefsTest) { in TEST_F() function 499 TEST_F(BasicX86FileAnalysisTest, CFIProtectionInvalidTargets) { in TEST_F() function 524 TEST_F(BasicX86FileAnalysisTest, CFIProtectionBasicFallthroughToUd2) { in TEST_F() function 540 TEST_F(BasicX86FileAnalysisTest, CFIProtectionBasicJumpToUd2) { in TEST_F() function 556 TEST_F(BasicX86FileAnalysisTest, CFIProtectionDualPathUd2) { in TEST_F() function [all …]
|
/llvm-project/clang/unittests/Frontend/ |
H A D | CompilerInvocationTest.cpp | 167 TEST_F(CommandLineTest, BoolOptionDefaultTrueSingleFlagNotPresent) { TEST_F() function 178 TEST_F(CommandLineTest, BoolOptionDefaultTrueSingleFlagPresent) { TEST_F() function 189 TEST_F(CommandLineTest, CC1FlagPresentWhenDoingRoundTrip) { TEST_F() function 199 TEST_F(CommandLineTest, CC1FlagPresentWhenNotDoingRoundTrip) { TEST_F() function 209 TEST_F(CommandLineTest, BoolOptionDefaultTrueSingleFlagUnknownPresent) { TEST_F() function 221 TEST_F(CommandLineTest, BoolOptionDefaultTruePresentNone) { TEST_F() function 232 TEST_F(CommandLineTest, BoolOptionDefaultTruePresentNegChange) { TEST_F() function 243 TEST_F(CommandLineTest, BoolOptionDefaultTruePresentPosReset) { TEST_F() function 255 TEST_F(CommandLineTest, BoolOptionDefaultFalsePresentNone) { TEST_F() function 266 TEST_F(CommandLineTest, BoolOptionDefaultFalsePresentNegChange) { TEST_F() function 277 TEST_F(CommandLineTest, BoolOptionDefaultFalsePresentPosReset) { TEST_F() function 289 TEST_F(CommandLineTest, BoolOptionDefaultFalsePresentNoneX) { TEST_F() function 300 TEST_F(CommandLineTest, BoolOptionDefaultFalsePresentPosChange) { TEST_F() function 311 TEST_F(CommandLineTest, BoolOptionDefaultFalsePresentNegReset) { TEST_F() function 323 TEST_F(CommandLineTest, BoolOptionDefaultArbitraryTwoFlagsPresentNone) { TEST_F() function 335 TEST_F(CommandLineTest, BoolOptionDefaultArbitraryTwoFlagsPresentChange) { TEST_F() function 346 TEST_F(CommandLineTest, BoolOptionDefaultArbitraryTwoFlagsPresentReset) { TEST_F() function 364 TEST_F(CommandLineTest, BoolOptionCC1ViaLetPresentNone) { TEST_F() function 376 TEST_F(CommandLineTest, BoolOptionCC1ViaLetPresentPos) { TEST_F() function 388 TEST_F(CommandLineTest, BoolOptionCC1ViaLetPresentNeg) { TEST_F() function 400 TEST_F(CommandLineTest, CanGenerateCC1CommandLineFlag) { TEST_F() function 410 TEST_F(CommandLineTest, CanGenerateCC1CommandLineSeparate) { TEST_F() function 421 TEST_F(CommandLineTest, CanGenerateCC1CommandLineSeparateRequiredPresent) { TEST_F() function 434 TEST_F(CommandLineTest, CanGenerateCC1CommandLineSeparateRequiredAbsent) { TEST_F() function 447 TEST_F(CommandLineTest, SeparateEnumNonDefault) { TEST_F() function 461 TEST_F(CommandLineTest, SeparateEnumDefault) { TEST_F() function 475 TEST_F(CommandLineTest, JoinedEnumNonDefault) { TEST_F() function 490 TEST_F(CommandLineTest, JoinedEnumDefault) { TEST_F() function 505 TEST_F(CommandLineTest, StringVectorEmpty) { TEST_F() function 516 TEST_F(CommandLineTest, StringVectorSingle) { TEST_F() function 529 TEST_F(CommandLineTest, StringVectorMultiple) { TEST_F() function 545 TEST_F(CommandLineTest, StringVectorCommaJoinedNone) { TEST_F() function 557 TEST_F(CommandLineTest, StringVectorCommaJoinedSingle) { TEST_F() function 570 TEST_F(CommandLineTest, StringVectorCommaJoinedMultiple) { TEST_F() function 586 TEST_F(CommandLineTest, ConditionalParsingIfFalseFlagNotPresent) { TEST_F() function 602 TEST_F(CommandLineTest, ConditionalParsingIfFalseFlagPresent) { TEST_F() function 619 TEST_F(CommandLineTest, ConditionalParsingIfNonsenseSyclStdArg) { TEST_F() function 636 TEST_F(CommandLineTest, ConditionalParsingIfOddSyclStdArg1) { TEST_F() function 653 TEST_F(CommandLineTest, ConditionalParsingIfOddSyclStdArg2) { TEST_F() function 670 TEST_F(CommandLineTest, ConditionalParsingIfOddSyclStdArg3) { TEST_F() function 687 TEST_F(CommandLineTest, ConditionalParsingIfTrueFlagNotPresentHost) { TEST_F() function 702 TEST_F(CommandLineTest, ConditionalParsingIfTrueFlagNotPresentDevice) { TEST_F() function 717 TEST_F(CommandLineTest, ConditionalParsingIfTrueFlagPresent) { TEST_F() function 733 TEST_F(CommandLineTest, WideIntegerHighValue) { TEST_F() function 751 TEST_F(CommandLineTest, ImpliedBoolOptionsNoFlagPresent) { TEST_F() function 771 TEST_F(CommandLineTest, ImpliedBoolOptionsRootFlagPresent) { TEST_F() function 794 TEST_F(CommandLineTest, ImpliedBoolOptionsAllFlagsPresent) { TEST_F() function 815 TEST_F(CommandLineTest, ImpliedBoolOptionsImpliedFlagsPresent) { TEST_F() function 836 TEST_F(CommandLineTest, PresentAndNotImpliedGenerated) { TEST_F() function 850 TEST_F(CommandLineTest, DiagnosticOptionPresent) { TEST_F() function 865 TEST_F(CommandLineTest, DigraphsImplied) { TEST_F() function 876 TEST_F(CommandLineTest, DigraphsDisabled) { TEST_F() function 887 TEST_F(CommandLineTest, DigraphsNotImplied) { TEST_F() function 898 TEST_F(CommandLineTest, DigraphsEnabled) { TEST_F() function 933 TEST_F(CommandLineTest, TestModuleFileExtension) { TEST_F() function 958 TEST_F(CommandLineTest, RoundTrip) { TEST_F() function 1039 TEST_F(CommandLineTest, PluginArgsRoundTripDeterminism) { TEST_F() function [all...] |