Home
last modified time | relevance | path

Searched full:evaluate (Results 1 – 25 of 694) sorted by relevance

12345678910>>...28

/freebsd/stand/forth/
H A Dmenusets.4th47 s" set cmdbuf='set ${type}_${var}=\$'" evaluate
56 evaluate ( u1 c-addr2 u2 -- u1 )
70 evaluate ( c-addr2 u2 -- )
91 evaluate
97 s" set type=menu" evaluate
102 s" set type=menu" evaluate
117 s" set cmdbuf='set ${type}_${var}[${x}]=\$'" evaluate
126 evaluate ( u1 c-addr2 u2 -- u1 )
140 evaluate ( c-addr2 u2 -- )
162 evaluate
[all …]
H A Dmenu-commands.4th53 evaluate
70 evaluate
79 s" set boot_single=YES" evaluate
89 s" set acpi_load=YES" evaluate \ XXX deprecated but harmless
90 s" set hint.acpi.0.disabled=0" evaluate
96 s" set hint.acpi.0.disabled=1" evaluate
97 s" set loader.acpi_disabled_by_user=1" evaluate
126 s" set kern.smp.disabled=1" evaluate
127 s" set hw.ata.ata_dma=0" evaluate
128 s" set hw.ata.atapi_dma=0" evaluate
[all …]
H A Dbeastie.4th74 evaluate
103 s" include /boot/menu.rc" evaluate
107 s" set delay_command='include /boot/menu.rc'" evaluate
108 s" set delay_showdots" evaluate
H A Dmenu.4th179 : namespace ( C-ADDR/U N -- ) also menu-namespace +c! evaluate previous ;
300 s" kernel_state" evaluate @ 48 + s" kernel[N]" 7 +c! getenv
498 \ If $menu_init is set, evaluate it (allowing for whole menus to be
503 evaluate
552 s" kernel_state" evaluate @ 48 + ( n -- n y )
557 0 s" kernel_state" evaluate !
558 over s" init_kernel" evaluate drop
564 17 +c! 34 +c! 37 +c! evaluate
570 17 +c! 34 +c! 37 +c! evaluate
575 s" init_cyclestate" evaluate ( n k -- n )
[all …]
H A Dmenu.rc187 drop s" execute" evaluate \ Use evaluate to avoid passing
191 s" execute" evaluate
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRuleRequirements.h28 /// '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 { in evaluate() function
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 { in evaluate() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp144 UserExpression::Evaluate(ExecutionContext &exe_ctx, in Evaluate() function in UserExpression
156 LLDB_LOG(log, "== [UserExpression::Evaluate] Passed a context object of " in Evaluate()
167 LLDB_LOG(log, "== [UserExpression::Evaluate] Passed a context object of " in Evaluate()
187 LLDB_LOG(log, "== [UserExpression::Evaluate] Passed a NULL target, can't " in Evaluate()
196 LLDB_LOG(log, "== [UserExpression::Evaluate] No process, but the policy is " in Evaluate()
208 "unable to evaluate expression while the process is {0}: the process " in Evaluate()
215 // Explicitly force the IR interpreter to evaluate the expression when the in Evaluate()
257 LLDB_LOG(log, "== [UserExpression::Evaluate] Getting expression: {0} ==", in Evaluate()
262 LLDB_LOG(log, "== [UserExpression::Evaluate] Parsing expression {0} ==", in Evaluate()
348 LLDB_LOG(log, "== [UserExpression::Evaluate] Expression may not run, but " in Evaluate()
[all …]
H A DIRInterpreter.cpp804 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(lhs).c_str()); in Interpret()
811 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(rhs).c_str()); in Interpret()
958 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(source).c_str()); in Interpret()
974 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(source).c_str()); in Interpret()
995 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(condition).c_str()); in Interpret()
1034 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(value).c_str()); in Interpret()
1056 LLDB_LOGF(log, "Couldn't evaluate %s", in Interpret()
1079 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(*ii).c_str()); in Interpret()
1122 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(lhs).c_str()); in Interpret()
1129 LLDB_LOGF(log, "Couldn't evaluate %s", PrintValue(rhs).c_str()); in Interpret()
[all …]
/freebsd/contrib/kyua/utils/text/
H A Dtemplates_test.cpp235 ATF_REQUIRE_EQ("", templates.evaluate("foo")); in ATF_TEST_CASE_BODY()
236 ATF_REQUIRE_EQ(" baz ", templates.evaluate("bar")); in ATF_TEST_CASE_BODY()
246 templates.evaluate("foo1")); in ATF_TEST_CASE_BODY()
260 ATF_REQUIRE_EQ("foo", templates.evaluate("v(index)")); in ATF_TEST_CASE_BODY()
262 ATF_REQUIRE_EQ("bar", templates.evaluate("v(index)")); in ATF_TEST_CASE_BODY()
264 ATF_REQUIRE_EQ("baz", templates.evaluate("v(index)")); in ATF_TEST_CASE_BODY()
276 templates.evaluate("fooz(index)")); in ATF_TEST_CASE_BODY()
288 templates.evaluate("v(indexz)")); in ATF_TEST_CASE_BODY()
300 "at position '1'", templates.evaluate("v(index)")); in ATF_TEST_CASE_BODY()
310 ATF_REQUIRE_EQ("false", templates.evaluate("defined(the-variabl)")); in ATF_TEST_CASE_BODY()
[all …]
H A Dtemplates.cpp360 const std::string value = _templates.evaluate( in handle_normal()
442 /// them out and call templates_def::evaluate() to get their value.
448 /// \param in_line The input line from which to evaluate expressions.
454 evaluate(const std::string& in_line) in evaluate() function in __anon5ef3b49e0111::templates_parser
473 out_line += _templates.evaluate(in_line.substr( in evaluate()
519 handle_normal(evaluate(line), input, output); in instantiate()
689 /// \param expression The expression to evaluate. This should not include any
698 text::templates_def::evaluate(const std::string& expression) const in evaluate() function in text::templates_def
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSetTheory.h127 /// evaluate - Evaluate Expr and append the resulting set to Elts.
128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
130 /// evaluate - Evaluate a sequence of Inits and append to Elts.
132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function
134 evaluate(*begin++, Elts, Loc); in evaluate()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp37 // (add a, b, ...) Evaluate and union all arguments.
41 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc); in apply()
53 ST.evaluate(*Expr->arg_begin(), Add, Loc); in apply()
54 ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Sub, Loc); in apply()
69 ST.evaluate(Expr->arg_begin()[0], S1, Loc); in apply()
70 ST.evaluate(Expr->arg_begin()[1], S2, Loc); in apply()
88 ST.evaluate(Expr->arg_begin()[0], Set, Loc); in apply()
160 // Evaluate the arguments individually. in apply()
164 ST.evaluate(Expr->getArg(i), Args[i], Loc); in apply()
246 ST.evaluate(Def->getValueInit(FieldName), Elts, Def->getLoc()); in expand()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp291 /// Evaluate all instructions in block BB, returning true if successful, false
292 /// if we can't evaluate it. NewBB returns the next BB that control flows into,
294 /// we looked through pointer casts to evaluate something.
305 LLVM_DEBUG(dbgs() << "Store is volatile! Can not evaluate.\n"); in EvaluateBlock()
331 LLVM_DEBUG(dbgs() << "Store value is too complex to evaluate store. " in EvaluateBlock()
342 dbgs() << "Found a Load! Volatile load, can not evaluate.\n"); in EvaluateBlock()
357 dbgs() << "Failed to compute load result. Can not evaluate load." in EvaluateBlock()
359 return false; // Could not evaluate load. in EvaluateBlock()
365 LLVM_DEBUG(dbgs() << "Found an array alloca. Can not evaluate.\n"); in EvaluateBlock()
387 LLVM_DEBUG(dbgs() << "Found inline asm, can not evaluate.\n"); in EvaluateBlock()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp17 ASTSelectionRequirement::evaluate(RefactoringRuleContext &Context) const { in evaluate() function in ASTSelectionRequirement
20 SourceRangeSelectionRequirement::evaluate(Context); in evaluate()
32 Expected<CodeRangeASTSelection> CodeRangeASTSelectionRequirement::evaluate( in evaluate() function in CodeRangeASTSelectionRequirement
36 ASTSelectionRequirement::evaluate(Context); in evaluate()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp57 bool evaluate(StringRef Expr) const { in evaluate() function in llvm::RuntimeDyldCheckerExprEval
64 // Evaluate LHS. in evaluate()
75 // Evaluate RHS. in evaluate()
211 llvm_unreachable("Tried to evaluate unrecognized operation."); in computeBinOpResult()
238 // Evaluate a call to decode_operand. Decode the instruction operand at the
338 // Evaluate a call to next_pc.
383 // Evaluate a call to stub_addr/got_addr.
474 // Evaluate an identifier expr, which may be a symbol, or a call to
533 // Evaluate a constant numeric expression (hexadecimal or decimal) and
549 // Evaluate an expression of the form "(<expr>)" and return a pair
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h27 /// input tensors and setting their values before calling evaluate().
36 /// - call evaluate. The input tensors' values are not consumed after this, and
85 /// Evaluate the model, assuming it is valid. Returns std::nullopt if the
89 std::optional<EvaluationResult> evaluate();
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoTesterChecker.cpp33 /// Evaluate function \code void ErrnoTesterChecker_setErrno(int) \endcode.
36 /// Evaluate function \code int ErrnoTesterChecker_getErrno() \endcode.
39 /// Evaluate function \code int ErrnoTesterChecker_setErrnoIfError() \endcode.
45 /// Evaluate function \code int ErrnoTesterChecker_setErrnoIfErrorRange()
50 /// Evaluate function \code int ErrnoTesterChecker_setErrnoCheckState()
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dbasic.t19 We will evaluate 1+1 here -> {1 + 1}
47 We will evaluate 1+1 here -> 2
52 We will evaluate 1+1 here -> 2
87 'We will evaluate 1+1 here -> {1+1}', "\n"
/freebsd/stand/ficl/softwords/
H A Dfreebsd.fr31 : % tib> ['] evaluate catch drop ;
32 : $ tib> 2dup type cr evaluate ;
/freebsd/share/man/man9/
H A Dsecurelevel_gt.955 will evaluate whether or not the active security
62 will evaluate whether or not the active security
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointCallbackContext.h19 /// that a breakpoint callback needs to evaluate this stop.
23 /// needed to evaluate breakpoint commands and conditions. This class is the
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h97 /// Evaluate a DWARF location expression in a particular context
100 /// The execution context in which to evaluate the location
136 Evaluate(ExecutionContext *exe_ctx, RegisterContext *reg_ctx,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h34 bool evaluate(const MachineInstr &MI, const CellMapType &Inputs,
36 bool evaluate(const MachineInstr &BI, const CellMapType &Inputs,
/freebsd/usr.bin/find/tests/
H A Dfind_test.sh42 # find(1) should evaluate 'link' as a symlink rather than its target
62 # find(1) should evaluate 'link' as a symlink rather than its target
/freebsd/crypto/openssl/test/
H A Dbntests.pl26 sub evaluate subroutine
141 evaluate($l, %stanza);
153 evaluate($l, %stanza) if keys %stanza;

12345678910>>...28