Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRuleRequirements.h48 Expected<SourceRange> evaluate(RefactoringRuleContext &Context) const { in evaluate() function
106 evaluate(RefactoringRuleContext &) const { in evaluate() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp17 ASTSelectionRequirement::evaluate(RefactoringRuleContext &Context) const { in evaluate() function in ASTSelectionRequirement
32 Expected<CodeRangeASTSelection> CodeRangeASTSelectionRequirement::evaluate( in evaluate() function in CodeRangeASTSelectionRequirement
/freebsd/crypto/openssl/test/
H A Dbntests.pl26 sub evaluate subroutine
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSetTheory.h132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTFLiteUtils.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/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMLModelRunner.h31 template <typename T> T evaluate() { evaluate() function
/freebsd/contrib/kyua/utils/text/
H A Dtemplates.cpp454 evaluate(const std::string& in_line) in evaluate() function in __anon5ef3b49e0111::templates_parser
698 text::templates_def::evaluate(const std::string& expression) const in evaluate() function in text::templates_def
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp71 bool Context::evaluate(State &Parent, const Expr *E, APValue &Result) { in evaluate() function in Context
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp281 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function in SetTheory
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp185 bool HexagonEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in HexagonEvaluator
985 bool HexagonEvaluator::evaluate(const MachineInstr &BI, in evaluate() function in HexagonEvaluator
H A DHexagonConstPropagation.cpp1924 bool HexagonConstEvaluator::evaluate(const MachineInstr &MI, evaluate() function in HexagonConstEvaluator
2202 bool HexagonConstEvaluator::evaluate(const RegisterSubReg &R, evaluate() function in HexagonConstEvaluator
2258 bool HexagonConstEvaluator::evaluate(const MachineInstr &BrI, evaluate() function in HexagonConstEvaluator
[all...]
H A DBitTracker.cpp719 bool BT::MachineEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in BT::MachineEvaluator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp57 bool evaluate(StringRef Expr) const { in evaluate() function in llvm::RuntimeDyldCheckerExprEval
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp171 Expected<int64_t> CounterMappingContext::evaluate(const Counter &C) const { in evaluate() function in CounterMappingContext
/freebsd/stand/ficl/
H A Dwords.c3434 static void evaluate(FICL_VM *pVM) in evaluate() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6259 auto evaluate = [&](const char *library) -> std::optional<std::string> { GetStdModuleManifestPath() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11951 bool evaluate(const Expr *E, bool &Result) { in evaluate() function in __anon28c3fbb12811::SequenceChecker::EvaluationTracker