Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h131 ExpressionAST(StringRef ExpressionStr) : ExpressionStr(ExpressionStr) {} in ExpressionAST() argument
158 explicit ExpressionLiteral(StringRef ExpressionStr, APInt Val) in ExpressionLiteral() argument
314 BinaryOperation(StringRef ExpressionStr, binop_eval_t EvalBinop, in BinaryOperation() argument
392 NumericSubstitution(FileCheckPatternContext *Context, StringRef ExpressionStr, in NumericSubstitution() argument
[all...]
H A DFileCheck.cpp1383 StringRef ExpressionStr, std::unique_ptr<Expression> Expression, in makeNumericSubstitution() argument