Home
last modified time | relevance | path

Searched defs:Result (Results 1 – 25 of 1819) sorted by relevance

12345678910>>...73

/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DSolver.h30 struct Result { struct
50 static Result Satisfiable(llvm::DenseMap<Atom, Assignment> Solution) { in Satisfiable() argument
56 static Result Unsatisfiable() { return Result(Status::Unsatisfiable, {}); } in Unsatisfiable() argument
60 static Result TimedOut() { return Result(Status::TimedOut, {}); } in TimedOut() argument
73 Result(Status SATCheckStatus, in Result() function
89 virtual Result solve(llvm::ArrayRef<const Formula *> Vals) = 0; argument
/llvm-project/third-party/benchmark/src/
H A Dthread_manager.h39 struct Result { struct
50 GUARDED_BY(GetBenchmarkMutex()) Result results; argument
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/
H A Dadaptor.pass.cpp64 using Result = std::ranges::elements_view<std::ranges::ref_view<std::pair<int, int>[3]>, 0>; in test() typedef
72 using Result = std::ranges::elements_view<std::ranges::ref_view<std::pair<int, int>[3]>, 0>; in test() typedef
80 using Result = std::ranges::elements_view<std::ranges::ref_view<std::pair<int, int>[3]>, 1>; in test() typedef
88 using Result = std::ranges::elements_view<std::ranges::ref_view<std::pair<int, int>[3]>, 1>; in test() typedef
96 using Result = std::ranges::elements_view<std::ranges::ref_view<std::pair<int, int>[3]>, 0>; in test() typedef
104 using Result = std::ranges::elements_view<std::ranges::ref_view<std::pair<int, int>[3]>, 1>; in test() typedef
113 using Result = std::ranges::elements_view< in test() typedef
125 using Result = std::ranges::elements_view< in test() typedef
137 using Result = std::ranges::elements_view< in test() typedef
149 using Result = std::ranges::elements_view< in test() typedef
[all …]
/llvm-project/llvm/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp509 GraphResult Result = in TEST_F() local
534 GraphResult Result = in TEST_F() local
550 GraphResult Result = in TEST_F() local
569 GraphResult Result = in TEST_F() local
587 GraphResult Result = in TEST_F() local
611 GraphResult Result = in TEST_F() local
636 GraphResult Result = in TEST_F() local
655 GraphResult Result = in TEST_F() local
672 GraphResult Result = in TEST_F() local
702 GraphResult Result = in TEST_F() local
[all …]
H A DGraphBuilder.cpp81 void PrintTo(const GraphResult &Result, ::std::ostream *os) { in PrintTo()
159 const auto Result = in TEST_F() local
186 const auto Result = in TEST_F() local
216 const auto Result = in TEST_F() local
255 GraphResult Result = in TEST_F() local
291 GraphResult Result = in TEST_F() local
314 GraphResult Result = in TEST_F() local
330 GraphResult Result = in TEST_F() local
354 GraphResult Result = in TEST_F() local
379 GraphResult Result = in TEST_F() local
[all …]
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.transform/
H A Dadaptor.pass.cpp36 using Result = std::ranges::transform_view<MoveOnlyView, PlusOne>; in test() typedef
45 using Result = std::ranges::transform_view<MoveOnlyView, PlusOne>; in test() typedef
57 using Result = std::ranges::transform_view<MoveOnlyView, PlusOne>; in test() typedef
66 using Result = std::ranges::transform_view<MoveOnlyView, PlusOne>; in test() typedef
77 using Result = std::ranges::transform_view<MoveOnlyView, PlusOne>; in test() typedef
98 …using Result = std::ranges::transform_view<std::ranges::transform_view<MoveOnlyView, PlusOne>, Tim… in test() typedef
107 …using Result = std::ranges::transform_view<std::ranges::transform_view<MoveOnlyView, PlusOne>, Tim… in test() typedef
/llvm-project/clang/unittests/Tooling/DependencyScanning/
H A DDependencyScanningFilesystemTest.cpp81 llvm::SmallString<128> Result; TEST() local
87 llvm::SmallString<128> Result; TEST() local
93 llvm::SmallString<128> Result; TEST() local
99 llvm::SmallString<128> Result; TEST() local
118 llvm::SmallString<128> Result; TEST() local
122 llvm::SmallString<128> Result; TEST() local
132 llvm::SmallString<128> Result; TEST() local
136 llvm::SmallString<128> Result; TEST() local
146 llvm::SmallString<128> Result; TEST() local
150 llvm::SmallString<128> Result; TEST() local
[all...]
/llvm-project/llvm/unittests/TextAPI/
H A DTextStubV1Tests.cpp69 Expected<TBDFile> Result = in TEST() local
122 Expected<TBDFile> Result = in TEST() local
194 Error Result = TextAPIWriter::writeToStream(OS, File); in TEST() local
206 Expected<TBDFile> Result = in TEST() local
223 Expected<TBDFile> Result = in TEST() local
240 Expected<TBDFile> Result = in TEST() local
257 Expected<TBDFile> Result = in TEST() local
274 Expected<TBDFile> Result = in TEST() local
292 Expected<TBDFile> Result = in TEST() local
308 Expected<TBDFile> Result = in TEST() local
[all …]
H A DTextStubV2Tests.cpp70 Expected<TBDFile> Result = in TEST() local
141 Expected<TBDFile> Result = in TEST() local
214 Error Result = TextAPIWriter::writeToStream(OS, File); in TEST() local
226 Expected<TBDFile> Result = in TEST() local
243 Expected<TBDFile> Result = in TEST() local
260 Expected<TBDFile> Result = in TEST() local
277 Expected<TBDFile> Result = in TEST() local
294 Expected<TBDFile> Result = in TEST() local
312 Expected<TBDFile> Result = in TEST() local
328 Expected<TBDFile> Result = in TEST() local
[all …]
H A DTextStubV4Tests.cpp79 Expected<TBDFile> Result = in TEST() local
231 Expected<TBDFile> Result = in TEST() local
363 Error Result = TextAPIWriter::writeToStream(OS, File); in TEST() local
432 Error Result = TextAPIWriter::writeToStream(OS, File); in TEST() local
445 Expected<TBDFile> Result = in TEST() local
475 Expected<TBDFile> Result = in TEST() local
504 Expected<TBDFile> Result = TextAPIReader::get( in TEST() local
529 Expected<TBDFile> Result = in TEST() local
554 Expected<TBDFile> Result = in TEST() local
569 Expected<TBDFile> Result = in TEST() local
[all …]
H A DTextStubV3Tests.cpp73 Expected<TBDFile> Result = in TEST() local
156 Expected<TBDFile> Result = in TEST() local
283 Error Result = TextAPIWriter::writeToStream(OS, File); in TEST() local
364 Error Result = TextAPIWriter::writeToStream(OS, File); in TEST() local
376 Expected<TBDFile> Result = in TEST() local
400 Expected<TBDFile> Result = in TEST() local
423 Expected<TBDFile> Result = in TEST() local
446 Expected<TBDFile> Result = in TEST() local
470 Expected<TBDFile> Result = in TEST() local
493 Expected<TBDFile> Result = in TEST() local
[all …]
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take.while/
H A Dadaptor.pass.cpp57 using Result = std::ranges::take_while_view<MoveOnlyView, Pred>; in test() typedef
64 using Result = std::ranges::take_while_view<MoveOnlyView, Pred>; in test() typedef
72 using Result = std::ranges::take_while_view<MoveOnlyView, Pred>; in test() typedef
79 using Result = std::ranges::take_while_view<MoveOnlyView, Pred>; in test() typedef
87 using Result = std::ranges::take_while_view<MoveOnlyView, Pred>; in test() typedef
99 …using Result = std::ranges::take_while_view<std::ranges::take_while_view<MoveOnlyView, Pred>… in test() typedef
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take/
H A Dadaptor.pass.cpp69 using Result = std::ranges::take_view<std::ranges::transform_view<SomeView, decltype(f)>>; in test() typedef
82 using Result = std::ranges::transform_view<std::ranges::take_view<SomeView>, decltype(f)>; in test() typedef
109 using Result = std::ranges::empty_view<int>; in test() typedef
145 using Result = std::ranges::subrange<int*>; in test() typedef
155 using Result = std::ranges::take_view<std::ranges::subrange<forward_iterator<int*>, in test() typedef
165 using Result = std::ranges::subrange<int*, int*, std::ranges::subrange_kind::sized>; in test() typedef
173 using Result = std::ranges::iota_view<int, int>; in test() typedef
182 using Result = std::ranges::repeat_view<int, int>; in test() typedef
192 using Result = std::ranges::repeat_view<int, std::ranges::range_difference_t<decltype(repeat)>>; in test() typedef
/llvm-project/clang/unittests/Analysis/
H A DIntervalPartitionTest.cpp30 std::string Result; in PrintTo() local
63 std::string Result; in PrintTo() local
119 BuildResult Result = BuildCFG(Code); in TEST() local
142 BuildResult Result = BuildCFG(Code); in TEST() local
163 BuildResult Result = BuildCFG(Code); in TEST() local
189 BuildResult Result = BuildCFG(Code); in TEST() local
204 BuildResult Result = BuildCFG(Code); in TEST() local
225 BuildResult Result = BuildCFG(Code); in TEST() local
249 BuildResult Result = BuildCFG(Code); in TEST() local
272 BuildResult Result = BuildCFG(Code); in TEST() local
[all …]
/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp45 llvm::DenseSet<SymbolID> Result; in getIDs() local
91 clangd::FuzzyFindRequest Result; in fromProtobuf() local
147 clangd::Symbol Result; fromProtobuf() local
186 clangd::Ref Result; fromProtobuf() local
258 Symbol Result; toProtobuf() local
293 Ref Result; toProtobuf() local
304 Relation Result; toProtobuf() local
323 auto Result = URI::createFile(FullPath); relativePathToURI() local
334 llvm::SmallString<256> Result = ParsedURI->body(); uriToRelativePath() local
348 clangd::SymbolLocation::Position Result; fromProtobuf() local
356 remote::Position Result; toProtobuf() local
363 clang::index::SymbolInfo Result; fromProtobuf() local
373 SymbolInfo Result; toProtobuf() local
395 remote::SymbolLocation Result; toProtobuf() local
407 HeaderWithReferences Result; toProtobuf() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/abseil/
H A DTimeSubtractionCheck.cpp22 static bool insideMacroDefinition(const MatchFinder::MatchResult &Result, in insideMacroDefinition()
30 static bool isConstructorAssignment(const MatchFinder::MatchResult &Result, in isConstructorAssignment()
47 static bool isArgument(const MatchFinder::MatchResult &Result, in isArgument()
66 static bool isReturn(const MatchFinder::MatchResult &Result, const Expr *Node) { in isReturn()
80 static bool parensRequired(const MatchFinder::MatchResult &Result, in parensRequired()
129 void TimeSubtractionCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DDurationRewriter.cpp72 rewriteInverseDurationCall(const MatchFinder::MatchResult &Result, in rewriteInverseDurationCall() argument
91 rewriteInverseTimeCall(const MatchFinder::MatchResult &Result, in rewriteInverseTimeCall() argument
161 bool isLiteralZero(const MatchFinder::MatchResult &Result, const Expr &Node) { in isLiteralZero() argument
187 stripFloatCast(const ast_matchers::MatchFinder::MatchResult &Result, in stripFloatCast() argument
207 stripFloatLiteralFraction(const MatchFinder::MatchResult & Result,const Expr & Node) stripFloatLiteralFraction() argument
217 simplifyDurationFactoryArg(const MatchFinder::MatchResult & Result,const Expr & Node) simplifyDurationFactoryArg() argument
271 rewriteExprFromNumberToDuration(const ast_matchers::MatchFinder::MatchResult & Result,DurationScale Scale,const Expr * Node) rewriteExprFromNumberToDuration() argument
289 rewriteExprFromNumberToTime(const ast_matchers::MatchFinder::MatchResult & Result,DurationScale Scale,const Expr * Node) rewriteExprFromNumberToTime() argument
306 isInMacro(const MatchFinder::MatchResult & Result,const Expr * E) isInMacro() argument
[all...]
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.drop.while/
H A Dadaptor.pass.cpp67 using Result = std::ranges::drop_while_view<MoveOnlyView, Pred>; in test() typedef
74 using Result = std::ranges::drop_while_view<MoveOnlyView, Pred>; in test() typedef
82 using Result = std::ranges::drop_while_view<MoveOnlyView, Pred>; in test() typedef
89 using Result = std::ranges::drop_while_view<MoveOnlyView, Pred>; in test() typedef
97 using Result = std::ranges::drop_while_view<MoveOnlyView, Pred>; in test() typedef
109 …using Result = std::ranges::drop_while_view<std::ranges::drop_while_view<MoveOnlyView, Pred>… in test() typedef
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp405 Result->addChecksum(CS.FileName, CS.Kind, CS.ChecksumBytes.Bytes); in toCodeViewSubsection() local
416 Result->setCodeSize(Lines.CodeSize); in toCodeViewSubsection() local
447 auto Result = std::make_shared<DebugInlineeLinesSubsection>( toCodeViewSubsection() local
467 auto Result = std::make_shared<DebugCrossModuleExportsSubsection>(); toCodeViewSubsection() local
479 auto Result = toCodeViewSubsection() local
491 auto Result = std::make_shared<DebugSymbolsSubsection>(); toCodeViewSubsection() local
502 auto Result = std::make_shared<DebugStringTableSubsection>(); toCodeViewSubsection() local
513 auto Result = std::make_shared<DebugFrameDataSubsection>(true); toCodeViewSubsection() local
534 auto Result = std::make_shared<DebugSymbolRVASubsection>(); toCodeViewSubsection() local
547 SourceFileChecksumEntry Result; convertOneChecksum() local
568 auto Result = std::make_shared<YAMLChecksumsSubsection>(); fromCodeViewSubsection() local
584 auto Result = std::make_shared<YAMLLinesSubsection>(); fromCodeViewSubsection() local
622 auto Result = std::make_shared<YAMLInlineeLinesSubsection>(); fromCodeViewSubsection() local
649 auto Result = std::make_shared<YAMLCrossModuleExportsSubsection>(); fromCodeViewSubsection() local
658 auto Result = std::make_shared<YAMLCrossModuleImportsSubsection>(); fromCodeViewSubsection() local
674 auto Result = std::make_shared<YAMLSymbolsSubsection>(); fromCodeViewSubsection() local
692 auto Result = std::make_shared<YAMLStringTableSubsection>(); fromCodeViewSubsection() local
711 auto Result = std::make_shared<YAMLFrameDataSubsection>(); fromCodeViewSubsection() local
739 auto Result = std::make_shared<YAMLCoffSymbolRVASubsection>(); fromCodeViewSubsection() local
750 std::vector<std::shared_ptr<DebugSubsection>> Result; toCodeViewSubsectionList() local
800 auto Result = YAMLLinesSubsection::fromCodeViewSubsection( visitLines() local
811 auto Result = YAMLChecksumsSubsection::fromCodeViewSubsection(State.strings(), visitFileChecksums() local
822 auto Result = YAMLInlineeLinesSubsection::fromCodeViewSubsection( visitInlineeLines() local
833 auto Result = visitCrossModuleExports() local
844 auto Result = YAMLCrossModuleImportsSubsection::fromCodeViewSubsection( visitCrossModuleImports() local
855 auto Result = YAMLStringTableSubsection::fromCodeViewSubsection(Strings); visitStringTable() local
864 auto Result = YAMLSymbolsSubsection::fromCodeViewSubsection(Symbols); visitSymbols() local
873 auto Result = visitFrameData() local
883 auto Result = YAMLCoffSymbolRVASubsection::fromCodeViewSubsection(RVAs); visitCOFFSymbolRVAs() local
913 std::vector<YAMLDebugSubsection> Result; fromDebugS() local
939 auto Result = SS.Subsection->toCodeViewSubsection(Allocator, SC); initializeStringsAndChecksums() local
951 auto Result = SS.Subsection->toCodeViewSubsection(Allocator, SC); initializeStringsAndChecksums() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp44 static const Expr *getDestCapacityExpr(const MatchFinder::MatchResult &Result) { in getDestCapacityExpr()
63 const MatchFinder::MatchResult &Result) { in getLength()
95 static int getDestCapacity(const MatchFinder::MatchResult &Result) { in getDestCapacity()
103 static const CallExpr *getStrlenExpr(const MatchFinder::MatchResult &Result) { in getStrlenExpr()
117 static int getGivenLength(const MatchFinder::MatchResult &Result) { in getGivenLength()
140 const MatchFinder::MatchResult &Result) { in exprToStr()
151 const MatchFinder::MatchResult &Result) { in exprLocEnd()
163 static bool isInjectUL(const MatchFinder::MatchResult &Result) { in isInjectUL()
168 static bool isKnownDest(const MatchFinder::MatchResult &Result) { in isKnownDest()
174 static bool isDestBasedOnGivenLength(const MatchFinder::MatchResult &Result) { in isDestBasedOnGivenLength()
[all …]
/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h99 recordUnsuccessfulInlining(const InlineResult & Result) recordUnsuccessfulInlining() argument
118 recordUnsuccessfulInliningImpl(const InlineResult & Result) recordUnsuccessfulInliningImpl() argument
304 struct Result { global() struct
308 FactoryResult run() argument
321 struct Result { global() struct
322 ResultResult Result() argument
341 AdvisorResult run() argument
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DMemAlloc.h26 void *Result = std::malloc(Sz); in safe_malloc() local
40 void *Result = std::calloc(Count, Sz); in safe_calloc() local
53 void *Result = std::realloc(Ptr, Sz); in safe_realloc() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/
H A Dadaptor.pass.cpp61 using Result = std::ranges::split_view<SomeView, std::string_view>; in test() typedef
71 using Result = std::ranges::split_view<SomeView, std::string_view>; in test() typedef
81 using Result = std::ranges::split_view<SomeView, std::string_view>; in test() typedef
93 …using Result = std::ranges::split_view<std::ranges::transform_view<SomeView, decltype(f)>, std::st… in test() typedef
105 …using Result = std::ranges::transform_view<std::ranges::split_view<SomeView, std::string_view>, de… in test() typedef
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/
H A Dadaptor.pass.cpp62 using Result = std::ranges::lazy_split_view<SomeView, std::string_view>; in test() typedef
72 using Result = std::ranges::lazy_split_view<SomeView, std::string_view>; in test() typedef
82 using Result = std::ranges::lazy_split_view<SomeView, std::string_view>; in test() typedef
94 …using Result = std::ranges::lazy_split_view<std::ranges::transform_view<SomeView, decltype(f)>, st… in test() typedef
106 …using Result = std::ranges::transform_view<std::ranges::lazy_split_view<SomeView, std::string_view… in test() typedef
/llvm-project/polly/unittests/ScheduleOptimizer/
H A DScheduleTreeTransformTest.cpp28 isl::set Result = getPartialTilePrefixes(ScheduleRange, 2); in TEST() local
40 isl::set Result = getPartialTilePrefixes(ScheduleRange, 2); in TEST() local
52 isl::set Result = getPartialTilePrefixes(ScheduleRange, 2); in TEST() local

12345678910>>...73