Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheck.cpp840 StringRef ExpressionStr, in makeNumericSubstitution()