Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h155 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()