Home
last modified time | relevance | path

Searched full:results (Results 1 – 25 of 3221) sorted by relevance

12345678910>>...129

/llvm-project/clang/tools/scan-build-py/tests/unit/
H A Dtest_report.py159 "results": [
260 "results": [
350 file_name = os.path.join(tmpdir, "results-{}.sarif".format(idx))
356 self.assertIn("results-merged.sarif", os.listdir(tmpdir))
357 with open(os.path.join(tmpdir, "results-merged.sarif")) as f:
360 self.assertEqual(len(merged["runs"][0]["results"]), 2)
361 self.assertEqual(len(merged["runs"][1]["results"]), 2)
373 "results": [
378 "text": "test message 1-1 [link](sarif:/runs/1/results/0) [link2](sarif:/runs/1/results/
[all...]
/llvm-project/lldb/unittests/Interpreter/
H A DTestCompletion.cpp116 StringList &Results) { in DoDirCompletions() argument
119 CommandCompletions::DiskDirectories(Prefix + "foo", Results, Resolver); in DoDirCompletions()
120 ASSERT_EQ(4u, Results.GetSize()); in DoDirCompletions()
121 EXPECT_TRUE(HasEquivalentFile(DirFoo, Results)); in DoDirCompletions()
122 EXPECT_TRUE(HasEquivalentFile(DirFooA, Results)); in DoDirCompletions()
123 EXPECT_TRUE(HasEquivalentFile(DirFooB, Results)); in DoDirCompletions()
124 EXPECT_TRUE(HasEquivalentFile(DirFooC, Results)); in DoDirCompletions()
127 CommandCompletions::DiskDirectories(Twine(Prefix) + "b", Results, Resolver); in DoDirCompletions()
128 ASSERT_EQ(2u, Results.GetSize()); in DoDirCompletions()
129 EXPECT_TRUE(HasEquivalentFile(DirBar, Results)); in DoDirCompletions()
[all …]
/llvm-project/clang/unittests/Analysis/
H A DExprMutationAnalyzerTest.cpp54 bool isMutated(const SmallVectorImpl<BoundNodes> &Results, ASTUnit *AST) { in isMutated()
55 const auto *const S = selectFirst<Stmt>("stmt", Results); in isMutated()
56 const auto *const E = selectFirst<Expr>("expr", Results); in isMutated()
61 bool isDeclMutated(const SmallVectorImpl<BoundNodes> &Results, ASTUnit *AST) { in isDeclMutated()
62 const auto *const S = selectFirst<Stmt>("stmt", Results); in isDeclMutated()
63 const auto *const D = selectFirst<Decl>("decl", Results); in isDeclMutated()
69 mutatedBy(const SmallVectorImpl<BoundNodes> &Results, ASTUnit *AST) { in mutatedBy()
70 const auto *const S = selectFirst<Stmt>("stmt", Results); in mutatedBy()
74 for (const auto *E = selectFirst<Expr>("expr", Results); E != nullptr;) { in mutatedBy()
118 const auto Results in TEST()
53 isMutated(const SmallVectorImpl<BoundNodes> & Results,ASTUnit * AST) isMutated() argument
60 isDeclMutated(const SmallVectorImpl<BoundNodes> & Results,ASTUnit * AST) isDeclMutated() argument
68 mutatedBy(const SmallVectorImpl<BoundNodes> & Results,ASTUnit * AST) mutatedBy() argument
117 const auto Results = TEST() local
134 const auto Results = TEST_P() local
143 const auto Results = TEST_P() local
153 const auto Results = TEST_P() local
164 const auto Results = TEST_P() local
174 const auto Results = TEST_P() local
186 const auto Results = TEST_P() local
197 const auto Results = TEST_P() local
207 const auto Results = TEST_P() local
225 const auto Results = TEST() local
235 const auto Results = TEST_P() local
249 const auto Results = TEST() local
259 auto Results = TEST() local
279 const auto Results = TEST() local
289 const auto Results = TEST() local
300 const auto Results = TEST() local
309 const auto Results = TEST() local
318 const auto Results = TEST() local
329 const auto Results = TEST() local
337 const auto Results = TEST() local
348 const auto Results = TEST() local
364 const auto Results = TEST() local
379 auto Results = TEST() local
404 auto Results = TEST() local
440 auto Results = TEST() local
472 auto Results = TEST() local
534 auto Results = TEST() local
541 auto Results = TEST() local
582 auto Results = TEST() local
609 auto Results = TEST() local
640 const auto Results = TEST() local
648 const auto Results = TEST() local
658 auto Results = TEST() local
721 auto Results = TEST() local
740 auto Results = TEST() local
793 auto Results = TEST() local
809 const auto Results = TEST() local
816 const auto Results = TEST() local
824 const auto Results = TEST() local
833 const auto Results = TEST() local
843 const auto Results = TEST() local
851 const auto Results = TEST() local
879 auto Results = TEST() local
897 auto Results = TEST() local
916 const auto Results = TEST() local
924 const auto Results = TEST() local
932 auto Results = TEST() local
1022 auto Results = TEST() local
1080 const auto Results = TEST() local
1087 const auto Results = TEST() local
1098 auto Results = TEST() local
1120 auto Results = TEST() local
1142 const auto Results = TEST() local
1150 auto Results = TEST() local
1165 const auto Results = TEST() local
1174 auto Results = TEST() local
1189 const auto Results = TEST() local
1197 const auto Results = TEST() local
1207 const auto Results = TEST() local
1217 const auto Results = TEST() local
1227 const auto Results = TEST() local
1237 auto Results = TEST() local
1254 const auto Results = TEST() local
1264 const auto Results = TEST() local
1272 auto Results = TEST() local
1280 const auto Results = TEST() local
1290 const auto Results = TEST() local
1307 const auto Results = TEST() local
1316 const auto Results = TEST() local
1326 const auto Results = TEST() local
1333 const auto Results = TEST() local
1340 const auto Results = TEST() local
1348 const auto Results = TEST() local
1359 auto Results = TEST() local
1374 const auto Results = TEST() local
1381 auto Results = TEST() local
1400 auto Results = TEST() local
1414 const auto Results = TEST() local
1423 const auto Results = TEST() local
1432 const auto Results = TEST() local
1441 const auto Results = TEST() local
1450 auto Results = TEST() local
1488 auto Results = TEST() local
1517 auto Results = TEST() local
1564 SmallVector<BoundNodes, 1> Results{}; TEST() local
1587 auto Results = TEST() local
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/
H A DConfigYAMLTests.cpp73 auto Results = Fragment::parseYAML(YAML, "config.yaml", Diags.callback()); in TEST() local
76 ASSERT_EQ(Results.size(), 4u); in TEST()
77 EXPECT_FALSE(Results[0].If.HasUnrecognizedCondition); in TEST()
78 EXPECT_THAT(Results[0].If.PathMatch, ElementsAre(val("abc"))); in TEST()
79 EXPECT_THAT(Results[0].CompileFlags.Add, ElementsAre(val("foo"), val("bar"))); in TEST()
81 EXPECT_THAT(Results[1].CompileFlags.Add, ElementsAre(val("b\naz\n"))); in TEST()
83 ASSERT_TRUE(Results[2].Index.Background); in TEST()
84 EXPECT_EQ("Skip", **Results[2].Index.Background); in TEST()
85 EXPECT_THAT(Results[3].Diagnostics.ClangTidy.CheckOptions, in TEST()
88 EXPECT_TRUE(Results[ in TEST()
98 auto Results = TEST() local
118 auto Results = TEST() local
147 auto Results = Fragment::parseYAML(YAML, "config.yaml", Diags.callback()); TEST() local
160 auto Results = TEST() local
180 auto Results = TEST() local
196 auto Results = TEST() local
209 auto Results = TEST() local
226 auto Results = TEST() local
240 auto Results = TEST() local
256 auto Results = TEST() local
273 auto Results = TEST() local
288 auto Results = TEST() local
301 auto Results = TEST() local
[all...]
H A DCodeCompleteTests.cpp183 auto Results = completions( in TEST()
192 EXPECT_THAT(Results.Completions, in TEST()
227 auto Results = completions(Code, in TEST()
229 ASSERT_EQ(Results.Completions.size(), 1u); in TEST()
230 EXPECT_EQ(Results.Completions[0].Score.Total, MagicNumber); in TEST()
231 EXPECT_EQ(Results.Completions[0].Score.ExcludingName, MagicNumber); in TEST()
235 Results = completions(Code, in TEST()
237 ASSERT_EQ(Results.Completions.size(), 1u); in TEST()
238 EXPECT_NE(Results.Completions[0].Score.Total, MagicNumber); in TEST()
239 EXPECT_NE(Results in TEST()
182 auto Results = completions( TEST() local
226 auto Results = completions(Code, TEST() local
244 auto Results = completions(R"cpp( TEST() local
285 auto Results = completions( testAfterDotCompletion() local
339 auto Results = completions( testGlobalScopeCompletion() local
429 auto Results = completions(R"cpp( TEST() local
448 auto Results = completions(R"cpp( TEST() local
470 auto Results = completions(R"cpp( TEST() local
509 auto Results = completions( TEST() local
585 auto Results = completions(TU, P, /*IndexSymbols*/ {}, Opts); TEST() local
599 auto Results = completions(TU, P, /*IndexSymbols*/ {}, Opts); TEST() local
611 auto Results = completions(TU, P, /*IndexSymbols*/ {}, Opts); TEST() local
625 auto Results = completions( TEST() local
665 auto Results = completions( TEST() local
744 auto Results = completions( TEST() local
760 auto Results = completions( TEST() local
771 auto Results = completions( TEST() local
782 auto Results = completions( TEST() local
801 auto Results = completions(R"cpp( TEST() local
816 auto Results = completions( TEST() local
827 auto Results = completions( TEST() local
839 auto Results = completions( TEST() local
857 auto Results = completions( TEST() local
879 auto Results = completions(TU, Test.point(), {Sym}); TEST() local
909 auto Results = completions(R"cpp( TEST() local
953 auto Results = completions(R"cpp( TEST() local
965 auto Results = completions(R"cpp( TEST() local
1036 auto Results = cantFail(runCodeComplete(Server, File, Test.point(), {})); TEST() local
1048 auto Results = completions( TEST() local
1112 auto Results = completions(R"(// void f() { TEST() local
1120 auto Results = completions(R"cpp( TEST() local
1128 auto Results = completions(R"cpp( TEST() local
1141 auto Results = completions(R"cpp( TEST() local
1173 auto Results = completions(R"cpp( TEST() local
1193 auto Results = completions(R"cpp( TEST() local
1212 auto Results = completions(R"cpp( TEST() local
1229 auto Results = completions(R"cpp( TEST() local
1422 auto Results = signatures(R"cpp( TEST() local
1541 auto Results = signatures(R"cpp( TEST() local
1554 auto Results = signatures(R"cpp( TEST() local
1568 auto Results = signatures(R"cpp( TEST() local
1674 auto Results = TEST() local
2016 auto Results = completions("void f() { ::ns::^ }", {SymX, SymY}, Opts); TEST() local
2134 auto Results = completions( TEST() local
2224 auto Results = completions( TEST() local
2236 auto Results = completions( TEST() local
2252 auto Results = completions( TEST() local
2278 auto Results = completions( TEST() local
2315 auto Results = completions(Code, {}, Opts); TEST() local
2349 auto Results = completions(Code, {}, Opts); TEST() local
2440 auto Results = completions(TU, TestCode.point()); TEST() local
2451 const auto Results = signatures(R"cpp( TEST() local
2604 auto Results = completions( TEST() local
2616 auto Results = completions( TEST() local
2626 auto Results = completions( TEST() local
2637 auto Results = completions( TEST() local
2648 auto Results = completions( TEST() local
2665 auto Results = completions( TEST() local
2693 const auto Results = completions(Text); TEST() local
2820 auto Results = completions("Fun^", {Sym}).Completions; TEST() local
2835 auto Results = completions("Fun^", {Sym}, Opts).Completions; TEST() local
2893 auto Results = completions(TU, Test.point(), {func("CLANGD_INDEX")}); TEST() local
2915 const auto Results = signatures(R"cpp( TEST() local
2925 const auto Results = signatures(R"cpp( TEST() local
2936 const auto Results = signatures(R"cpp( TEST() local
2947 const auto Results = signatures(R"cpp( TEST() local
2958 const auto Results = signatures(R"cpp( TEST() local
2972 const auto Results = signatures(R"cpp( TEST() local
2984 const auto Results = signatures(R"cpp( TEST() local
2996 const auto Results = signatures(R"cpp( TEST() local
3009 const auto Results = signatures(R"cpp( TEST() local
3132 auto Results = completions(TU, Test.point()); TEST() local
3149 auto Results = completions( TEST() local
3163 auto Results = completions( TEST() local
3190 auto Results = completions(R"cpp( TEST() local
3206 auto Results = completions(R"cpp( TEST() local
3216 auto Results = completions(R"cpp( TEST() local
3236 auto Results = completions(R"cpp( TEST() local
3257 auto Results = completions(R"objc( TEST() local
3275 auto Results = completions(R"objc( TEST() local
3293 auto Results = completions(R"objc( TEST() local
3312 auto Results = completions(R"objc( TEST() local
3330 auto Results = completions(R"objc( TEST() local
3349 auto Results = completions(R"objc( TEST() local
3367 auto Results = completions(R"objc( TEST() local
3386 auto Results = completions(R"objc( TEST() local
3406 auto Results = completions(R"objc( TEST() local
3424 auto Results = completions(R"objc( TEST() local
3445 auto Results = completions("id<Foo^>", {SymFood, FoodClass, SymFooey}, TEST() local
3504 auto Results = completions(R"objc( TEST() local
3519 auto Results = completions("@class Foo^", {SymFood, FoodClass}, TEST() local
3532 auto Results = completions( TEST() local
3628 auto Results = completions(R"cpp( TEST() local
3642 auto Results = completions(R"cpp( TEST() local
3658 auto Results = completions(R"cpp( TEST() local
3737 auto Results = completionsNoCompile(R"cpp( TEST() local
3751 auto Results = completionsNoCompile(R"cpp( TEST() local
3767 auto Results = completionsNoCompile( TEST() local
3975 auto Results = completions(TU, Test.point()); TEST() local
3985 auto Results = completions(TU, Test.point()); TEST() local
4035 auto Results = completions(CompletionRangeTest); TEST() local
4046 auto Results = completions(CompletionRangeTest); TEST() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp69 /// A container of code-completion results.
81 /// The actual results we have found.
82 std::vector<Result> Results;
126 // 1 -> 2 elements: create the vector of results and push in the in Add()
154 /// results.
157 /// The semantic analysis object for which results are being
167 /// results that are not desirable.
202 /// The completion context in which we are gathering results.
246 /// results.
252 /// Set the filter used for code-completion results in includeCodePatterns()
83 std::vector<Result> Results; global() member in __anonca10f8fc0111::ResultBuilder
1715 ResultBuilder &Results; global() member in __anonca10f8fc0311::CodeCompletionDeclConsumer
1725 CodeCompletionDeclConsumer(ResultBuilder & Results,DeclContext * InitialLookupCtx,QualType BaseType=QualType (),std::vector<FixItHint> FixIts=std::vector<FixItHint> ()) CodeCompletionDeclConsumer() argument
1788 AddTypeSpecifierResults(const LangOptions & LangOpts,ResultBuilder & Results) AddTypeSpecifierResults() argument
1870 AddStorageSpecifiers(SemaCodeCompletion::ParserCompletionContext CCC,const LangOptions & LangOpts,ResultBuilder & Results) AddStorageSpecifiers() argument
1896 AddFunctionSpecifiers(SemaCodeCompletion::ParserCompletionContext CCC,const LangOptions & LangOpts,ResultBuilder & Results) AddFunctionSpecifiers() argument
1941 AddTypedefResult(ResultBuilder & Results) AddTypedefResult() argument
1955 AddUsingAliasResult(CodeCompletionBuilder & Builder,ResultBuilder & Results) AddUsingAliasResult() argument
2051 addThisCompletion(Sema & S,ResultBuilder & Results) addThisCompletion() argument
2066 AddStaticAssertResult(CodeCompletionBuilder & Builder,ResultBuilder & Results,const LangOptions & LangOpts) AddStaticAssertResult() argument
2081 AddOverrideResults(ResultBuilder & Results,const CodeCompletionContext & CCContext,CodeCompletionBuilder & Builder) AddOverrideResults() argument
2136 AddOrdinaryNameResults(SemaCodeCompletion::ParserCompletionContext CCC,Scope * S,Sema & SemaRef,ResultBuilder & Results) AddOrdinaryNameResults() argument
4195 AddMacroResults(Preprocessor & PP,ResultBuilder & Results,bool LoadExternal,bool IncludeUndefined,bool TargetTypeIsPointer=false) AddMacroResults() argument
4222 AddPrettyFunctionResults(const LangOptions & LangOpts,ResultBuilder & Results) AddPrettyFunctionResults() argument
4237 HandleCodeCompleteResults(Sema * S,CodeCompleteConsumer * CodeCompleter,const CodeCompletionContext & Context,CodeCompletionResult * Results,unsigned NumResults) HandleCodeCompleteResults() argument
4313 MaybeAddOverrideCalls(Sema & S,DeclContext * InContext,ResultBuilder & Results) MaybeAddOverrideCalls() argument
4373 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteModuleImport() local
4418 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteOrdinaryName() local
4516 ResultBuilder Results( CodeCompleteDeclSpec() local
4604 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteAttribute() local
4758 AddEnumerators(ResultBuilder & Results,ASTContext & Context,EnumDecl * Enum,DeclContext * CurContext,const CoveredEnumerators & Enumerators) AddEnumerators() argument
4803 AddLambdaCompletion(ResultBuilder & Results,llvm::ArrayRef<QualType> Parameters,const LangOptions & LangOpts) AddLambdaCompletion() argument
4852 ResultBuilder Results( CodeCompleteExpression() local
5002 AddObjCProperties(const CodeCompletionContext & CCContext,ObjCContainerDecl * Container,bool AllowCategories,bool AllowNullaryMethods,DeclContext * CurContext,AddedPropertiesSet & AddedProperties,ResultBuilder & Results,bool IsBaseExprStatement=false,bool IsClassProperty=false,bool InOriginalClass=true) AddObjCProperties() argument
5180 AddRecordMembersCompletionResults(Sema & SemaRef,ResultBuilder & Results,Scope * S,QualType BaseType,ExprValueKind BaseKind,RecordDecl * RD,std::optional<FixItHint> AccessOpFixIt) AddRecordMembersCompletionResults() argument
5345 std::vector<Member> Results; members() local
5605 llvm::DenseMap<const IdentifierInfo *, Member> Results; global() member in __anonca10f8fc0b11::ConceptInfo
5755 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteMemberReferenceExpr() local
5890 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCClassPropertyRefExpr() local
5934 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteTag() local
5957 AddTypeQualifierResults(DeclSpec & DS,ResultBuilder & Results,const LangOptions & LangOpts) AddTypeQualifierResults() argument
5972 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteTypeQualifiers() local
5985 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteFunctionQualifiers() local
6072 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteCase() local
6100 mergeCandidatesWithResults(Sema & SemaRef,SmallVectorImpl<ResultCandidate> & Results,OverloadCandidateSet & CandidateSet,SourceLocation Loc,size_t ArgSize) mergeCandidatesWithResults() argument
6235 SmallVector<ResultCandidate, 8> Results; ProduceCallSignatureHelp() local
6404 SmallVector<ResultCandidate, 8> Results; ProduceConstructorSignatureHelp() local
6524 SmallVector<ResultCandidate, 8> Results; ProduceTemplateArgumentSignatureHelp() local
6586 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteDesignator() local
6626 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteAfterIf() local
6737 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteQualifiedId() local
6796 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteUsing() local
6824 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteUsingDirective() local
6850 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteNamespaceDecl() local
6893 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteNamespaceAliasDecl() local
6911 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteOperatorName() local
6951 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteConstructorInitializer() local
7106 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteLambdaIntroducer() local
7150 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteAfterFunctionEquals() local
7200 AddObjCImplementationResults(const LangOptions & LangOpts,ResultBuilder & Results,bool NeedAt) AddObjCImplementationResults() argument
7223 AddObjCInterfaceResults(const LangOptions & LangOpts,ResultBuilder & Results,bool NeedAt) AddObjCInterfaceResults() argument
7241 AddObjCTopLevelResults(ResultBuilder & Results,bool NeedAt) AddObjCTopLevelResults() argument
7293 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCAtDirective() local
7309 AddObjCExpressionResults(ResultBuilder & Results,bool NeedAt) AddObjCExpressionResults() argument
7374 AddObjCStatementResults(ResultBuilder & Results,bool NeedAt) AddObjCStatementResults() argument
7421 AddObjCVisibilityResults(const LangOptions & LangOpts,ResultBuilder & Results,bool NeedAt) AddObjCVisibilityResults() argument
7431 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCAtVisibility() local
7443 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCAtStatement() local
7456 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCAtExpression() local
7507 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCPropertyFlags() local
7646 AddObjCMethods(ObjCContainerDecl * Container,bool WantInstanceMethods,ObjCMethodKind WantKind,ArrayRef<const IdentifierInfo * > SelIdents,DeclContext * CurContext,VisitedSelectorSet & Selectors,bool AllowSameLength,ResultBuilder & Results,bool InOriginalClass=true,bool IsRootClass=false) AddObjCMethods() argument
7745 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCPropertyGetter() local
7774 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCPropertySetter() local
7792 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCPassingType() local
7958 AddSuperSendCompletion(Sema & S,bool NeedSuperKeyword,ArrayRef<const IdentifierInfo * > SelIdents,ResultBuilder & Results) AddSuperSendCompletion() argument
8058 ResultBuilder Results( CodeCompleteObjCMessageReceiver() local
8160 getPreferredArgumentTypeForMessageSend(ResultBuilder & Results,unsigned NumSelIdents) getPreferredArgumentTypeForMessageSend() argument
8196 AddClassMessageCompletions(Sema & SemaRef,Scope * S,ParsedType Receiver,ArrayRef<const IdentifierInfo * > SelIdents,bool AtArgumentExpression,bool IsSuper,ResultBuilder & Results) AddClassMessageCompletions() argument
8274 ResultBuilder Results( CodeCompleteObjCClassMessage() local
8347 ResultBuilder Results( CodeCompleteObjCInstanceMessage() local
8495 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCSelector() local
8544 AddProtocolResults(DeclContext * Ctx,DeclContext * CurContext,bool OnlyForwardDeclarations,ResultBuilder & Results) AddProtocolResults() argument
8559 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCProtocolReferences() local
8587 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCProtocolDecl() local
8611 AddInterfaceResults(DeclContext * Ctx,DeclContext * CurContext,bool OnlyForwardDeclarations,bool OnlyUnimplemented,ResultBuilder & Results) AddInterfaceResults() argument
8626 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCInterfaceDecl() local
8645 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCClassForwardDecl() local
8665 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCSuperclass() local
8690 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCImplementationDecl() local
8712 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCInterfaceCategory() local
8756 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCImplementationCategory() local
8786 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCPropertyDefinition() local
8825 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCPropertySynthesizeIvar() local
9042 AddObjCKeyValueCompletions(ObjCPropertyDecl * Property,bool IsInstanceMethod,QualType ReturnType,ASTContext & Context,VisitedSelectorSet & KnownSelectors,ResultBuilder & Results) AddObjCKeyValueCompletions() argument
9695 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCMethodDecl() local
9847 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteObjCMethodDeclSelector() local
9918 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompletePreprocessorDirective() local
10096 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompletePreprocessorMacroName() local
10124 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompletePreprocessorExpression() local
10171 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteIncludedFile() local
10310 ResultBuilder Results(SemaRef, CodeCompleter->getAllocator(), CodeCompleteAvailabilityPlatformName() local
10328 GatherGlobalCodeCompletions(CodeCompletionAllocator & Allocator,CodeCompletionTUInfo & CCTUInfo,SmallVectorImpl<CodeCompletionResult> & Results) GatherGlobalCodeCompletions() argument
[all...]
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp195 [](const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, in TEST()
197 ASSERT_THAT(Results.keys(), UnorderedElementsAre("p")); in TEST()
198 const Environment &Env = getEnvironmentAtAnnotation(Results, "p");
218 [](const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, in TEST()
220 ASSERT_THAT(Results.keys(), UnorderedElementsAre("p")); in TEST()
221 const Environment &Env = getEnvironmentAtAnnotation(Results, "p"); in TEST()
243 [](const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, in TEST()
245 ASSERT_THAT(Results.keys(), UnorderedElementsAre("p")); in TEST()
246 const Environment &Env = getEnvironmentAtAnnotation(Results, "p"); in TEST()
270 [](const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, in TEST()
208 __anon7f451ee20302(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
209 __anon7f451ee20402(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
234 __anon7f451ee20502(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
261 __anon7f451ee20602(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
297 __anon7f451ee20702(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
345 __anon7f451ee20802(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
388 __anon7f451ee20902(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
426 __anon7f451ee20a02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
452 __anon7f451ee20b02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
492 __anon7f451ee20c02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
534 __anon7f451ee20d02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
623 __anon7f451ee20e02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
670 __anon7f451ee20f02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
785 __anon7f451ee21002(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
786 __anon7f451ee21102(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
828 __anon7f451ee21202(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
876 __anon7f451ee21302(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
928 __anon7f451ee21402(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
929 __anon7f451ee21502(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
958 __anon7f451ee21602(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
992 __anon7f451ee21702(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1031 __anon7f451ee21802(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1076 __anon7f451ee21902(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1114 __anon7f451ee21a02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1175 __anon7f451ee21b02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1176 __anon7f451ee21c02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1206 __anon7f451ee21d02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1255 __anon7f451ee21e02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1301 __anon7f451ee21f02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1363 derivedBaseMemberExpectations(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> & Results,ASTContext & ASTCtx) derivedBaseMemberExpectations() argument
1446 __anon7f451ee22002(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1510 __anon7f451ee22202(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, const AnalysisOutputs &) TEST() argument
1539 __anon7f451ee22302(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1569 __anon7f451ee22402(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1624 __anon7f451ee22502(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1671 __anon7f451ee22602(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1711 __anon7f451ee22702(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1747 __anon7f451ee22802(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1800 __anon7f451ee22902(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1871 __anon7f451ee22a02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1937 __anon7f451ee22b02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
1982 __anon7f451ee22c02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2020 __anon7f451ee22d02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2077 __anon7f451ee22e02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2078 __anon7f451ee22f02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2111 __anon7f451ee23002(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2144 __anon7f451ee23102(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2179 __anon7f451ee23202(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2212 __anon7f451ee23302(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2248 __anon7f451ee23402(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2333 __anon7f451ee23502(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2370 __anon7f451ee23602(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2427 __anon7f451ee23702(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2445 __anon7f451ee23802(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2469 __anon7f451ee23902(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2470 __anon7f451ee23a02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2531 __anon7f451ee23b02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2545 __anon7f451ee23c02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2562 __anon7f451ee23d02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2563 __anon7f451ee23e02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2588 __anon7f451ee23f02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2623 __anon7f451ee24002(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2653 __anon7f451ee24102(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2684 __anon7f451ee24202(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2754 __anon7f451ee24302(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2797 __anon7f451ee24402(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2839 __anon7f451ee24502(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2869 __anon7f451ee24602(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2904 __anon7f451ee24702(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
2957 __anon7f451ee24802(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3001 __anon7f451ee24902(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3056 __anon7f451ee24a02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3088 __anon7f451ee24b02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3128 __anon7f451ee24c02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3159 __anon7f451ee24d02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3195 __anon7f451ee24e02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3250 __anon7f451ee24f02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3283 __anon7f451ee25002(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3311 __anon7f451ee25102(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3337 __anon7f451ee25202(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3363 __anon7f451ee25302(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3395 __anon7f451ee25402(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3445 __anon7f451ee25502(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3446 __anon7f451ee25702(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3501 __anon7f451ee25802(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3547 __anon7f451ee25902(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3568 __anon7f451ee25a02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3569 __anon7f451ee25b02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3618 __anon7f451ee25d02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3702 __anon7f451ee25e02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3723 __anon7f451ee25f02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3745 __anon7f451ee26002(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3746 __anon7f451ee26102(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3773 __anon7f451ee26202(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3800 __anon7f451ee26302(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3826 __anon7f451ee26402(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3852 __anon7f451ee26502(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3898 __anon7f451ee26602(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3930 __anon7f451ee26702(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
3965 __anon7f451ee26802(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4011 __anon7f451ee26902(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4077 __anon7f451ee26a02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4104 __anon7f451ee26b02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4156 __anon7f451ee26c02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4157 __anon7f451ee26d02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4203 __anon7f451ee26e02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4237 __anon7f451ee26f02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4285 __anon7f451ee27002(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4333 __anon7f451ee27102(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4388 __anon7f451ee27202(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4420 __anon7f451ee27302(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4447 __anon7f451ee27402(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4476 __anon7f451ee27502(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4508 __anon7f451ee27602(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4539 __anon7f451ee27702(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4564 __anon7f451ee27802(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4590 __anon7f451ee27902(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4629 __anon7f451ee27a02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4660 __anon7f451ee27b02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4691 __anon7f451ee27c02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4725 __anon7f451ee27d02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4765 __anon7f451ee27e02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4799 __anon7f451ee27f02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4847 __anon7f451ee28002(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4914 __anon7f451ee28102(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4915 __anon7f451ee28202(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4945 __anon7f451ee28302(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
4993 __anon7f451ee28402(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5023 __anon7f451ee28502(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5060 __anon7f451ee28602(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5094 __anon7f451ee28702(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5200 __anon7f451ee28802(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5265 __anon7f451ee28b02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5324 __anon7f451ee28c02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5384 __anon7f451ee28d02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5471 __anon7f451ee28e02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5552 __anon7f451ee28f02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5597 __anon7f451ee29002(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5626 __anon7f451ee29102(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5660 __anon7f451ee29202(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5690 __anon7f451ee29302(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5723 __anon7f451ee29402(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5755 __anon7f451ee29502(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5791 __anon7f451ee29602(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5832 __anon7f451ee29702(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5864 __anon7f451ee29802(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5891 __anon7f451ee29902(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5915 __anon7f451ee29a02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5916 __anon7f451ee29b02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5941 __anon7f451ee29c02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5942 __anon7f451ee29d02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5980 __anon7f451ee29e02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
5981 __anon7f451ee29f02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6024 __anon7f451ee2a002(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6025 __anon7f451ee2a102(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6052 __anon7f451ee2a202(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6053 __anon7f451ee2a302(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6079 __anon7f451ee2a402(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6080 __anon7f451ee2a502(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6108 __anon7f451ee2a602(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6109 __anon7f451ee2a702(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6145 __anon7f451ee2a802(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6146 __anon7f451ee2a902(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6174 __anon7f451ee2aa02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6175 __anon7f451ee2ab02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6203 __anon7f451ee2ac02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6204 __anon7f451ee2ad02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6233 __anon7f451ee2ae02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6234 __anon7f451ee2af02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6244 __anon7f451ee2b002(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6275 __anon7f451ee2b102(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6307 __anon7f451ee2b202(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6308 __anon7f451ee2b302(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6349 __anon7f451ee2b402(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6350 __anon7f451ee2b502(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6382 __anon7f451ee2b602(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6401 __anon7f451ee2b802(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6402 __anon7f451ee2b902(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6426 __anon7f451ee2ba02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6427 __anon7f451ee2bb02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6454 __anon7f451ee2bc02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6455 __anon7f451ee2bd02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6479 __anon7f451ee2be02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6503 __anon7f451ee2c002(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6504 __anon7f451ee2c102(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6539 __anon7f451ee2c202(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6540 __anon7f451ee2c302(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6567 __anon7f451ee2c402(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6568 __anon7f451ee2c502(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6599 __anon7f451ee2c602(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6600 __anon7f451ee2c702(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6631 __anon7f451ee2c802(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6632 __anon7f451ee2c902(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6665 __anon7f451ee2ca02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6666 __anon7f451ee2cb02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6699 __anon7f451ee2cc02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6700 __anon7f451ee2cd02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6733 __anon7f451ee2ce02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6734 __anon7f451ee2cf02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6765 __anon7f451ee2d002(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6766 __anon7f451ee2d102(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6796 __anon7f451ee2d202(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6797 __anon7f451ee2d302(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6827 __anon7f451ee2d402(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6828 __anon7f451ee2d502(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6859 __anon7f451ee2d602(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6860 __anon7f451ee2d702(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6893 __anon7f451ee2d802(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6912 __anon7f451ee2d902(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6913 __anon7f451ee2da02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6955 __anon7f451ee2db02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
6998 __anon7f451ee2dc02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
7029 __anon7f451ee2dd02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
7069 __anon7f451ee2de02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
7098 __anon7f451ee2df02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
7141 __anon7f451ee2e002(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
7189 __anon7f451ee2e102(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
7220 __anon7f451ee2e202(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
7252 __anon7f451ee2e302(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
7300 __anon7f451ee2e402(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
7301 __anon7f451ee2e502(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
7334 __anon7f451ee2e602(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
7367 __anon7f451ee2e702(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
7400 __anon7f451ee2e802(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
7435 __anon7f451ee2e902(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
7474 __anon7f451ee2ea02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
7514 __anon7f451ee2eb02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST() argument
[all...]
H A DTypeErasedDataflowAnalysisTest.cpp171 Results = runDataflowAnalysis(*ACFG, Analysis, Env); in TEST_F()
173 ASSERT_THAT_ERROR(Results.takeError(), llvm::Succeeded()); in TEST_F()
174 const Environment &ExitBlockEnv = Results->front()->Env; in TEST_F()
454 // results in two passes through the code that follows. Each pass results in a
461 // examining any details of the results. in join()
566 DataflowAnalysisState<FunctionCallLattice>> &Results, in TEST_F()
568 EXPECT_THAT(Results, Expectations); in TEST_F()
754 &Results, in TEST_F()
756 &AO) { Match(Results, A in TEST_F()
170 Results = runDataflowAnalysis(*ACFG, Analysis, Env); TEST_F() local
530 __anon7ffac2e90d02( const llvm::StringMap< DataflowAnalysisState<FunctionCallLattice>> &Results, const AnalysisOutputs &) runDataflow() argument
719 __anon7ffac2e91002(const llvm::StringMap< DataflowAnalysisState<NoopLattice>> &Results, const AnalysisOutputs &AO) runDataflow() argument
748 __anon7ffac2e91102(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
898 __anon7ffac2e91402(const llvm::StringMap< DataflowAnalysisState<NoopLattice>> &Results, const AnalysisOutputs &AO) TEST_F() argument
899 __anon7ffac2e91502(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
941 __anon7ffac2e91702(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
979 __anon7ffac2e91902(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
1028 __anon7ffac2e91a02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
1029 __anon7ffac2e91b02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
1073 __anon7ffac2e91d02(const llvm::StringMap< DataflowAnalysisState<NoopLattice>> &Results, const AnalysisOutputs &AO) TEST_F() argument
1074 __anon7ffac2e91e02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
1105 __anon7ffac2e91f02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
1133 __anon7ffac2e92002(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
1180 __anon7ffac2e92102(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
1182 __anon7ffac2e92202(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
1219 __anon7ffac2e92302(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
1256 __anon7ffac2e92402(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
1293 __anon7ffac2e92502(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
1333 __anon7ffac2e92602(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
1366 __anon7ffac2e92702(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
1407 __anon7ffac2e92802(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
1441 __anon7ffac2e92902(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
1470 __anon7ffac2e92a02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, ASTContext &ASTCtx) TEST_F() argument
1547 __anon7ffac2e92c02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, const AnalysisOutputs &AO) TEST_F() argument
1592 __anon7ffac2e92e02(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, const AnalysisOutputs &AO) TEST_F() argument
1644 __anon7ffac2e93002(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, const AnalysisOutputs &AO) TEST_F() argument
1697 __anon7ffac2e93202(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, const AnalysisOutputs &AO) TEST_F() argument
1755 __anon7ffac2e93402(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, const AnalysisOutputs &AO) TEST_F() argument
1802 __anon7ffac2e93602(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, const AnalysisOutputs &AO) TEST_F() argument
1847 __anon7ffac2e93702(const llvm::StringMap<DataflowAnalysisState<NoopLattice>> &Results, const AnalysisOutputs &AO) TEST_F() argument
[all...]
/llvm-project/mlir/test/mlir-tblgen/
H A Dop-python-bindings.td26 // CHECK: results = []
35 // CHECK: attributes=attributes, results=results, operands=operands,
74 // CHECK: results = []
77 // CHECK: if variadic1 is not None: results.append(variadic1)
78 // CHECK: results.append(non_variadic)
79 // CHECK: results.append(variadic2)
83 // CHECK: attributes=attributes, results=results, operands=operands,
89 // CHECK: self.operation.results,
[all...]
/llvm-project/mlir/test/lib/Dialect/Transform/
H A DTestTransformDialectExtension.td48 let results = (outs TransformHandleTypeInterface:$res);
59 let results = (outs TransformValueHandleTypeInterface:$out);
60 let assemblyFormat = "$in attr-dict `:` functional-type(operands, results)";
70 let results = (outs TransformValueHandleTypeInterface:$out);
71 let assemblyFormat = "$in `,` $number attr-dict `:` functional-type(operands, results)";
77 ::mlir::transform::ApplyToEachResultList &results,
88 let results = (outs TransformValueHandleTypeInterface:$out);
89 let assemblyFormat = "$in `,` $number attr-dict `:` functional-type(operands, results)";
95 ::mlir::transform::ApplyToEachResultList &results,
123 ::mlir::transform::ApplyToEachResultList &results,
[all...]
H A DTestTransformDialectExtension.cpp49 transform::TransformResults &results, in apply() argument
105 transform::TransformResults &results, in apply() argument
118 transform::TransformResults &results, transform::TransformState &state) { in apply() argument
120 results.set(cast<OpResult>(getResult()), in apply()
123 results.set(cast<OpResult>(getResult()), {getOperation()}); in apply()
138 transform::TransformResults &results, transform::TransformState &state) { in apply() argument
139 results.setValues(llvm::cast<OpResult>(getOut()), {getIn()}); in apply()
153 transform::ApplyToEachResultList &results, in applyToOne() argument
157 results.push_back(target->getResult(getNumber())); in applyToOne()
171 transform::ApplyToEachResultList &results, in applyToOne() argument
195 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
210 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
232 matchOperation(Operation * op,transform::TransformResults & results,transform::TransformState & state) matchOperation() argument
251 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
259 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
290 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
312 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
319 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
328 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
338 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
347 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
365 applyToOne(transform::TransformRewriter & rewriter,Operation * target,transform::ApplyToEachResultList & results,transform::TransformState & state) applyToOne() argument
375 applyToOne(transform::TransformRewriter & rewriter,Operation * target,transform::ApplyToEachResultList & results,transform::TransformState & state) applyToOne() argument
388 applyToOne(transform::TransformRewriter & rewriter,Operation * target,transform::ApplyToEachResultList & results,transform::TransformState & state) applyToOne() argument
399 applyToOne(transform::TransformRewriter & rewriter,Operation * target,transform::ApplyToEachResultList & results,transform::TransformState & state) applyToOne() argument
410 applyToOne(transform::TransformRewriter & rewriter,Operation * target,transform::ApplyToEachResultList & results,transform::TransformState & state) applyToOne() argument
419 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
469 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
484 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
507 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
525 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
540 applyToOne(transform::TransformRewriter & rewriter,Operation * target,::transform::ApplyToEachResultList & results,::transform::TransformState & state) applyToOne() argument
567 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
575 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
587 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
599 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
623 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
647 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
729 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
764 apply(transform::TransformRewriter & rewriter,transform::TransformResults & results,transform::TransformState & state) apply() argument
792 applyToOne(transform::TransformRewriter & rewriter,Operation * target,transform::ApplyToEachResultList & results,transform::TransformState & state) applyToOne() argument
[all...]
/llvm-project/llvm/unittests/tools/llvm-exegesis/
H A DResultAggregatorTest.cpp18 std::vector<Benchmark> Results(1); in TEST() local
20 Results[0].Measurements = {BenchmarkMeasure::Create("x", 1, {})}; in TEST()
22 Benchmark &Result = Results[0]; in TEST()
26 AggregatorToTest->AggregateResults(Result, ArrayRef(Results).drop_front()); in TEST()
34 std::vector<Benchmark> Results(2); in TEST() local
36 Results[0].Measurements = {BenchmarkMeasure::Create("x", 2, {})}; in TEST()
37 Results[1].Measurements = {BenchmarkMeasure::Create("x", 1, {})}; in TEST()
39 Benchmark &Result = Results[0]; in TEST()
44 AggregatorToTest->AggregateResults(Result, ArrayRef(Results).drop_front()); in TEST()
52 std::vector<Benchmark> Results(2); in TEST() local
[all …]
/llvm-project/mlir/test/IR/
H A Dprint-ir-nesting.mlir3 // CHECK: visiting op: 'builtin.module' with 0 operands and 0 results
10 // CHECK: visiting op: 'dialect.op1' with 0 operands and 4 results
14 %results:4 = "dialect.op1"() { "attribute name" = 42 : i32 } : () -> (i1, i16, i32, i64)
17 // CHECK: visiting op: 'dialect.op2' with 0 operands and 0 results
25 // CHECK: visiting op: 'dialect.innerop1' with 2 operands and 0 results
27 "dialect.innerop1"(%results#0, %results#1) : (i1, i16) -> ()
33 // CHECK: visiting op: 'dialect.innerop2' with 0 operands and 0 results
36 // CHECK: visiting op: 'dialect.innerop3' with 3 operands and 0 results
38 "dialect.innerop3"(%results#
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp76 /// Assuming the node is legal, "legalize" the results.
79 /// Make sure Results are legal and update the translation cache.
81 MutableArrayRef<SDValue> Results);
83 /// Wrapper to interface LowerOperation with a vector of Results.
85 /// returns true. If return is true and the Results are empty, then the
87 bool LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results);
96 void Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results);
100 void ExpandFP_TO_UINT(SDNode *Node, SmallVectorImpl<SDValue> &Results);
104 void ExpandUINT_TO_FLOAT(SDNode *Node, SmallVectorImpl<SDValue> &Results);
147 void ExpandFSUB(SDNode *Node, SmallVectorImpl<SDValue> &Results);
250 RecursivelyLegalizeResults(SDValue Op,MutableArrayRef<SDValue> Results) RecursivelyLegalizeResults() argument
563 LowerOperationWrapper(SDNode * Node,SmallVectorImpl<SDValue> & Results) LowerOperationWrapper() argument
592 PromoteSETCC(SDNode * Node,SmallVectorImpl<SDValue> & Results) PromoteSETCC() argument
617 PromoteSTRICT(SDNode * Node,SmallVectorImpl<SDValue> & Results) PromoteSTRICT() argument
657 Promote(SDNode * Node,SmallVectorImpl<SDValue> & Results) Promote() argument
739 PromoteINT_TO_FP(SDNode * Node,SmallVectorImpl<SDValue> & Results) PromoteINT_TO_FP() argument
780 PromoteFP_TO_INT(SDNode * Node,SmallVectorImpl<SDValue> & Results) PromoteFP_TO_INT() argument
835 Expand(SDNode * Node,SmallVectorImpl<SDValue> & Results) Expand() argument
1345 ExpandBITREVERSE(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandBITREVERSE() argument
1549 ExpandFP_TO_UINT(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandFP_TO_UINT() argument
1569 ExpandUINT_TO_FLOAT(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandUINT_TO_FLOAT() argument
1671 ExpandFSUB(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandFSUB() argument
1685 ExpandSETCC(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandSETCC() argument
1765 ExpandUADDSUBO(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandUADDSUBO() argument
1773 ExpandSADDSUBO(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandSADDSUBO() argument
1781 ExpandMULO(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandMULO() argument
1791 ExpandFixedPointDiv(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandFixedPointDiv() argument
1799 ExpandStrictFPOp(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandStrictFPOp() argument
1819 ExpandREM(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandREM() argument
1836 tryExpandVecMathCall(SDNode * Node,RTLIB::Libcall LC,SmallVectorImpl<SDValue> & Results) tryExpandVecMathCall() argument
1929 tryExpandVecMathCall(SDNode * Node,RTLIB::Libcall Call_F32,RTLIB::Libcall Call_F64,RTLIB::Libcall Call_F80,RTLIB::Libcall Call_F128,RTLIB::Libcall Call_PPCF128,SmallVectorImpl<SDValue> & Results) tryExpandVecMathCall() argument
1941 UnrollStrictFPOp(SDNode * Node,SmallVectorImpl<SDValue> & Results) UnrollStrictFPOp() argument
[all...]
/llvm-project/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp274 /// the code-completion results.
277 /// Allocator used to store globally cached code-completion results.
281 /// Allocator used to store code completion results.
312 unsigned clang_getCompletionNumFixIts(CXCodeCompleteResults *results, in clang_getCompletionNumFixIts() argument
314 AllocatedCXCodeCompleteResults *allocated_results = (AllocatedCXCodeCompleteResults *)results; in clang_getCompletionNumFixIts()
322 CXString clang_getCompletionFixIt(CXCodeCompleteResults *results, in clang_getCompletionFixIt() argument
326 AllocatedCXCodeCompleteResults *allocated_results = (AllocatedCXCodeCompleteResults *)results; in clang_getCompletionFixIt()
369 fprintf(stderr, "+++ %u completion results\n", in AllocatedCXCodeCompleteResults()
374 delete [] Results; in ~AllocatedCXCodeCompleteResults()
380 fprintf(stderr, "--- %u completion results\n", in ~AllocatedCXCodeCompleteResults()
[all …]
/llvm-project/clang-tools-extra/unittests/clang-move/
H A DClangMoveTests.cpp241 std::map<std::string, std::string> Results; in runClangMoveOnCode() local
246 Results[FilePath.str().str()] = Context.getRewrittenText(FileToFileID[FilePath]); in runClangMoveOnCode()
248 return Results; in runClangMoveOnCode()
259 auto Results = runClangMoveOnCode(Spec); in TEST() local
260 EXPECT_EQ(ExpectedTestHeader, Results[Spec.OldHeader]); in TEST()
261 EXPECT_EQ(ExpectedTestCC, Results[Spec.OldCC]); in TEST()
262 EXPECT_EQ(ExpectedNewHeader, Results[Spec.NewHeader]); in TEST()
263 EXPECT_EQ(ExpectedHeader + ExpectedNewCC, Results[Spec.NewCC]); in TEST()
271 auto Results = runClangMoveOnCode(Spec); in TEST() local
272 EXPECT_EQ(2u, Results.size()); in TEST()
[all …]
/llvm-project/libcxx/test/libcxx/fuzzing/
H A Dunique_copy.pass.cpp22 std::vector<std::uint8_t> results; in LLVMFuzzerTestOneInput() local
24 std::back_inserter<std::vector<std::uint8_t>>(results)); in LLVMFuzzerTestOneInput()
29 if (results.size() == 0) in LLVMFuzzerTestOneInput()
32 // 'results' is sorted in LLVMFuzzerTestOneInput()
33 if (!std::is_sorted(results.begin(), results.end())) in LLVMFuzzerTestOneInput()
36 // All the elements in 'results' must be different in LLVMFuzzerTestOneInput()
37 it = results.begin(); in LLVMFuzzerTestOneInput()
39 for (; it != results.end(); ++it) { in LLVMFuzzerTestOneInput()
45 // Every element in 'results' must be in 'working' in LLVMFuzzerTestOneInput()
46 for (auto v : results) in LLVMFuzzerTestOneInput()
[all …]
H A Dunique.pass.cpp21 std::vector<std::uint8_t> results = working; in LLVMFuzzerTestOneInput() local
22 std::vector<std::uint8_t>::iterator new_end = std::unique(results.begin(), results.end()); in LLVMFuzzerTestOneInput()
27 if (results.begin() == new_end) in LLVMFuzzerTestOneInput()
30 // 'results' is sorted in LLVMFuzzerTestOneInput()
31 if (!std::is_sorted(results.begin(), new_end)) in LLVMFuzzerTestOneInput()
34 // All the elements in 'results' must be different in LLVMFuzzerTestOneInput()
35 it = results.begin(); in LLVMFuzzerTestOneInput()
43 // Every element in 'results' must be in 'working' in LLVMFuzzerTestOneInput()
44 for (it = results.begin(); it != new_end; ++it) in LLVMFuzzerTestOneInput()
48 // Every element in 'working' must be in 'results' in LLVMFuzzerTestOneInput()
[all …]
/llvm-project/flang/test/Semantics/
H A Dcanondo04.f907 integer :: results(100) variable
13 results(count) = j1
21 results(count) = 100*j1 + 10*j2 + j3
25 results(count) = 10*j3 + j4
33 results(count) = 100*j1 + 10*j2 + j3
36 results(count) = 10*j3 + j4
42 results(count) = 10*j1 + j2
46 5 results(count) = j1
49 6 results(count) = j1
50 if (count == 34 .and. sum(results(1:count)) == 3739) then
[all …]
/llvm-project/libcxxabi/src/
H A Dcxa_personality.cpp548 const scan_results& results) in set_registers() argument
559 static_cast<uintptr_t>(results.ttypeIndex)); in set_registers()
560 _Unwind_SetIP(context, results.landingPad); in set_registers()
584 static void scan_eh_tab(scan_results &results, _Unwind_Action actions, in scan_eh_tab() argument
588 // Initialize results to found nothing but an error in scan_eh_tab()
589 results.ttypeIndex = 0; in scan_eh_tab()
590 results.actionRecord = 0; in scan_eh_tab()
591 results.languageSpecificData = 0; in scan_eh_tab()
592 results.landingPad = 0; in scan_eh_tab()
593 results in scan_eh_tab()
928 scan_results results; __gxx_personality_wasm0() local
1039 save_results_to_barrier_cache(_Unwind_Exception * unwind_exception,const scan_results & results) save_results_to_barrier_cache() argument
1048 load_results_from_barrier_cache(scan_results & results,const _Unwind_Exception * unwind_exception) load_results_from_barrier_cache() argument
1079 scan_results results; __gxx_personality_v0() local
[all...]
/llvm-project/clang/test/Analysis/
H A Danalyzer_test.py11 results = []
18 results.append(
24 if results[-1].code == lit.Test.FAIL:
25 return results[-1]
30 results.append(
37 for x in results:
38 if x != results[-1]:
39 results[-1].output = x.output + results[-1].output
41 if results:
42 return results[-1]
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestOps.td49 let results = (outs
59 let results = (outs ComplexF64);
63 let results = (outs TensorOf<[ComplexF64]>);
67 let results = (outs TupleOf<[I32, F32]>);
71 let results = (outs NestedTupleOf<[I32, F32]>);
79 let results = (outs MemRefRankOf<[I8, F32], [0, 1]>);
144 let results = (outs AnySignlessInteger:$result);
150 let results = (outs AnyTensor:$result);
154 // Test Results
159 let results
[all...]
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_runner.cc73 const internal::ThreadManager::Result& results, in CreateRunReport() argument
83 report.skipped = results.skipped_; in CreateRunReport()
84 report.skip_message = results.skip_message_; in CreateRunReport()
85 report.report_label = results.report_label_; in CreateRunReport()
87 report.iterations = results.iterations; in CreateRunReport()
95 report.real_accumulated_time = results.manual_time_used; in CreateRunReport()
97 report.real_accumulated_time = results.real_time_used; in CreateRunReport()
100 report.cpu_accumulated_time = results.cpu_time_used; in CreateRunReport()
101 report.complexity_n = results.complexity_n; in CreateRunReport()
105 report.counters = results.counters; in CreateRunReport()
[all …]
/llvm-project/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformOps.td72 successful alternative region are returned as the results of the
74 number of results, which should also match the number and the types of the
75 "alternatives" op results.
96 let results = (outs Variadic<TransformHandleTypeInterface>:$results);
100 "($scope^ `:` type($scope))? (`->` type($results)^)? "
124 let results = (outs);
148 let results = (outs);
155 ::mlir::transform::ApplyToEachResultList &results,
217 let results
[all...]
/llvm-project/.github/workflows/
H A Dscorecard.yml5 # Check current LLVM-Project results here: https://securityscorecards.dev/viewer/?uri=github.com/ll…
27 # Needed to upload the results to code-scanning dashboard.
29 # Needed to publish results and get a badge (see publish_results below).
41 results_file: results.sarif
44 # - Publish results to OpenSSF REST API for easy access by consumers
46 # - See https://github.com/ossf/scorecard-action#publishing-results.
49 …# Upload the results as artifacts (optional). Commenting out will disable uploads of run results i…
55 path: results.sarif
58 # Upload the results to GitHub's code scanning dashboard.
62 sarif_file: results.sarif

12345678910>>...129