Searched defs:Results (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h73 ResultMap Results; member in class:clang::ExprMutationAnalyzer
90 llvm::DenseMap<const ParmVarDecl *, const Stmt *> Results; member in class:clang::FunctionParmMutationAnalyzer
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DAllTUsExecution.h66 std::unique_ptr<ToolResults> Results; member in class:clang::tooling::AllTUsToolExecutor
H A DStandaloneExecution.h91 InMemoryToolResults Results; member in class:clang::tooling::StandaloneToolExecutor
H A DExecution.h82 explicit ExecutionContext(ToolResults *Results) : Results(Results) {} argument
99 ToolResults *Results; member in class:clang::tooling::ExecutionContext
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp142 void getAll(std::vector<StringRef> &Results, argument
H A DAllTUsExecution.cpp52 InMemoryToolResults Results; member in class:clang::tooling::__anon2383::ThreadSafeToolResults
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h265 selectFirst(StringRef BoundTo, const SmallVectorImpl<BoundNodes> &Results) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp420 SmallVector<Register, 2> Results; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp217 unsigned Results = Node->getOpcode() == WebAssemblyISD::CALL local
H A DWebAssemblyMachineFunctionInfo.cpp97 llvm::signatureFromMVTs(const SmallVectorImpl<MVT> &Results, argument
46 computeSignatureVTs(const FunctionType *Ty, const Function *TargetFunc, const Function &ContextFunc, const TargetMachine &TM, SmallVectorImpl<MVT> &Params, SmallVectorImpl<MVT> &Results) argument
H A DWebAssemblyAsmPrinter.cpp104 SmallVector<MVT, 4> Results; local
H A DWebAssemblyMachineFunctionInfo.h34 std::vector<MVT> Results; member in class:llvm::final
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp257 static void sortByKey(std::vector<TupleType> &Results, F Fn) { argument
266 std::vector<TupleType> Results; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp368 json::Array Results, Artifacts; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp537 ProcessCodeCompleteResults( Sema &SemaRef, CodeCompletionContext Context, CodeCompletionResult *Results, unsigned NumResults) argument
[all...]
H A DSemaCoroutine.cpp343 Expr *Results[3]; member in struct:ReadySuspendResumeResult
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp934 ReplaceValueWith(SDValue(N, i), Results[i]); local
960 ReplaceValueWith(SDValue(N, i), Results[i]); local
962 SetWidenedVector(SDValue(N, i), Results[i]); local
[all...]
H A DLegalizeVectorOps.cpp231 RecursivelyLegalizeResults(SDValue Op, MutableArrayRef<SDValue> Results) argument
526 LowerOperationWrapper(SDNode *Node, SmallVectorImpl<SDValue> &Results) argument
555 Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) argument
619 PromoteINT_TO_FP(SDNode *Node, SmallVectorImpl<SDValue> &Results) argument
660 PromoteFP_TO_INT(SDNode *Node, SmallVectorImpl<SDValue> &Results) argument
716 Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) argument
1079 ExpandBITREVERSE(SDNode *Node, SmallVectorImpl<SDValue> &Results) argument
1177 ExpandFP_TO_UINT(SDNode *Node, SmallVectorImpl<SDValue> &Results) argument
1197 ExpandUINT_TO_FLOAT(SDNode *Node, SmallVectorImpl<SDValue> &Results) argument
1299 ExpandFSUB(SDNode *Node, SmallVectorImpl<SDValue> &Results) argument
1313 ExpandUADDSUBO(SDNode *Node, SmallVectorImpl<SDValue> &Results) argument
1321 ExpandSADDSUBO(SDNode *Node, SmallVectorImpl<SDValue> &Results) argument
1329 ExpandMULO(SDNode *Node, SmallVectorImpl<SDValue> &Results) argument
1339 ExpandFixedPointDiv(SDNode *Node, SmallVectorImpl<SDValue> &Results) argument
1347 ExpandStrictFPOp(SDNode *Node, SmallVectorImpl<SDValue> &Results) argument
1361 ExpandREM(SDNode *Node, SmallVectorImpl<SDValue> &Results) argument
1372 UnrollStrictFPOp(SDNode *Node, SmallVectorImpl<SDValue> &Results) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h729 const AnalysisResultMapT &Results; member in class:llvm::AnalysisManager::Invalidator
724 Invalidator(SmallDenseMap<AnalysisKey *, bool, 8> &IsResultInvalidated, const AnalysisResultMapT &Results) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h620 LookupResult &Results; member in class:clang::LookupResult::Filter
625 Filter(LookupResult &Results) : Results(Results), I(Results.begin()) {} argument
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacstruct.h230 ACPI_GENERIC_STATE *Results; /* Stack of accumulated results */ member in struct:acpi_walk_state
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1765 localUncachedLookup(DeclarationName Name, SmallVectorImpl<NamedDecl *> &Results) argument
H A DExprCXX.cpp419 DeclAccessPair *Results = getTrailingResults(); local
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1017 std::vector<Record*> Results; member in class:llvm::DAGInstruction
H A DDAGISelMatcher.h1091 SmallVector<unsigned, 2> Results; member in class:llvm::CompleteMatchMatcher

Completed in 294 milliseconds

123