Home
last modified time | relevance | path

Searched defs:EvalBinop (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h337 binop_eval_t EvalBinop; global() variable
340 BinaryOperation(StringRef ExpressionStr,binop_eval_t EvalBinop,std::unique_ptr<ExpressionAST> LeftOp,std::unique_ptr<ExpressionAST> RightOp) BinaryOperation() argument
H A DFileCheck.cpp509 binop_eval_t EvalBinop; in parseBinop() local