Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/FileCheck/
DFileCheckImpl.h171 StringRef ExpressionStr;
174 ExpressionAST(StringRef ExpressionStr) : ExpressionStr(ExpressionStr) {} in ExpressionAST() argument
178 StringRef getExpressionStr() const { return ExpressionStr; } in getExpressionStr()
202 explicit ExpressionLiteral(StringRef ExpressionStr, T Val) in ExpressionLiteral() argument
203 : ExpressionAST(ExpressionStr), Value(Val) {} in ExpressionLiteral()
360 BinaryOperation(StringRef ExpressionStr, binop_eval_t EvalBinop, in BinaryOperation() argument
363 : ExpressionAST(ExpressionStr), EvalBinop(EvalBinop) { in BinaryOperation()
438 NumericSubstitution(FileCheckPatternContext *Context, StringRef ExpressionStr, in NumericSubstitution() argument
441 : Substitution(Context, ExpressionStr, InsertIdx), in NumericSubstitution()
526 Substitution *makeNumericSubstitution(StringRef ExpressionStr,
DFileCheck.cpp1492 StringRef ExpressionStr, std::unique_ptr<Expression> Expression, in makeNumericSubstitution() argument
1495 this, ExpressionStr, std::move(Expression), InsertIdx)); in makeNumericSubstitution()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheckImpl.h311 makeNumericSubstitution(StringRef ExpressionStr,
DFileCheck.cpp840 StringRef ExpressionStr, in makeNumericSubstitution() argument
843 this, ExpressionStr, std::move(ExpressionASTPointer), InsertIdx)); in makeNumericSubstitution()