Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheckImpl.h139 using binop_eval_t = uint64_t (*)(uint64_t, uint64_t); variable
151 binop_eval_t EvalBinop;
154 BinaryOperation(binop_eval_t EvalBinop, std::unique_ptr<ExpressionAST> LeftOp, in BinaryOperation()
DFileCheck.cpp228 binop_eval_t EvalBinop; in parseBinop()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheckImpl.h344 using binop_eval_t = Expected<ExpressionValue> (*)(const ExpressionValue &, variable
357 binop_eval_t EvalBinop;
360 BinaryOperation(StringRef ExpressionStr, binop_eval_t EvalBinop, in BinaryOperation()
DFileCheck.cpp640 binop_eval_t EvalBinop; in parseBinop()
679 auto OptFunc = StringSwitch<Optional<binop_eval_t>>(FuncName) in parseCallExpr()
/external/llvm-project/llvm/unittests/FileCheck/
DFileCheckTest.cpp359 static Expected<ExpressionValue> doValueOperation(binop_eval_t Operation, in doValueOperation()
381 static void expectOperationValueResult(binop_eval_t Operation, T1 LeftValue, in expectOperationValueResult()
390 static void expectOperationValueResult(binop_eval_t Operation, T1 LeftValue, in expectOperationValueResult()
762 binop_eval_t doAdd = operator+; in TEST_F()