/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | Solver.h | 30 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() argument 89 virtual Result solve(llvm::ArrayRef<const Formula *> Vals) = 0; argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A 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 …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineAdvisor.h | 99 void recordUnsuccessfulInlining(const InlineResult &Result) { in recordUnsuccessfulInlining() 118 virtual void recordUnsuccessfulInliningImpl(const InlineResult &Result) {} in recordUnsuccessfulInliningImpl() 304 struct Result { struct 308 Result run(Module &M, ModuleAnalysisManager &MAM) { return {Factory}; } in run() argument 321 struct Result { struct 322 Result(Module &M, ModuleAnalysisManager &MAM) : M(M), MAM(MAM) {} in Result() function 341 Result run(Module &M, ModuleAnalysisManager &MAM) { return Result(M, MAM); } in run() argument
|
H A D | ScalarEvolutionAliasAnalysis.h | 50 typedef SCEVAAResult Result; typedef 57 std::unique_ptr<SCEVAAResult> Result; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A 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
|
H A 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()
|
H A D | InstructionCost.h | 103 InstructionCost::CostType Result; variable 121 InstructionCost::CostType Result; variable 138 InstructionCost::CostType Result; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A 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 …]
|
H A D | RangeSelector.cpp | 142 *Result.Context) in node() argument 107 __anon9b2628a70102(const MatchResult &Result) before() argument 116 __anon9b2628a70202(const MatchResult &Result) after() argument 155 __anon9b2628a70402(const MatchResult &Result) statement() argument 165 __anon9b2628a70502(const MatchResult &Result) enclose() argument 189 __anon9b2628a70602(const MatchResult &Result) member() argument 201 __anon9b2628a70702(const MatchResult &Result) name() argument 261 operator ()(const MatchResult & Result) operator ()() argument 291 getCallArgumentsRange(const MatchResult & Result,const CallExpr & CE) getCallArgumentsRange() argument 320 getElseRange(const MatchResult & Result,const IfStmt & S) getElseRange() argument 332 __anon9b2628a70d02(const MatchResult &Result) expansion() argument [all...] |
H A 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()
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A 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(12 in LexDigit() local 476 StringRef Result(TokStart, CurPtr - TokStart); LexDigit() local 495 StringRef Result(TokStart, CurPtr - TokStart); LexDigit() local 506 StringRef Result(TokStart, CurPtr - TokStart); LexDigit() local 534 APInt Result(128, 0); LexDigit() local 552 StringRef Result(TokStart, CurPtr - TokStart); LexDigit() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/ |
H A 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
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A 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
|
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | Target.cpp | 18 auto Result = TargetValue.split('-'); in create() local 56 PlatformVersionSet Result; in mapToPlatformVersionSet() local 63 PlatformSet Result; in mapToPlatformSet() local 70 ArchitectureSet Result; in mapToArchitectureSet() local
|
/freebsd-src/contrib/llvm-project/lld/include/lld/Common/ |
H A D | Driver.h | 33 struct Result { struct 44 Result lldMain(llvm::ArrayRef<const char *> args, llvm::raw_ostream &stdoutOS, argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Bitset.h | 99 Bitset Result = *this; variable 110 Bitset Result = *this; variable 122 Bitset Result = *this; variable 128 Bitset Result = *this; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | RemarkFormat.cpp | 21 auto Result = StringSwitch<Format>(FormatStr) in parseFormat() local 36 auto Result = in magicToFormat() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Verifier.h | 113 struct Result { struct 117 Result run(Module &M, ModuleAnalysisManager &); argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | CodeCompletion.cpp | 89 virtual void handleDeclaration(const CodeCompletionResult &Result) { in handleDeclaration() argument 120 virtual void handleKeyword(const CodeCompletionResult &Result) { in handleKeyword() argument 132 virtual void handlePattern(const CodeCompletionResult &Result) {} in handlePattern() argument 136 virtual void handleMacro(const CodeCompletionResult &Result) {} in handleMacro() argument 144 void handleDeclaration(const CodeCompletionResult &Result) override { in handleDeclaration() argument 159 handleKeyword(const CodeCompletionResult & Result) handleKeyword() argument 182 auto &Result = InResults[I]; ProcessCodeCompleteResults() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | SubtargetFeature.h | 104 FeatureBitset Result = *this; variable 115 FeatureBitset Result = *this; variable 127 FeatureBitset Result = *this; variable 133 FeatureBitset Result = *this; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A 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
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | OpDescriptor.h | 64 std::vector<Constant *> Result; in SourcePred() local 155 std::vector<Constant *> Result; in anyPtrType() local 172 std::vector<Constant *> Result; in sizedPtrType() local 198 std::vector<Constant *> Result; in matchFirstLengthWAnyType() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
H A D | sanitizer_symbolize.cpp | 66 std::string Result; in __sanitizer_symbolize_code() local 98 std::string Result; in __sanitizer_symbolize_data() local 121 std::string Result; in __sanitizer_symbolize_frame() local 149 std::string Result; in __sanitizer_symbolize_demangle() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Context.cpp | 44 bool Context::evaluateAsRValue(State &Parent, const Expr *E, APValue &Result) { in evaluateAsRValue() argument 97 APValue &Result) { in evaluateAsInitializer() argument 76 evaluate(State & Parent,const Expr * E,APValue & Result) evaluate() argument 207 Run(State & Parent,const Function * Func,APValue & Result) Run() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ |
H A D | Refactoring.cpp | 37 if (int Result = run(ActionFactory)) { in runAndSave() local 58 bool Result = true; in applyAllReplacements() local 75 bool Result = true; in formatAndApplyAllReplacements() local
|