Home
last modified time | relevance | path

Searched refs:binop_eval_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h305 using binop_eval_t = Expected<APInt> (*)(const APInt &, const APInt &, bool &); variable
317 binop_eval_t EvalBinop;
320 BinaryOperation(StringRef ExpressionStr, binop_eval_t EvalBinop, in BinaryOperation()
H A DFileCheck.cpp546 binop_eval_t EvalBinop; in parseBinop()
585 auto OptFunc = StringSwitch<binop_eval_t>(FuncName) in parseCallExpr()