Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheckImpl.h178 ExpressionAST(StringRef ExpressionStr) : ExpressionStr(ExpressionStr) {} in ExpressionAST()
206 explicit ExpressionLiteral(StringRef ExpressionStr, T Val) in ExpressionLiteral()
363 BinaryOperation(StringRef ExpressionStr, binop_eval_t EvalBinop, in BinaryOperation()
441 NumericSubstitution(FileCheckPatternContext *Context, StringRef ExpressionStr, in NumericSubstitution()
H A DFileCheck.cpp1536 StringRef ExpressionStr, std::unique_ptr<Expression> Expression, in makeNumericSubstitution()