| /openbsd/src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
| D | Solver.h | 28 struct Result { struct 48 static Result argument 50 return Result(Status::Satisfiable, std::move(Solution)); in Satisfiable() argument 55 static Result Unsatisfiable() { return Result(Status::Unsatisfiable, {}); } in Unsatisfiable() argument 59 static Result TimedOut() { return Result(Status::TimedOut, {}); } in TimedOut() argument 73 Result( in Result() function 90 virtual Result solve(llvm::DenseSet<BoolValue *> Vals) = 0; argument
|
| /openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/ |
| D | CodeViewYAMLDebugSections.cpp | 405 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 …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | InlineAdvisor.h | 100 void recordUnsuccessfulInlining(const InlineResult &Result) { in recordUnsuccessfulInlining() 119 virtual void recordUnsuccessfulInliningImpl(const InlineResult &Result) {} in recordUnsuccessfulInliningImpl() 305 struct Result { struct 309 Result run(Module &M, ModuleAnalysisManager &MAM) { return {Factory}; } in run() argument 322 struct Result { struct 323 Result(Module &M, ModuleAnalysisManager &MAM) : M(M), MAM(MAM) {} in Result() argument 342 Result run(Module &M, ModuleAnalysisManager &MAM) { return Result(M, MAM); } in run() argument
|
| /openbsd/src/gnu/llvm/clang/lib/Tooling/Transformer/ |
| D | RewriteRule.cpp | 35 translateEdits(const MatchResult &Result, ArrayRef<ASTEdit> ASTEdits) { in translateEdits() 79 return [Edits = std::move(Edits)](const MatchResult &Result) { in editList() 85 return [Edit = std::move(Edit)](const MatchResult &Result) { in edit() 114 const MatchResult &Result) -> llvm::Expected<SmallVector<Edit, 1>> { in flattenVector() 224 ast_matchers::internal::BoundNodesTreeBuilder Result(*Builder); in matches() local 279 void run(const MatchFinder::MatchResult &Result) override { in run() 301 const MatchResult &Result) { in rewriteDescendantsImpl() 311 const MatchResult &Result) { in rewriteDescendants() 317 const MatchResult &Result) { in rewriteDescendants() 323 const MatchResult &Result) { in rewriteDescendants() [all …]
|
| D | RangeSelector.cpp | 107 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 …]
|
| D | Transformer.cpp | 27 const ast_matchers::MatchFinder::MatchResult &Result) { in onMatch() 37 const MatchFinder::MatchResult &Result) { in convertToAtomicChanges() 76 void Transformer::run(const MatchFinder::MatchResult &Result) { in run()
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/ |
| D | AsmLexer.cpp | 402 StringRef Result(TokStart, CurPtr - TokStart); in LexDigit() local 422 StringRef Result(TokStart, CurPtr - TokStart); in LexDigit() local 439 APInt Result(128, 0); in LexDigit() local 452 APInt Result(128, 0); in LexDigit() local 476 StringRef Result(TokStart, CurPtr - TokStart); in LexDigit() local 495 StringRef Result(TokStart, CurPtr - TokStart); in LexDigit() local 506 StringRef Result(TokStart, CurPtr - TokStart); in LexDigit() local 534 APInt Result(128, 0); in LexDigit() local 552 StringRef Result(TokStart, CurPtr - TokStart); in LexDigit() local
|
| /openbsd/src/gnu/llvm/clang/tools/libclang/ |
| D | CXSourceLocation.cpp | 42 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
|
| /openbsd/src/gnu/llvm/llvm/tools/bugpoint/ |
| D | ListReducer.h | 50 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
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | MemAlloc.h | 26 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
|
| D | BLAKE3.h | 59 void final(BLAKE3Result<NumBytes> &Result) { in final() 68 BLAKE3Result<NumBytes> Result; in final() local 106 void final(BLAKE3Result<NumBytes> &Result) { return BLAKE3::final(Result); } in final()
|
| D | InstructionCost.h | 103 InstructionCost::CostType Result; variable 121 InstructionCost::CostType Result; variable 138 InstructionCost::CostType Result; variable
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| D | LatencyBenchmarkRunner.cpp | 112 std::vector<BenchmarkMeasure> Result; in runMeasurements() local 119 std::vector<BenchmarkMeasure> Result; in runMeasurements() local 125 std::vector<BenchmarkMeasure> Result; in runMeasurements() local 131 std::vector<BenchmarkMeasure> Result; in runMeasurements() local
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
| D | DIASourceFile.cpp | 34 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
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaTemplateDeduction.cpp | 388 DeducedTemplateArgument Result = checkDeducedTemplateArguments( in DeduceNonTypeTemplateArgument() local 513 DeducedTemplateArgument Result = checkDeducedTemplateArguments(S.Context, in DeduceTemplateArguments() local 590 if (auto Result = in DeduceTemplateSpecArguments() local 614 if (auto Result = DeduceTemplateArguments( in DeduceTemplateSpecArguments() local 941 DeducedTemplateArgument Result = in finish() local 1054 if (Sema::TemplateDeductionResult Result = in DeduceTemplateArguments() local 1081 if (Sema::TemplateDeductionResult Result = in DeduceTemplateArguments() local 1118 if (auto Result = PackScope.finish()) in DeduceTemplateArguments() local 1540 DeducedTemplateArgument Result = in DeduceTemplateArgumentsByTypeMatch() local 1731 if (auto Result = DeduceTemplateArgumentsByTypeMatch( in DeduceTemplateArgumentsByTypeMatch() local [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/Lex/ |
| D | Lexer.cpp | 262 std::string Result = std::string(Str); in Stringify() local 387 std::string Result; in getSpelling() local 461 bool Lexer::getRawToken(SourceLocation Loc, Token &Result, in getRawToken() 1697 Token &Result) { in tryConsumeIdentifierUCN() 1740 llvm::ConversionResult Result = in tryConsumeIdentifierUTF8Char() local 1777 bool Lexer::LexUnicodeIdentifierStart(Token &Result, uint32_t C, in LexUnicodeIdentifierStart() 1823 bool Lexer::LexIdentifierContinue(Token &Result, const char *CurPtr) { in LexIdentifierContinue() 1919 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { in LexNumericConstant() 1984 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr, in LexUDSuffix() 2076 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr, in LexStringLiteral() [all …]
|
| D | MacroArgs.cpp | 47 MacroArgs *Result; in create() local 124 const Token *Result = Start; in getUnexpArgument() local 169 std::vector<Token> &Result = PreExpArgTokens[Arg]; in getPreExpArgument() local 219 SmallString<128> Result; in StringifyArgument() local
|
| /openbsd/src/gnu/llvm/llvm/lib/TextAPI/ |
| D | Target.cpp | 18 auto Result = TargetValue.split('-'); in create() local 59 PlatformSet Result; in mapToPlatformSet() local 66 ArchitectureSet Result; in mapToArchitectureSet() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | Verifier.h | 113 struct Result { struct 117 Result run(Module &M, ModuleAnalysisManager &); argument
|
| D | FixedPointBuilder.h | 46 Value *Result = Src; in Convert() local 176 Value *Result; in CreateFixedToFloating() local 193 Value *Result = Src; in CreateFloatingToFixed() local 236 Value *Result; in CreateAdd() local 262 Value *Result; in CreateSub() local 302 Value *Result = B.CreateIntrinsic( in CreateMul() local 330 Value *Result = B.CreateIntrinsic( in CreateDiv() local 348 Value *Result; in CreateShl() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/MC/ |
| D | SubtargetFeature.h | 110 FeatureBitset Result = *this; variable 122 FeatureBitset Result = *this; variable 134 FeatureBitset Result = *this; variable 140 FeatureBitset Result = *this; variable
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonConstPropagation.cpp | 1107 const RegisterSubReg &R2, const CellMap &Inputs, bool &Result) { in evaluateCMPrr() 1146 const APInt &A2, const CellMap &Inputs, bool &Result) { in evaluateCMPri() 1173 uint64_t Props2, const CellMap &Inputs, bool &Result) { in evaluateCMPrp() 1199 const APInt &A2, bool &Result) { in evaluateCMPii() 1240 const APInt &A2, bool &Result) { in evaluateCMPpi() 1306 uint32_t Props2, bool &Result) { in evaluateCMPpp() 1366 const CellMap &Inputs, LatticeCell &Result) { in evaluateCOPY() 1371 const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) { in evaluateANDrr() 1402 const APInt &A2, const CellMap &Inputs, LatticeCell &Result) { in evaluateANDri() 1432 const APInt &A2, APInt &Result) { in evaluateANDii() [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/AST/Interp/ |
| D | Context.cpp | 48 bool Context::evaluateAsRValue(State &Parent, const Expr *E, APValue &Result) { in evaluateAsRValue() 61 APValue &Result) { in evaluateAsInitializer() 126 bool Context::Run(State &Parent, Function *Func, APValue &Result) { in Run()
|
| /openbsd/src/gnu/llvm/llvm/lib/Remarks/ |
| D | RemarkFormat.cpp | 21 auto Result = StringSwitch<Format>(FormatStr) in parseFormat() local 36 auto Result = in magicToFormat() local
|
| /openbsd/src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
| D | Parser.cpp | 111 TokenInfo Result; in getNextToken() local 214 void consumeNumberLiteral(TokenInfo *Result) { in consumeNumberLiteral() 270 void consumeStringLiteral(TokenInfo *Result) { in consumeStringLiteral() 398 std::optional<DynTypedMatcher> Result = in parseIdentifierPrefixImpl() local 585 VariantMatcher Result = S->actOnMatcherExpression( in parseMatcherBuilder() local 616 VariantMatcher Result = S->actOnMatcherExpression( in parseMatcherBuilder() local 728 VariantMatcher Result = S->actOnMatcherExpression( in parseMatcherExpressionImpl() local 750 std::vector<MatcherCompletion> Result; in getNamedValueCompletions() local 918 std::optional<DynTypedMatcher> Result = Value.getMatcher().getSingleMatcher(); in parseMatcherExpression() local
|