| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | BooleanExpression.py | 28 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 D | Test.py | 328 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 D | ncr53cxxx.c | 312 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 D | ASTSelectionRequirements.cpp | 17 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 D | RefactoringActionRuleRequirements.h | 48 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 D | logical.exp | 62 proc evaluate { vars ops } { procedure 75 evaluate { 85 evaluate { 108 evaluate { 124 evaluate {
|
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 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() 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 D | SetTheory.h | 128 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 D | bgpd.eval_all.conf | 6 rde evaluate all 19 rde evaluate default
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitTracker.h | 34 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 D | TFLiteUtils.cpp | 63 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 D | bgpd.conf.1.ok | 8 rde rib Adj-RIB-In no evaluate
|
| H A D | bgpd.conf.printconf | 11 rde rib Adj-RIB-In no evaluate 12 rde rib Adj-RIB-Out no evaluate
|
| H A D | bgpd.conf.6.ok | 58 rde rib Adj-RIB-In no evaluate
|
| H A D | bgpd.conf.14.ok | 26 rde rib Adj-RIB-In no evaluate
|
| H A D | bgpd.conf.15.ok | 8 rde rib Adj-RIB-In no evaluate
|
| H A D | bgpd.conf.2.ok | 8 rde rib Adj-RIB-In no evaluate
|
| H A D | bgpd.conf.12.ok | 8 rde rib Adj-RIB-In no evaluate
|
| H A D | bgpd.conf.5.ok | 34 rde rib Adj-RIB-In no evaluate
|
| H A D | bgpd.conf.3.ok | 12 rde rib Adj-RIB-In no evaluate
|
| H A D | bgpd.conf.8.ok | 30 rde rib Adj-RIB-In no evaluate
|
| /openbsd-src/regress/usr.bin/make/ |
| H A D | mk28 | 2 # checks that hex constants evaluate correctly
|
| /openbsd-src/lib/libkeynote/testsuite/ |
| H A D | test-assertion5 | 4 # this assertion will evaluate to "false" because of the conditions field value
|
| /openbsd-src/gnu/llvm/lld/ |
| H A D | README.md | 14 In order to make sure various developers can evaluate patches over the
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/Utils/ |
| H A D | TFUtils.h | 89 std::optional<EvaluationResult> evaluate();
|