Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h128 StringRef ExpressionStr;
131 ExpressionAST(StringRef ExpressionStr) : ExpressionStr(ExpressionStr) {} in getAPIntValue()
135 StringRef getExpressionStr() const { return ExpressionStr; }
158 explicit ExpressionLiteral(StringRef ExpressionStr, APInt Val)
159 : ExpressionAST(ExpressionStr), Value(Val) {} in getExpressionStr()
314 BinaryOperation(StringRef ExpressionStr, binop_eval_t EvalBinop,
317 : ExpressionAST(ExpressionStr), EvalBinop(EvalBinop) {
392 NumericSubstitution(FileCheckPatternContext *Context, StringRef ExpressionStr,
155 ExpressionAST(StringRef ExpressionStr) ExpressionAST() argument
183 ExpressionLiteral(StringRef ExpressionStr,T Val) ExpressionLiteral() argument
340 BinaryOperation(StringRef ExpressionStr,binop_eval_t EvalBinop,std::unique_ptr<ExpressionAST> LeftOp,std::unique_ptr<ExpressionAST> RightOp) BinaryOperation() argument
418 NumericSubstitution(FileCheckPatternContext * Context,StringRef ExpressionStr,std::unique_ptr<Expression> ExpressionPointer,size_t InsertIdx) NumericSubstitution() argument
[all...]
H A DFileCheck.cpp1383 StringRef ExpressionStr, std::unique_ptr<Expression> Expression, in makeNumericSubstitution() argument
1386 this, ExpressionStr, std::move(Expression), InsertIdx)); in makeNumericSubstitution()