Home
last modified time | relevance | path

Searched defs:Actual (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project/clang-tools-extra/unittests/clang-doc/
H A DClangDocTest.cpp47 void CheckCommentInfo(const CommentInfo &Expected, const CommentInfo &Actual) { in CheckCommentInfo()
73 const std::vector<CommentInfo> &Actual) { in CheckCommentInfo()
80 const std::vector<std::unique_ptr<CommentInfo>> &Actual) { in CheckCommentInfo()
86 void CheckReference(Reference &Expected, Reference &Actual) { in CheckReference()
92 void CheckTypeInfo(TypeInfo *Expected, TypeInfo *Actual) { in CheckTypeInfo()
96 void CheckFieldTypeInfo(FieldTypeInfo *Expected, FieldTypeInfo *Actual) { in CheckFieldTypeInfo()
101 void CheckMemberTypeInfo(MemberTypeInfo *Expected, MemberTypeInfo *Actual) { in CheckMemberTypeInfo()
107 void CheckBaseInfo(Info *Expected, Info *Actual) { in CheckBaseInfo()
117 void CheckSymbolInfo(SymbolInfo *Expected, SymbolInfo *Actual) { in CheckSymbolInfo()
129 void CheckFunctionInfo(FunctionInfo *Expected, FunctionInfo *Actual) { in CheckFunctionInfo()
[all …]
H A DYAMLGeneratorTest.cpp46 llvm::raw_string_ostream Actual(Buffer); in TEST() local
126 llvm::raw_string_ostream Actual(Buffer); in TEST() local
225 llvm::raw_string_ostream Actual(Buffer); in TEST() local
284 llvm::raw_string_ostream Actual(Buffer); in TEST() local
322 llvm::raw_string_ostream Actual(Buffer); in TEST() local
352 llvm::raw_string_ostream Actual(Buffer); in TEST() local
482 llvm::raw_string_ostream Actual(Buffer); in TEST() local
H A DMDGeneratorTest.cpp41 llvm::raw_string_ostream Actual(Buffer); in TEST() local
102 llvm::raw_string_ostream Actual(Buffer); in TEST() local
165 llvm::raw_string_ostream Actual(Buffer); in TEST() local
193 llvm::raw_string_ostream Actual(Buffer); in TEST() local
324 llvm::raw_string_ostream Actual(Buffer); in TEST() local
H A DMergeTest.cpp72 auto Actual = mergeInfos(Infos); in TEST() local
150 auto Actual = mergeInfos(Infos); in TEST() local
225 auto Actual = mergeInfos(Infos); in TEST() local
266 auto Actual = mergeInfos(Infos); in TEST() local
H A DHTMLGeneratorTest.cpp60 llvm::raw_string_ostream Actual(Buffer); in TEST() local
172 llvm::raw_string_ostream Actual(Buffer); TEST() local
287 llvm::raw_string_ostream Actual(Buffer); TEST() local
335 llvm::raw_string_ostream Actual(Buffer); TEST() local
421 llvm::raw_string_ostream Actual(Buffer); TEST() local
[all...]
/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp130 gtestThatInternal(MacroType Macro, StatementMatcher Actual, in gtestThatInternal()
200 internal::BindableMatcher<Stmt> gtestAssertThat(StatementMatcher Actual, in gtestAssertThat()
205 internal::BindableMatcher<Stmt> gtestExpectThat(StatementMatcher Actual, in gtestExpectThat()
/llvm-project/clang/unittests/Rename/
H A DRenameClassTest.cpp
H A DRenameEnumTest.cpp
H A DRenameMemberTest.cpp
H A DClangRenameTest.h
H A DRenameAliasTest.cpp
/llvm-project/llvm/unittests/Support/
H A DAlignmentTest.cpp120 Align Actual(Value); in TEST() local
125 MaybeAlign Actual(Value); in TEST() local
130 MaybeAlign Actual(0); in TEST() local
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h43 Constant *Actual; // A corresponding actual constant argument. member
/llvm-project/llvm/unittests/ADT/
H A DIteratorTest.cpp268 SmallVector<int, 3> Actual(Range.begin(), Range.end()); in TEST() local
276 SmallVector<int> Actual; in TEST() local
298 SmallVector<int, 3> Actual(Range.begin(), Range.end()); in TEST() local
307 SmallVector<int, 3> Actual(Range.begin(), Range.end()); in TEST() local
321 SmallVector<int, 3> Actual(Range.begin(), Range.end()); in TEST() local
336 SmallVector<int, 3> Actual(Range.begin(), Range.end()); in TEST() local
346 SmallVector<int, 3> Actual(Range.begin(), Range.end()); in TEST() local
H A DSequenceTest.cpp56 const CheckedInt Actual = CheckedInt::from(Expected); in TYPED_TEST() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DFeatureModulesTests.cpp51 auto Actual = prepareTweak( in TEST() local
H A DSemanticHighlightingTests.cpp93 auto Actual = local
H A DPathMappingTests.cpp91 std::string Actual = MappedPath ? *MappedPath : Orig.str(); in mapsProperly() local
H A DFindTargetTests.cpp2110 auto Actual = TEST_F() local
2147 auto Actual = annotateAllReferences(llvm::Annotations(ExpectedCode).code()); TEST_F() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DMatchSwitchTest.cpp154 std::vector<int> Actual = Switch(*S, Context, 7); in TEST() local
H A DDebugSupportTest.cpp110 std::string Actual; in TEST() local
/llvm-project/clang/unittests/Tooling/Syntax/
H A DSynthesisTest.cpp30 auto Actual = StringRef(Root->dump(*TM)).trim().str(); in treeDumpEqual() local
/llvm-project/clang-tools-extra/include-cleaner/unittests/
H A DWalkASTTest.cpp102 for (auto Actual : ReferencedOffsets[RT]) in testWalk() local
/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp511 MCSymbol *Actual = getContext().getOrCreateSymbol(ActualName); ParseDirectiveAlias() local
/llvm-project/clang/unittests/Format/
H A DFormatTestRawStrings.cpp104 void expect_eq(const std::string Expected, const std::string Actual) { in expect_eq()

12