Home
last modified time | relevance | path

Searched defs:evaluate (Results 1 – 19 of 19) 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.cpp16 ASTSelectionRequirement::evaluate(RefactoringRuleContext &Context) const { in evaluate() function in ASTSelectionRequirement
31 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.h33 template <typename T> T evaluate() { in evaluate() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.cpp182 static bool evaluate(const MCSpecifierExpr &Expr, MCValue &Res, in 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/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp122 static bool evaluate(const MCSpecifierExpr &Expr, MCValue &Res, in evaluate() function
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp282 void SetTheory::evaluate(const Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function in SetTheory
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp177 bool HexagonEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in HexagonEvaluator
977 bool HexagonEvaluator::evaluate(const MachineInstr &BI, in evaluate() function in HexagonEvaluator
H A DHexagonConstPropagation.cpp1921 bool HexagonConstEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in HexagonConstEvaluator
2199 bool HexagonConstEvaluator::evaluate(const RegSubRegPair &R, in evaluate() function in HexagonConstEvaluator
2256 bool HexagonConstEvaluator::evaluate(const MachineInstr &BrI, in evaluate() function in HexagonConstEvaluator
H A DBitTracker.cpp714 bool BT::MachineEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in BT::MachineEvaluator
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.cpp85 bool Context::evaluate(State &Parent, const Expr *E, APValue &Result, in evaluate() function in Context
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp54 bool evaluate(StringRef Expr) const { in evaluate() function in llvm::RuntimeDyldCheckerExprEval
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp193 Expected<int64_t> CounterMappingContext::evaluate(const Counter &C) const { in evaluate() function in CounterMappingContext
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6623 auto evaluate = [&](const char *library) -> std::optional<std::string> { in GetStdModuleManifestPath() local
6655 auto evaluate = [&](const char *library) -> std::optional<std::string> { in GetStdModuleManifestPath() local
/freebsd/stand/ficl/
H A Dwords.c3434 static void evaluate(FICL_VM *pVM) in evaluate() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13384 bool evaluate(const Expr *E, bool &Result) { in evaluate() function in __anon28c3fbb13011::SequenceChecker::EvaluationTracker