HomeSort by: relevance | last modified time | path
    Searched refs:parseNumericOperand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h 819 parseNumericOperand(StringRef &Expr, AllowedOperand AO, bool ConstraintParsed,
FileCheck.cpp 555 Expected<std::unique_ptr<ExpressionAST>> Pattern::parseNumericOperand(
625 // Note: parseNumericOperand handles nested opening parentheses.
626 Expected<std::unique_ptr<ExpressionAST>> SubExprResult = parseNumericOperand(
681 parseNumericOperand(RemainingExpr, AO, /*MaybeInvalidConstraint=*/false,
722 Expected<std::unique_ptr<ExpressionAST>> Arg = parseNumericOperand(
866 Expected<std::unique_ptr<ExpressionAST>> ParseResult = parseNumericOperand(

Completed in 93 milliseconds