Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dlabel.y507 void at_expr::evaluate(int tentative, const reference &ref, in evaluate() function
519 void format_expr::evaluate(int tentative, const reference &ref, in evaluate() function
630 void field_expr::evaluate(int, const reference &ref, in evaluate() function
642 void literal_expr::evaluate(int, const reference &, in evaluate() function
653 void analyzed_expr::evaluate(int tentative, const reference &ref, in evaluate() function
660 void star_expr::evaluate(int tentative, const reference &ref, in evaluate() function
670 void separator_expr::evaluate(int tentative, const reference &ref, in evaluate() function
683 void map_expr::evaluate(int tentative, const reference &ref, in evaluate() function
694 void extractor_expr::evaluate(int tentative, const reference &ref, in evaluate() function
771 void truncate_expr::evaluate(int tentative, const reference &ref, in evaluate() function
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dbntests.pl26 sub evaluate subroutine
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dbntests.pl26 sub evaluate subroutine
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DSetTheory.h131 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function
/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtemplates.cpp453 evaluate(const std::string& in_line) in evaluate() function in __anonbbfdf9370111::templates_parser
697 text::templates_def::evaluate(const std::string& expression) const in evaluate() function in text::templates_def
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DBooleanExpression.py23 def evaluate(string, variables, triple=""): member in BooleanExpression
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTFUtils.cpp291 void evaluate(TF_Tensor **Output, TF_Status *Status) { in evaluate() function in llvm::TFModelEvaluatorImpl
415 Optional<TFModelEvaluator::EvaluationResult> TFModelEvaluator::evaluate() { in evaluate() function in TFModelEvaluator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-predicate.c233 predicate::evaluate (clause_t possible_truths) const in evaluate() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-predicate.cc233 ipa_predicate::evaluate (clause_t possible_truths) const in evaluate() function in ipa_predicate
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DSetTheory.cpp282 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function in SetTheory
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp185 bool HexagonEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in HexagonEvaluator
980 bool HexagonEvaluator::evaluate(const MachineInstr &BI, in evaluate() function in HexagonEvaluator
H A DHexagonConstPropagation.cpp1931 bool HexagonConstEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in HexagonConstEvaluator
2209 bool HexagonConstEvaluator::evaluate(const RegisterSubReg &R, in evaluate() function in HexagonConstEvaluator
2265 bool HexagonConstEvaluator::evaluate(const MachineInstr &BrI, in evaluate() function in HexagonConstEvaluator
H A DBitTracker.cpp719 bool BT::MachineEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in BT::MachineEvaluator
/netbsd-src/bin/ksh/
H A Dexpr.c151 evaluate(expr, rval, error_ok) in evaluate() function
/netbsd-src/sys/dev/microcode/siop/
H A Dncr53cxxx.c764 int evaluate (t) in evaluate() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp36 bool evaluate(StringRef Expr) const { in evaluate() function in llvm::RuntimeDyldCheckerExprEval
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp165 Expected<int64_t> CounterMappingContext::evaluate(const Counter &C) const { in evaluate() function in CounterMappingContext
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp13387 bool evaluate(const Expr *E, bool &Result) { in evaluate() function in __anon7fa672bc2011::SequenceChecker::EvaluationTracker