Searched refs:evaluate (Results 1 - 19 of 19) sorted by relevance

/freebsd-11.0-release/contrib/groff/src/preproc/refer/
H A Dlabel.y54 virtual void evaluate(int, const reference &, string &,
62 void evaluate(int, const reference &, string &, substring_position &);
73 void evaluate(int, const reference &, string &, substring_position &);
82 void evaluate(int, const reference &, string &, substring_position &);
90 void evaluate(int, const reference &, string &, substring_position &);
99 void evaluate(int, const reference &, string &, substring_position &) = 0;
109 void evaluate(int, const reference &, string &, substring_position &);
116 void evaluate(int, const reference &, string &, substring_position &);
129 void evaluate(int, const reference &, string &, substring_position &);
141 void evaluate(in
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/TableGen/
H A DSetTheory.h123 /// evaluate - Evaluate Expr and append the resulting set to Elts.
124 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
126 /// evaluate - Evaluate a sequence of Inits and append to Elts.
128 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { function in class:llvm::SetTheory
130 evaluate(*begin++, Elts, Loc);
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h29 bool evaluate(const MachineInstr *MI, const CellMapType &Inputs,
31 bool evaluate(const MachineInstr *BI, const CellMapType &Inputs,
H A DBitTracker.h338 // A class to evaluate target's instructions and update the cell maps.
420 virtual bool evaluate(const MachineInstr *MI, const CellMapType &Inputs,
426 virtual bool evaluate(const MachineInstr *BI, const CellMapType &Inputs,
H A DBitTracker.cpp735 bool BT::MachineEvaluator::evaluate(const MachineInstr *MI,
838 bool Eval = ME.evaluate(MI, Map, ResMap);
923 bool Eval = ME.evaluate(MI, Map, BTs, FallsThrough);
930 dbgs() << " failed to evaluate: will add all CFG successors\n";
H A DHexagonBitTracker.cpp124 bool HexagonEvaluator::evaluate(const MachineInstr *MI,
874 return MachineEvaluator::evaluate(MI, Inputs, Outputs);
883 bool HexagonEvaluator::evaluate(const MachineInstr *BI,
886 // We need to evaluate one branch at a time. TII::AnalyzeBranch checks
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dvarmisc.exp18 do not evaluate or expand :? if discarding
H A Dvarmisc.mk41 @echo do not evaluate or expand :? if discarding
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DSetTheory.cpp32 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc);
44 ST.evaluate(*Expr->arg_begin(), Add, Loc);
45 ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Sub, Loc);
60 ST.evaluate(Expr->arg_begin()[0], S1, Loc);
61 ST.evaluate(Expr->arg_begin()[1], S2, Loc);
79 ST.evaluate(Expr->arg_begin()[0], Set, Loc);
155 ST.evaluate(Expr->getArg(i), Args[i], Loc);
237 ST.evaluate(Def->getValueInit(FieldName), Elts, Def->getLoc());
272 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { function in class:SetTheory
283 return evaluate(L
[all...]
/freebsd-11.0-release/contrib/bmake/mk/
H A Dsys.clean-env.mk110 # otherwise the environment will be ruined when we evaluate them below.
113 # Now evaluate for ourselves
/freebsd-11.0-release/contrib/llvm/lib/ProfileData/
H A DCoverageMapping.cpp146 ErrorOr<int64_t> Value = evaluate(C);
152 ErrorOr<int64_t> CounterMappingContext::evaluate(const Counter &C) const { function in class:CounterMappingContext
164 ErrorOr<int64_t> LHS = evaluate(E.LHS);
167 ErrorOr<int64_t> RHS = evaluate(E.RHS);
213 ErrorOr<int64_t> ExecutionCount = Ctx.evaluate(Region.Count);
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp34 bool evaluate(StringRef Expr) const { function in class:llvm::RuntimeDyldCheckerExprEval
187 llvm_unreachable("Tried to evaluate unrecognized operation.");
635 // If there was an error, or there's nothing left to evaluate, return the
648 // This is a recognized bin-op. Evaluate the RHS, then evaluate the binop.
656 // This is a binary expression - evaluate and try to continue as a
691 bool Result = P.evaluate(CheckExpr);
/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DCoverageMapping.h268 ErrorOr<int64_t> evaluate(const Counter &C) const;
/freebsd-11.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp1586 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts2, Loc);
1595 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts2, Loc);
1607 ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Elts2, Loc);
1656 ST.evaluate(DI->getArg(2), Elts, None);
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp556 ST.evaluate(SubRegs->getElement(i), Lists[i], Def->getLoc());
693 RegBank.getSets().evaluate(AltOrders->getElement(i), Order, R->getLoc());
H A DRegisterInfoEmitter.cpp1441 RegBank.getSets().evaluate(OPDag, OPSet, CSRSet->getLoc());
H A DCodeGenSchedule.cpp38 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc);
/freebsd-11.0-release/sys/boot/ficl/
H A Dwords.c3423 static void evaluate(FICL_VM *pVM) function
4931 dictAppendWord(dp, "evaluate", evaluate, FW_DEFAULT);
/freebsd-11.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c3827 ** must be called one or more times to evaluate the statement.
[all...]

Completed in 671 milliseconds