Home
last modified time | relevance | path

Searched defs:evaluate (Results 1 – 17 of 17) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
HDRefactoringActionRuleRequirements.h48 Expected<SourceRange> evaluate(RefactoringRuleContext &Context) const { in evaluate() function
106 evaluate(RefactoringRuleContext &) const { in evaluate() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
HDASTSelectionRequirements.cpp17 ASTSelectionRequirement::evaluate(RefactoringRuleContext &Context) const { in evaluate() function in ASTSelectionRequirement
32 Expected<CodeRangeASTSelection> CodeRangeASTSelectionRequirement::evaluate( in evaluate() function in CodeRangeASTSelectionRequirement
/freebsd-14-stable/crypto/openssl/test/
HDbntests.pl26 sub evaluate subroutine
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDSetTheory.h132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTFLiteUtils.cpp63 std::unique_ptr<EvaluationResultImpl> evaluate() { in evaluate() function in llvm::TFModelEvaluatorImpl
211 std::optional<TFModelEvaluator::EvaluationResult> TFModelEvaluator::evaluate() { in evaluate() function in TFModelEvaluator
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDMLModelRunner.h33 template <typename T> T evaluate() { in evaluate() function
/freebsd-14-stable/contrib/kyua/utils/text/
HDtemplates.cpp454 evaluate(const std::string& in_line) in evaluate() function in __anon7a2098f80111::templates_parser
698 text::templates_def::evaluate(const std::string& expression) const in evaluate() function in text::templates_def
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDContext.cpp71 bool Context::evaluate(State &Parent, const Expr *E, APValue &Result) { in evaluate() function in Context
/freebsd-14-stable/contrib/llvm-project/llvm/lib/TableGen/
HDSetTheory.cpp281 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function in SetTheory
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonBitTracker.cpp185 bool HexagonEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in HexagonEvaluator
985 bool HexagonEvaluator::evaluate(const MachineInstr &BI, in evaluate() function in HexagonEvaluator
HDHexagonConstPropagation.cpp1924 bool HexagonConstEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in HexagonConstEvaluator
2202 bool HexagonConstEvaluator::evaluate(const RegisterSubReg &R, in evaluate() function in HexagonConstEvaluator
2258 bool HexagonConstEvaluator::evaluate(const MachineInstr &BrI, in evaluate() function in HexagonConstEvaluator
HDBitTracker.cpp719 bool BT::MachineEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in BT::MachineEvaluator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldChecker.cpp57 bool evaluate(StringRef Expr) const { in evaluate() function in llvm::RuntimeDyldCheckerExprEval
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
HDCoverageMapping.cpp171 Expected<int64_t> CounterMappingContext::evaluate(const Counter &C) const { in evaluate() function in CounterMappingContext
/freebsd-14-stable/stand/ficl/
HDwords.c3434 static void evaluate(FICL_VM *pVM) in evaluate() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.cpp6264 auto evaluate = [&](const char *library) -> std::optional<std::string> { in GetStdModuleManifestPath() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp11951 bool evaluate(const Expr *E, bool &Result) { in evaluate() function in __anon06dbb0cb2811::SequenceChecker::EvaluationTracker