Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/FileCheck/
DFileCheckImpl.h174 ExpressionAST(StringRef ExpressionStr) : ExpressionStr(ExpressionStr) {} in ExpressionAST()
202 explicit ExpressionLiteral(StringRef ExpressionStr, T Val) in ExpressionLiteral()
360 BinaryOperation(StringRef ExpressionStr, binop_eval_t EvalBinop, in BinaryOperation()
438 NumericSubstitution(FileCheckPatternContext *Context, StringRef ExpressionStr, in NumericSubstitution()
DFileCheck.cpp1492 StringRef ExpressionStr, std::unique_ptr<Expression> Expression, in makeNumericSubstitution()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp840 StringRef ExpressionStr, in makeNumericSubstitution()