Searched refs:parseNumericOperand (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheckImpl.h | 548 parseNumericOperand(StringRef &Expr, AllowedOperand AO,
|
D | FileCheck.cpp | 182 Expected<std::unique_ptr<ExpressionAST>> Pattern::parseNumericOperand( in parseNumericOperand() function in Pattern 249 parseNumericOperand(Expr, AO, LineNumber, Context, SM); in parseBinop() 280 parseNumericOperand(Expr, AO, LineNumber, Context, SM); in parseNumericSubstitutionBlock()
|
/external/llvm-project/llvm/lib/FileCheck/ |
D | FileCheck.cpp | 536 Expected<std::unique_ptr<ExpressionAST>> Pattern::parseNumericOperand( in parseNumericOperand() function in Pattern 607 Expected<std::unique_ptr<ExpressionAST>> SubExprResult = parseNumericOperand( in parseParenExpr() 662 parseNumericOperand(RemainingExpr, AO, /*MaybeInvalidConstraint=*/false, in parseBinop() 703 Expected<std::unique_ptr<ExpressionAST>> Arg = parseNumericOperand( in parseCallExpr() 837 Expected<std::unique_ptr<ExpressionAST>> ParseResult = parseNumericOperand( in parseNumericSubstitutionBlock()
|
D | FileCheckImpl.h | 769 parseNumericOperand(StringRef &Expr, AllowedOperand AO, bool ConstraintParsed,
|