Home
last modified time | relevance | path

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

12345678910>>...36

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dpackage.d268 static struct Result() in Result() function
511 static struct Result struct
513 private alias R = Unqual!Range;
514 public R source;
515 private size_t _n;
521 private void eliminateSlackElements() in eliminateSlackElements()
555 return Result(source.save, _n); in save() argument
561 enum bool empty = false;
565 @property bool empty() in empty()
571 @property auto ref front() in front()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DQLParser.h36 struct Result struct
43 Result () : in (std::cin.rdbuf ()), out (NULL) { } in Result() argument
44 Result (const char *instr) : streamify (std::string (instr)), in Result() argument
54 ~Result () in ~Result() argument
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DQLParser.h36 struct Result struct
43 Result () : in (std::cin.rdbuf ()), out (NULL) { } in Result() function
44 Result (const char *instr) : streamify (std::string (instr)), in Result() function
54 ~Result () in ~Result() argument
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dthread_manager.h40 struct Result { struct
53 GUARDED_BY(GetBenchmarkMutex()) Result results; argument
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dthread_manager.h40 struct Result { struct
51 GUARDED_BY(GetBenchmarkMutex()) Result results; argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d267 static struct Result() in Result() function
518 static struct Result struct
520 private alias R = Unqual!Range;
521 public R source;
522 private size_t _n;
528 private void eliminateSlackElements() in eliminateSlackElements()
562 return Result(source.save, _n); in save() argument
568 enum bool empty = false;
572 @property bool empty() in empty()
578 @property auto ref front() in front()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h75 void recordUnsuccessfulInlining(const InlineResult &Result) { in recordUnsuccessfulInlining()
94 virtual void recordUnsuccessfulInliningImpl(const InlineResult &Result) {} in recordUnsuccessfulInliningImpl()
224 struct Result { struct
225 Result(Module &M, ModuleAnalysisManager &MAM) : M(M), MAM(MAM) {} in Result() function
242 Result run(Module &M, ModuleAnalysisManager &MAM) { return Result(M, MAM); } in run() argument
H A DScalarEvolutionAliasAnalysis.h49 typedef SCEVAAResult Result; typedef
56 std::unique_ptr<SCEVAAResult> Result; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d2143 static struct Result struct
2145 private RoR _items;
2147 private Separator _sep, _currentSep;
2158 q{
2172 private void useSeparator() in useSeparator()
2202 q{
2219 this(RoR items, Separator sep) in this()
2246 @property auto empty() in empty()
2281 Result copy = this; in save() argument
2424 static struct Result struct
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp405 auto Result = std::make_shared<DebugChecksumsSubsection>(*SC.strings()); in toCodeViewSubsection() local
416 auto Result = in toCodeViewSubsection() local
447 auto Result = std::make_shared<DebugInlineeLinesSubsection>( in toCodeViewSubsection() local
467 auto Result = std::make_shared<DebugCrossModuleExportsSubsection>(); in toCodeViewSubsection() local
479 auto Result = in toCodeViewSubsection() local
491 auto Result = std::make_shared<DebugSymbolsSubsection>(); in toCodeViewSubsection() local
502 auto Result = std::make_shared<DebugStringTableSubsection>(); in toCodeViewSubsection() local
513 auto Result = std::make_shared<DebugFrameDataSubsection>(true); in toCodeViewSubsection() local
534 auto Result = std::make_shared<DebugSymbolRVASubsection>(); in toCodeViewSubsection() local
547 SourceFileChecksumEntry Result; in convertOneChecksum() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp36 translateEdits(const MatchResult &Result, ArrayRef<ASTEdit> ASTEdits) { in translateEdits()
70 return [Edits = std::move(Edits)](const MatchResult &Result) { in editList()
76 return [Edit = std::move(Edit)](const MatchResult &Result) { in edit()
105 const MatchResult &Result) -> llvm::Expected<SmallVector<Edit, 1>> { in flattenVector()
192 ast_matchers::internal::BoundNodesTreeBuilder Result(*Builder); in matches() local
247 void run(const MatchFinder::MatchResult &Result) override { in run()
270 const MatchResult &Result) { in rewriteDescendantsImpl()
280 const MatchResult &Result) { in rewriteDescendants()
286 const MatchResult &Result) { in rewriteDescendants()
292 const MatchResult &Result) { in rewriteDescendants()
[all …]
H A DRangeSelector.cpp107 return [Selector](const MatchResult &Result) -> Expected<CharSourceRange> { in before()
116 return [Selector](const MatchResult &Result) -> Expected<CharSourceRange> { in after()
142 return [ID](const MatchResult &Result) -> Expected<CharSourceRange> { in node()
155 return [ID](const MatchResult &Result) -> Expected<CharSourceRange> { in statement()
165 return [Begin, End](const MatchResult &Result) -> Expected<CharSourceRange> { in enclose()
189 return [ID](const MatchResult &Result) -> Expected<CharSourceRange> { in member()
201 return [ID](const MatchResult &Result) -> Expected<CharSourceRange> { in name()
259 Expected<CharSourceRange> operator()(const MatchResult &Result) { in operator ()()
289 CharSourceRange getCallArgumentsRange(const MatchResult &Result, in getCallArgumentsRange()
318 CharSourceRange getElseRange(const MatchResult &Result, const IfStmt &S) { in getElseRange()
[all …]
H A DStencil.cpp106 std::string Result; in toStringData() local
176 std::string *Result) { in evalData()
182 std::string *Result) { in printNode()
194 const MatchFinder::MatchResult &Match, std::string *Result) { in evalData()
217 const MatchFinder::MatchResult &Match, std::string *Result) { in evalData()
284 std::string *Result) { in evalData()
320 std::string *Result) { in evalData()
353 std::string *Result) { in evalData()
360 const MatchFinder::MatchResult &Match, std::string *Result) { in evalData()
369 std::string *Result) { in evalData()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp44 CachedFileSystemEntry Result; in createFileEntry() local
54 CachedFileSystemEntry Result; in createFileEntry() local
97 auto Result = CachedFileSystemEntry(); in createDirectoryEntry() local
166 const CachedFileSystemEntry *Result; in getOrCreateFileSystemEntry() local
203 const llvm::ErrorOr<const CachedFileSystemEntry *> Result = in status() local
250 auto Result = std::make_unique<MinimizedVFSFile>( in create() local
266 const llvm::ErrorOr<const CachedFileSystemEntry *> Result = in openFileForRead() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsetops.d370 static struct Result struct
372 RR ranges;
373 RR current;
374 bool empty = true;
376 this(RR _ranges) in this()
407 @property Result save() return scope argument
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp401 StringRef Result(TokStart, CurPtr - TokStart); in LexDigit() local
421 StringRef Result(TokStart, CurPtr - TokStart); in LexDigit() local
438 APInt Result(128, 0); in LexDigit() local
451 APInt Result(128, 0); in LexDigit() local
475 StringRef Result(TokStart, CurPtr - TokStart); in LexDigit() local
494 StringRef Result(TokStart, CurPtr - TokStart); in LexDigit() local
505 StringRef Result(TokStart, CurPtr - TokStart); in LexDigit() local
533 APInt Result(128, 0); in LexDigit() local
551 StringRef Result(TokStart, CurPtr - TokStart); in LexDigit() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DListReducer.h50 Expected<TestResult> Result = doTest(TheList, empty); in reduceList() local
98 Expected<TestResult> Result = doTest(ShuffledList, empty); in reduceList() local
123 Expected<TestResult> Result = doTest(Prefix, Suffix); in reduceList() local
186 Expected<TestResult> Result = doTest(EmptyList, TestList); in reduceList() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp34 HRESULT Result = SourceFile->get_checksum(0, &ByteSize, nullptr); in getChecksum() local
46 HRESULT Result = SourceFile->get_checksumType(&Type); in getChecksumType() local
55 HRESULT Result = SourceFile->get_compilands(&DiaEnumerator); in getCompilands() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DLatencyBenchmarkRunner.cpp111 std::vector<BenchmarkMeasure> Result; in runMeasurements() local
118 std::vector<BenchmarkMeasure> Result; in runMeasurements() local
124 std::vector<BenchmarkMeasure> Result; in runMeasurements() local
130 std::vector<BenchmarkMeasure> Result; in runMeasurements() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTarget.cpp21 auto Result = TargetValue.split('-'); in create() local
62 PlatformSet Result; in mapToPlatformSet() local
69 ArchitectureSet Result; in mapToArchitectureSet() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp42 CXSourceLocation Result = { { nullptr, nullptr }, 0 }; in clang_getNullLocation() local
53 CXSourceRange Result = { { nullptr, nullptr }, 0, 0 }; in clang_getNullRange() local
61 CXSourceRange Result = { { begin.ptr_data[0], end.ptr_data[0] }, 0, 0 }; in clang_getRange() local
69 CXSourceRange Result = { { begin.ptr_data[0], begin.ptr_data[1] }, in clang_getRange() local
90 CXSourceLocation Result = { { range.ptr_data[0], nullptr }, 0 }; in clang_getRangeStart() local
94 CXSourceLocation Result = { { range.ptr_data[0], range.ptr_data[1] }, in clang_getRangeStart() local
102 CXSourceLocation Result = { { range.ptr_data[1], nullptr }, 0 }; in clang_getRangeEnd() local
106 CXSourceLocation Result = { { range.ptr_data[0], range.ptr_data[1] }, in clang_getRangeEnd() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkFormat.cpp21 auto Result = StringSwitch<Format>(FormatStr) in parseFormat() local
36 auto Result = in magicToFormat() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DVerifier.h113 struct Result { struct
117 Result run(Module &M, ModuleAnalysisManager &); argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cc37 std::string Result; in __sanitizer_symbolize_code() local
51 std::string Result; in __sanitizer_symbolize_data() local
67 std::string Result = in __sanitizer_symbolize_demangle() local

12345678910>>...36