HomeSort by: relevance | last modified time | path
    Searched defs:evaluate (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/test/
bntests.pl 26 sub evaluate subroutine
141 evaluate($l, %stanza);
153 evaluate($l, %stanza) if keys %stanza;
  /src/crypto/external/bsd/openssl/dist/test/
bntests.pl 26 sub evaluate subroutine
141 evaluate($l, %stanza);
153 evaluate($l, %stanza) if keys %stanza;
  /src/crypto/external/bsd/openssl.old/dist/test/
bntests.pl 26 sub evaluate subroutine
141 evaluate($l, %stanza);
153 evaluate($l, %stanza) if keys %stanza;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
ASTSelectionRequirements.cpp 16 ASTSelectionRequirement::evaluate(RefactoringRuleContext &Context) const { function in class:ASTSelectionRequirement
19 SourceRangeSelectionRequirement::evaluate(Context);
31 Expected<CodeRangeASTSelection> CodeRangeASTSelectionRequirement::evaluate( function in class:CodeRangeASTSelectionRequirement
35 ASTSelectionRequirement::evaluate(Context);
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
SetTheory.h 126 /// evaluate - Evaluate Expr and append the resulting set to Elts.
127 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
129 /// evaluate - Evaluate a sequence of Inits and append to Elts.
131 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { function in class:llvm::SetTheory
133 evaluate(*begin++, Elts, Loc);
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
RefactoringActionRuleRequirements.h 28 /// 'Expected<T> evaluate(RefactoringRuleContext &) const' member function.
32 /// 'Expected<SourceRange> evaluate(RefactoringRuleContext &Context) const'
37 // Expected<T> evaluate(RefactoringRuleContext &Context) const;
48 Expected<SourceRange> evaluate(RefactoringRuleContext &Context) const { function in class:clang::tooling::SourceRangeSelectionRequirement
62 Expected<SelectedASTNode> evaluate(RefactoringRuleContext &Context) const;
77 evaluate(RefactoringRuleContext &Context) const;
93 /// optional option, the requirement will evaluate to \c None if the option is
106 evaluate(RefactoringRuleContext &) const { function in class:clang::tooling::OptionRequirement
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
BooleanExpression.py 23 def evaluate(string, variables, triple=""): member in class:BooleanExpression
140 self.assertTrue(BooleanExpression.evaluate('true', variables))
141 self.assertTrue(BooleanExpression.evaluate('its-true', variables))
142 self.assertTrue(BooleanExpression.evaluate('false-lol-true', variables))
143 self.assertTrue(BooleanExpression.evaluate('under_score', variables))
144 self.assertTrue(BooleanExpression.evaluate('e=quals', variables))
145 self.assertTrue(BooleanExpression.evaluate('d1g1ts', variables))
147 self.assertFalse(BooleanExpression.evaluate('false', variables))
148 self.assertFalse(BooleanExpression.evaluate('True', variables))
149 self.assertFalse(BooleanExpression.evaluate('true-ish', variables)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 157 Expected<int64_t> Value = evaluate(C);
165 Expected<int64_t> CounterMappingContext::evaluate(const Counter &C) const { function in class:CounterMappingContext
177 Expected<int64_t> LHS = evaluate(E.LHS);
180 Expected<int64_t> RHS = evaluate(E.RHS);
272 Expected<int64_t> ExecutionCount = Ctx.evaluate(Region.Count);
277 Expected<int64_t> AltExecutionCount = Ctx.evaluate(Region.FalseCount);
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
SetTheory.cpp 38 // (add a, b, ...) Evaluate and union all arguments.
42 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc);
54 ST.evaluate(*Expr->arg_begin(), Add, Loc);
55 ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Sub, Loc);
70 ST.evaluate(Expr->arg_begin()[0], S1, Loc);
71 ST.evaluate(Expr->arg_begin()[1], S2, Loc);
89 ST.evaluate(Expr->arg_begin()[0], Set, Loc);
161 // Evaluate the arguments individually.
165 ST.evaluate(Expr->getArg(i), Args[i], Loc);
247 ST.evaluate(Def->getValueInit(FieldName), Elts, Def->getLoc())
282 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { function in class:SetTheory
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
c-lang.c 586 c_string_operation::evaluate (struct type *expect_type,
585 c_string_operation::evaluate (struct type *expect_type, function in class:c_string_operation
opencl-lang.c 699 opencl_structop_operation::evaluate (struct type *expect_type, function in class:opencl_structop_operation
703 value *arg1 = std::get<0> (m_storage)->evaluate (nullptr, exp, noside);
722 opencl_logical_binop_operation::evaluate (struct type *expect_type, function in class:opencl_logical_binop_operation
727 value *arg1 = std::get<1> (m_storage)->evaluate (nullptr, exp, noside);
731 evaluate both operands. Unfortunately we only know which of the
733 Therefore we evaluate it once using EVAL_AVOID_SIDE_EFFECTS. */
734 value *arg2 = std::get<2> (m_storage)->evaluate (nullptr, exp,
742 arg2 = std::get<2> (m_storage)->evaluate (nullptr, exp, noside);
748 /* For scalar built-in types, only evaluate the right
758 arg2 = std::get<2> (m_storage)->evaluate (nullptr, exp, noside)
770 opencl_ternop_cond_operation::evaluate (struct type *expect_type, function in class:opencl_ternop_cond_operation
    [all...]
rust-lang.c 1420 rust_unop_ind_operation::evaluate (struct type *expect_type,
1425 return unop_ind_operation::evaluate (expect_type, exp, noside);
1427 struct value *value = std::get<0> (m_storage)->evaluate (nullptr, exp,
1477 rust_struct_anon::evaluate (struct type *expect_type,
1481 value *lhs = std::get<1> (m_storage)->evaluate (nullptr, exp, noside);
1544 rust_structop::evaluate (struct type *expect_type,
1548 value *lhs = std::get<0> (m_storage)->evaluate (nullptr, exp, noside);
1597 rust_aggregate_operation::evaluate (struct type *expect_type,
1615 struct value *init = std::get<1> (m_storage)->evaluate (nullptr, exp,
1629 value *val = item.second->evaluate (nullptr, exp, noside)
1415 rust_unop_ind_operation::evaluate (struct type *expect_type, function in class:rust_unop_ind_operation
1472 rust_struct_anon::evaluate (struct type *expect_type, function in class:rust_struct_anon
1539 rust_structop::evaluate (struct type *expect_type, function in class:rust_structop
1592 rust_aggregate_operation::evaluate (struct type *expect_type, function in class:rust_aggregate_operation
    [all...]
eval.c 0 /* Evaluate expressions for GDB.
48 /* Parse the string EXP as a C expression, evaluate it,
56 return value_as_address (expr->evaluate ());
66 return value_as_long (expr->evaluate ());
74 return expr->evaluate ();
78 in the string EXPP as an expression, evaluate it, and return the value.
87 return expr->evaluate ();
104 expression::evaluate (struct type *expect_type, enum noside noside)
112 struct value *retval = op->evaluate (expect_type, this, noside);
158 /* Evaluate the expression. *
102 expression::evaluate (struct type *expect_type, enum noside noside) function in class:expression
502 type_instance_operation::evaluate (struct type *expect_type, function in class:type_instance_operation
553 var_value_operation::evaluate (struct type *expect_type, function in class:var_value_operation
1175 string_operation::evaluate (struct type *expect_type, function in class:string_operation
1186 ternop_slice_operation::evaluate (struct type *expect_type, function in class:ternop_slice_operation
1879 type_operation::evaluate (struct type *expect_type, struct expression *exp, function in class:type_operation
2238 objc_msgcall_operation::evaluate (struct type *expect_type, function in class:objc_msgcall_operation
2271 multi_subscript_operation::evaluate (struct type *expect_type, function in class:multi_subscript_operation
2285 logical_and_operation::evaluate (struct type *expect_type, function in class:logical_and_operation
2314 logical_or_operation::evaluate (struct type *expect_type, function in class:logical_or_operation
2344 adl_func_operation::evaluate (struct type *expect_type, function in class:adl_func_operation
2432 array_operation::evaluate (struct type *expect_type, function in class:array_operation
2557 unop_extract_operation::evaluate (struct type *expect_type, function in class:unop_extract_operation
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
c-lang.c 586 c_string_operation::evaluate (struct type *expect_type,
585 c_string_operation::evaluate (struct type *expect_type, function in class:c_string_operation
opencl-lang.c 699 opencl_structop_operation::evaluate (struct type *expect_type, function in class:opencl_structop_operation
703 value *arg1 = std::get<0> (m_storage)->evaluate (nullptr, exp, noside);
722 opencl_logical_binop_operation::evaluate (struct type *expect_type, function in class:opencl_logical_binop_operation
727 value *arg1 = std::get<1> (m_storage)->evaluate (nullptr, exp, noside);
731 evaluate both operands. Unfortunately we only know which of the
733 Therefore we evaluate it once using EVAL_AVOID_SIDE_EFFECTS. */
734 value *arg2 = std::get<2> (m_storage)->evaluate (nullptr, exp,
742 arg2 = std::get<2> (m_storage)->evaluate (nullptr, exp, noside);
748 /* For scalar built-in types, only evaluate the right
758 arg2 = std::get<2> (m_storage)->evaluate (nullptr, exp, noside)
770 opencl_ternop_cond_operation::evaluate (struct type *expect_type, function in class:opencl_ternop_cond_operation
    [all...]
rust-lang.c 1425 rust_unop_ind_operation::evaluate (struct type *expect_type,
1430 return unop_ind_operation::evaluate (expect_type, exp, noside);
1432 struct value *value = std::get<0> (m_storage)->evaluate (nullptr, exp,
1482 rust_struct_anon::evaluate (struct type *expect_type,
1486 value *lhs = std::get<1> (m_storage)->evaluate (nullptr, exp, noside);
1549 rust_structop::evaluate (struct type *expect_type,
1553 value *lhs = std::get<0> (m_storage)->evaluate (nullptr, exp, noside);
1602 rust_aggregate_operation::evaluate (struct type *expect_type,
1620 struct value *init = std::get<1> (m_storage)->evaluate (nullptr, exp,
1634 value *val = item.second->evaluate (nullptr, exp, noside)
1420 rust_unop_ind_operation::evaluate (struct type *expect_type, function in class:rust_unop_ind_operation
1477 rust_struct_anon::evaluate (struct type *expect_type, function in class:rust_struct_anon
1544 rust_structop::evaluate (struct type *expect_type, function in class:rust_structop
1597 rust_aggregate_operation::evaluate (struct type *expect_type, function in class:rust_aggregate_operation
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TFUtils.cpp 291 void evaluate(TF_Tensor **Output, TF_Status *Status) { function in class:llvm::TFModelEvaluatorImpl
415 Optional<TFModelEvaluator::EvaluationResult> TFModelEvaluator::evaluate() { function in class:TFModelEvaluator
421 Impl->evaluate(Ret->getOutput().data(), Status.get());
  /src/external/bsd/kyua-cli/dist/utils/text/
templates.cpp 359 const std::string value = _templates.evaluate(
441 /// them out and call templates_def::evaluate() to get their value.
447 /// \param in_line The input line from which to evaluate expressions.
453 evaluate(const std::string& in_line) function in class:__anon7014::templates_parser
472 out_line += _templates.evaluate(in_line.substr(
518 handle_normal(evaluate(line), input, output);
688 /// \param expression The expression to evaluate. This should not include any
697 text::templates_def::evaluate(const std::string& expression) const function in class:text::templates_def
  /src/bin/ksh/
expr.c 148 * parse and evaluate expression
151 evaluate(expr, rval, error_ok) function
167 * parse and evaluate expression, storing result in vp.
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 36 bool evaluate(StringRef Expr) const { function in class:llvm::RuntimeDyldCheckerExprEval
43 // Evaluate LHS.
54 // Evaluate RHS.
190 llvm_unreachable("Tried to evaluate unrecognized operation.");
217 // Evaluate a call to decode_operand. Decode the instruction operand at the
284 // Evaluate a call to next_pc.
323 // Evaluate a call to stub_addr/got_addr.
404 // Evaluate an identiefer expr, which may be a symbol, or a call to
463 // Evaluate a constant numeric expression (hexadecimal or decimal) and
479 // Evaluate an expression of the form "(<expr>)" and return a pai
    [all...]
  /src/sys/dev/microcode/siop/
ncr53cxxx.c 314 int evaluate (int);
750 value = evaluate (i++);
753 value += evaluate (i + 1);
755 value -= evaluate (i + 1);
764 int evaluate (t) function
1045 inst1 = evaluate (i) - dsps - 8;
1049 inst1 = evaluate (i);
1121 size = evaluate(i);
1140 inst1 = evaluate(i);
1156 inst1 = evaluate (i + 2) - dsps - 8
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
expr.c 890 /* We are about to evaluate an expression in the context of the caller
1078 dwarf_expr_context::evaluate (const gdb_byte *addr, size_t len, bool as_lval, function in class:dwarf_expr_context
1241 /* Evaluate the expression at ADDR (LEN bytes long). */
1491 object, evaluate the expression between OP_PTR and OP_END. */
  /src/external/gpl3/gdb/dist/gdb/python/
py-breakpoint.c 1181 int evaluate = PyObject_IsTrue (result.get ()); local
1183 if (evaluate == -1)
1188 if (! evaluate)
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
expr.c 890 /* We are about to evaluate an expression in the context of the caller
1078 dwarf_expr_context::evaluate (const gdb_byte *addr, size_t len, bool as_lval, function in class:dwarf_expr_context
1241 /* Evaluate the expression at ADDR (LEN bytes long). */
1491 object, evaluate the expression between OP_PTR and OP_END. */
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-breakpoint.c 1182 int evaluate = PyObject_IsTrue (result.get ()); local
1184 if (evaluate == -1)
1189 if (! evaluate)

Completed in 35 milliseconds

1 2