Searched defs:ExpressionStr (Results 1 – 2 of 2) sorted by relevance
155 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...]
1383 StringRef ExpressionStr, std::unique_ptr<Expression> Expression, in makeNumericSubstitution()