Home
last modified time | relevance | path

Searched refs:evaluate (Results 1 – 25 of 234) sorted by relevance

12345678910

/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A DBooleanExpression.py28 def evaluate(string, variables): member in BooleanExpression
154 self.assertTrue(BooleanExpression.evaluate('true', variables))
155 self.assertTrue(BooleanExpression.evaluate('its-true', variables))
156 self.assertTrue(BooleanExpression.evaluate('false-lol-true', variables))
157 self.assertTrue(BooleanExpression.evaluate('under_score', variables))
158 self.assertTrue(BooleanExpression.evaluate('e=quals', variables))
159 self.assertTrue(BooleanExpression.evaluate('d1g1ts', variables))
160 self.assertTrue(BooleanExpression.evaluate('{{its.+}}', variables))
161 self.assertTrue(BooleanExpression.evaluate('{{false-[lo]+-true}}', variables))
162 self.assertTrue(BooleanExpression.evaluate('{{(true|false)-lol-(true|false)}}', variables))
[all …]
H A DTest.py328 if BooleanExpression.evaluate(item, features):
365 if not BooleanExpression.evaluate(item, features)]
393 if BooleanExpression.evaluate(item, features)]
/openbsd-src/sys/dev/microcode/siop/
H A Dncr53cxxx.c312 int evaluate (int);
754 value = evaluate (i++); in expression()
757 value += evaluate (i + 1); in expression()
759 value -= evaluate (i + 1); in expression()
768 int evaluate (t) in evaluate() function
1051 inst1 = evaluate (i) - dsps - 8; in f_wait()
1055 inst1 = evaluate (i); in f_wait()
1127 size = evaluate(i); in loadstore()
1146 inst1 = evaluate(i); in loadstore()
1162 inst1 = evaluate (i + 2) - dsps - 8; in transfer()
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRuleRequirements.h48 Expected<SourceRange> evaluate(RefactoringRuleContext &Context) const { in evaluate() function
62 Expected<SelectedASTNode> evaluate(RefactoringRuleContext &Context) const;
77 evaluate(RefactoringRuleContext &Context) const;
106 evaluate(RefactoringRuleContext &) const { in evaluate() function
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dlogical.exp62 proc evaluate { vars ops } { procedure
75 evaluate {
85 evaluate {
108 evaluate {
124 evaluate {
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DSetTheory.cpp41 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()
164 ST.evaluate(Expr->getArg(i), Args[i], Loc); in apply()
246 ST.evaluate(Def->getValueInit(FieldName), Elts, Def->getLoc()); in expand()
281 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function in SetTheory
292 return evaluate(LI->begin(), LI->end(), Elts, Loc); in evaluate()
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DSetTheory.h128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function
134 evaluate(*begin++, Elts, Loc); in evaluate()
/openbsd-src/regress/usr.sbin/bgpd/integrationtests/
H A Dbgpd.eval_all.conf6 rde evaluate all
19 rde evaluate default
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/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
214 return EvaluationResult(Impl->evaluate()); in evaluate()
/openbsd-src/regress/usr.sbin/bgpd/config/
H A Dbgpd.conf.1.ok8 rde rib Adj-RIB-In no evaluate
H A Dbgpd.conf.printconf11 rde rib Adj-RIB-In no evaluate
12 rde rib Adj-RIB-Out no evaluate
H A Dbgpd.conf.6.ok58 rde rib Adj-RIB-In no evaluate
H A Dbgpd.conf.14.ok26 rde rib Adj-RIB-In no evaluate
H A Dbgpd.conf.15.ok8 rde rib Adj-RIB-In no evaluate
H A Dbgpd.conf.2.ok8 rde rib Adj-RIB-In no evaluate
H A Dbgpd.conf.12.ok8 rde rib Adj-RIB-In no evaluate
H A Dbgpd.conf.5.ok34 rde rib Adj-RIB-In no evaluate
H A Dbgpd.conf.3.ok12 rde rib Adj-RIB-In no evaluate
H A Dbgpd.conf.8.ok30 rde rib Adj-RIB-In no evaluate
/openbsd-src/regress/usr.bin/make/
H A Dmk282 # checks that hex constants evaluate correctly
/openbsd-src/lib/libkeynote/testsuite/
H A Dtest-assertion54 # this assertion will evaluate to "false" because of the conditions field value
/openbsd-src/gnu/llvm/lld/
H A DREADME.md14 In order to make sure various developers can evaluate patches over the
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h89 std::optional<EvaluationResult> evaluate();

12345678910